Changeset 15661
- Timestamp:
- 09/26/2010 08:51:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r15653 r15661 1916 1916 if ( 'edit' == $name && isset($screen->post_type) && 'page' == $screen->post_type ) 1917 1917 $name = 'edit-pages'; 1918 1919 $class = 'icon32'; 1920 if ( isset( $screen->post_type ) ) 1921 $class .= ' ' . sanitize_html_class( 'icon32-posts-' . $screen->post_type ); 1918 1922 } 1919 1923 1920 1924 ?> 1921 <div id="icon-<?php echo $name; ?>" class=" icon32"><br /></div>1925 <div id="icon-<?php echo $name; ?>" class="<?php echo $class; ?>"><br /></div> 1922 1926 <?php 1923 1927 }
Note: See TracChangeset
for help on using the changeset viewer.