Changeset 24099 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/26/2013 12:36:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r24098 r24099 130 130 $format_class = ''; 131 131 $post_format = ''; 132 $post_format_set_class = '';133 132 $post_format_options = ''; 134 133 if ( post_type_supports( $post_type, 'post-formats' ) && apply_filters( 'enable_post_format_ui', true, $post ) ) { … … 374 373 ?> 375 374 376 <div class="wrap <?php echo $post_format_set_class; ?>">375 <div class="wrap"> 377 376 <?php screen_icon(); ?> 378 377 <h2><?php
Note: See TracChangeset
for help on using the changeset viewer.