mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Screen icons for site admin pages. Using temp icon until new ones are done. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12781 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3747,7 +3747,12 @@ function screen_icon($screen = '') {
|
||||
$name = $screen->parent_base;
|
||||
else
|
||||
$name = $screen->base;
|
||||
|
||||
// @todo Remove this once we have a site admin icon
|
||||
if ( 'ms-admin' == $screen->parent_base )
|
||||
$name = 'tools';
|
||||
}
|
||||
|
||||
?>
|
||||
<div id="icon-<?php echo $name; ?>" class="icon32"><br /></div>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user