mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove dead line
git-svn-id: https://develop.svn.wordpress.org/trunk@9581 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user