Changeset 12781 for trunk/wp-admin/includes/template.php
- Timestamp:
- 01/20/2010 10:35:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r12752 r12781 3748 3748 else 3749 3749 $name = $screen->base; 3750 } 3750 3751 // @todo Remove this once we have a site admin icon 3752 if ( 'ms-admin' == $screen->parent_base ) 3753 $name = 'tools'; 3754 } 3755 3751 3756 ?> 3752 3757 <div id="icon-<?php echo $name; ?>" class="icon32"><br /></div>
Note: See TracChangeset
for help on using the changeset viewer.