Changeset 24039 for trunk/wp-admin/includes/screen.php
- Timestamp:
- 04/19/2013 10:00:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r23843 r24039 172 172 $format = get_post_format( $post_ID ); 173 173 if ( $format ) 174 $class .= ' ' . $format;174 $class .= ' wp-format-' . $format; 175 175 } 176 176 }
Note: See TracChangeset
for help on using the changeset viewer.