mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Create Tools screen. fixes #8361
git-svn-id: https://develop.svn.wordpress.org/trunk@9929 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -625,7 +625,7 @@ function add_submenu_page( $parent, $page_title, $menu_title, $access_level, $fi
|
||||
* @return unknown
|
||||
*/
|
||||
function add_management_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
|
||||
return add_submenu_page( 'import.php', $page_title, $menu_title, $access_level, $file, $function );
|
||||
return add_submenu_page( 'tools.php', $page_title, $menu_title, $access_level, $file, $function );
|
||||
}
|
||||
|
||||
function add_options_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
|
||||
@@ -1032,4 +1032,4 @@ function settings_fields($option_group) {
|
||||
wp_nonce_field("$option_group-options");
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user