Make WordPress Core


Ignore:
Timestamp:
04/19/2013 10:00:10 PM (11 years ago)
Author:
ocean90
Message:

Post Formats: Change post screen icon on selection. props markjaquith. fixes #24140.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r23843 r24039  
    172172            $format = get_post_format( $post_ID );
    173173            if ( $format )
    174                 $class .= ' ' . $format;
     174                $class .= ' wp-format-' . $format;
    175175        }
    176176    }
Note: See TracChangeset for help on using the changeset viewer.