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:
Ryan Boren
2010-01-20 22:35:21 +00:00
parent 467e54c2b3
commit aaa492bf22
7 changed files with 22 additions and 12 deletions
+5
View File
@@ -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