Changeset 2697 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 07/04/2005 09:53:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2695 r2697 1073 1073 } 1074 1074 1075 function plugin_basename($file) {1076 return preg_replace('/^.*wp-content[\\\\\/]plugins[\\\\\/]/', '', $file);1077 }1078 1079 1075 function add_menu_page($page_title, $menu_title, $access_level, $file, $function = '') { 1080 1076 global $menu, $admin_page_hooks;
Note: See TracChangeset
for help on using the changeset viewer.