Multisite: Use the admin-multisite Dashicon for sites
This icon was added to Dashicons in 4.3, but not applied to anything in our CSS. Uses the more appropriate `dashicons-admin-multisite` when displaying the sites menu item. Props Ipstenu, ocean90. Fixes #36754. Built from https://develop.svn.wordpress.org/trunk@37365 git-svn-id: http://core.svn.wordpress.org/trunk@37331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
db3d5a6bea
commit
ced66ed4e7
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
.icon16.icon-site:before {
|
||||
content: "\f112";
|
||||
content: "\f541";
|
||||
}
|
||||
|
||||
.icon16.icon-generic:before {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
.icon16.icon-site:before {
|
||||
content: "\f112";
|
||||
content: "\f541";
|
||||
}
|
||||
|
||||
.icon16.icon-generic:before {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -24,7 +24,7 @@ $submenu['index.php'][15] = array( __( 'Upgrade Network' ), 'manage_network', 'u
|
|||
$menu[4] = array( '', 'read', 'separator1', '', 'wp-menu-separator' );
|
||||
|
||||
/* translators: Sites menu item */
|
||||
$menu[5] = array(__('Sites'), 'manage_sites', 'sites.php', '', 'menu-top menu-icon-site', 'menu-site', 'dashicons-admin-network');
|
||||
$menu[5] = array(__('Sites'), 'manage_sites', 'sites.php', '', 'menu-top menu-icon-site', 'menu-site', 'dashicons-admin-multisite');
|
||||
$submenu['sites.php'][5] = array( __('All Sites'), 'manage_sites', 'sites.php' );
|
||||
$submenu['sites.php'][10] = array( _x('Add New', 'site'), 'create_sites', 'site-new.php' );
|
||||
|
||||
|
@ -59,4 +59,4 @@ unset($update_data);
|
|||
|
||||
$menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' );
|
||||
|
||||
require_once(ABSPATH . 'wp-admin/includes/menu.php');
|
||||
require_once(ABSPATH . 'wp-admin/includes/menu.php');
|
||||
|
|
|
@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
|
||||
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
||||
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
||||
content: "\f112";
|
||||
content: "\f541";
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
|
||||
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
||||
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
||||
content: "\f112";
|
||||
content: "\f541";
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37364';
|
||||
$wp_version = '4.6-alpha-37365';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue