Ticket #24236: 24236.patch
File 24236.patch, 927 bytes (added by , 11 years ago) |
---|
-
wp-admin/edit-form-advanced.php
422 422 <div id="poststuff"> 423 423 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> 424 424 <div id="post-body-content"<?php echo $format_class; ?>> 425 <?php if ( ! empty( $all_post_formats ) ) : ?> 425 426 <div class="wp-post-format-ui<?php if ( ! $show_post_format_ui ) echo ' no-ui' ?>"> 426 427 <div class="post-format-change"><span class="icon <?php echo esc_attr( 'wp-format-' . $post_format ); ?>"></span> <span class="post-format-description"><?php echo $all_post_formats[$post_format]['description']; ?></span></div> 427 428 </div> 429 <?php endif; ?> 428 430 <?php if ( post_type_supports($post_type, 'title') ) { ?> 429 431 <div id="titlediv"> 430 432 <div id="titlewrap">