Fix dashboard menu icon in network admin. props PeteMall, see #14435.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
27da8a122e
commit
c1cc548f5a
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
/* translators: Network menu item */
|
||||
$menu[0] = array(__('Dashboard'), 'manage_network', 'index.php', '', 'menu-top menu-top-first menu-icon-site', 'menu-site', 'div');
|
||||
$menu[0] = array(__('Dashboard'), 'manage_network', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'div');
|
||||
|
||||
$menu[4] = array( '', 'read', 'separator1', '', 'wp-menu-separator' );
|
||||
|
||||
|
|
Loading…
Reference in New Issue