Changeset 24149
- Timestamp:
- 05/01/2013 02:38:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r24148 r24149 156 156 $format_class = " class='wp-format-{$post_format}'"; 157 157 158 159 158 $all_post_formats = array( 160 159 'standard' => array ( … … 423 422 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> 424 423 <div id="post-body-content"<?php echo $format_class; ?>> 424 <?php if ( ! empty( $all_post_formats ) ) : ?> 425 425 <div class="wp-post-format-ui<?php if ( ! $show_post_format_ui ) echo ' no-ui' ?>"> 426 426 <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 427 </div> 428 <?php endif; ?> 428 429 <?php if ( post_type_supports($post_type, 'title') ) { ?> 429 430 <div id="titlediv">
Note: See TracChangeset
for help on using the changeset viewer.