Changeset 1162821
- Timestamp:
- 05/18/2015 04:41:56 PM (11 years ago)
- Location:
- topdash/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
topdash.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
topdash/trunk/readme.txt
r1147035 r1162821 1 1 === Topdash === 2 2 Contributors: urre 3 Donate link: http://urre.me/donate 3 4 Tags: icons, admin bar, menu, links 4 5 Requires at least: 3.0 5 Tested up to: 4.2 6 Tested up to: 4.2.2 6 7 Stable tag: 1.1.0 7 8 License: GPLv2 or later -
topdash/trunk/topdash.php
r1147035 r1162821 48 48 49 49 private function constants() { 50 if ( ! defined( 'TOPDASH_PLUGIN_URL' ) ) {51 $plugin_url = plugin_dir_url( __FILE__ );52 define( 'TOPDASH_PLUGIN_URL', $plugin_url );53 }54 55 50 if ( ! defined( 'TOPDASH_PLUGIN_URL' ) ) { 56 51 $plugin_url = plugin_dir_url( __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.