Changeset 519906
- Timestamp:
- 03/16/2012 04:31:39 PM (14 years ago)
- File:
-
- 1 edited
-
database-peek/trunk/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
database-peek/trunk/settings.php
r515453 r519906 15 15 16 16 function add_settings_link($links, $file) { 17 static $this_plugin; 18 if (!$this_plugin) $this_plugin = plugin_basename(__FILE__); 19 20 $pos = strpos($file, '/'); 21 if (substr($file, 0, $pos) == substr($this_plugin, 0, $pos)) { 17 if (strstr($file, 'database-peek')) { 22 18 $settings = __("Settings"); 23 19 $url = admin_url('options-general.php?page=ab-database-peek');
Note: See TracChangeset
for help on using the changeset viewer.