Changeset 10150 for trunk/wp-admin/includes/plugin.php
- Timestamp:
- 12/09/2008 06:03:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r10052 r10150 554 554 if ( empty($icon_url) ) 555 555 $icon_url = 'images/generic.png'; 556 556 557 557 $menu[] = array ( $menu_title, $access_level, $file, $page_title, 'menu-top ' . $hookname, $hookname, $icon_url ); 558 558 … … 642 642 * Add sub menu page to the tools main menu. 643 643 * 644 * @param string $page_title 644 * @param string $page_title 645 645 * @param unknown_type $menu_title 646 646 * @param unknown_type $access_level
Note: See TracChangeset
for help on using the changeset viewer.