Changeset 24099
- Timestamp:
- 04/26/2013 12:36:12 PM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin.css
r24098 r24099 4149 4149 } 4150 4150 4151 .post-format-set .post-format-options {4152 display: none;4153 }4154 4155 .post-format-set .post-format-change {4156 display: block;4157 }4158 4159 4151 #poststuff .post-format-change { 4160 4152 margin: -7px 0 13px 2px; -
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.