mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Remove dead line
git-svn-id: http://svn.automattic.com/wordpress/trunk@9581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b10351e5c6
commit
d2cdebd6cf
|
|
@ -570,8 +570,6 @@ function add_object_page( $page_title, $menu_title, $access_level, $file, $funct
|
|||
if ( empty($icon_url) )
|
||||
$icon_url = 'images/menu/generic.png';
|
||||
|
||||
//$menu[$_wp_last_object_menu][4] = ''; // Remove menu-top-last
|
||||
|
||||
$_wp_last_object_menu++;
|
||||
|
||||
$menu[$_wp_last_object_menu] = array ( $menu_title, $access_level, $file, $page_title, 'menu-top ' . $hookname, $hookname, $icon_url );
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user