Changeset 19687 for trunk/wp-admin/includes/plugin.php
- Timestamp:
- 01/05/2012 08:50:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r19684 r19687 864 864 * @return string The resulting page's hook_suffix 865 865 */ 866 function add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function = '', $icon_url = '', $position = NULL) {866 function add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function = '', $icon_url = '', $position = null ) { 867 867 global $menu, $admin_page_hooks, $_registered_pages, $_parent_pages; 868 868
Note: See TracChangeset
for help on using the changeset viewer.