Changeset 18607 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 08/25/2011 10:55:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r18570 r18607 194 194 ?> 195 195 196 <div class="wrap ">196 <div class="wrap columns-<?php echo esc_attr($screen_layout_columns);?>"> 197 197 <?php screen_icon(); ?> 198 198 <h2><?php echo esc_html( $title ); ?><?php if ( isset( $post_new_file ) ) : ?> <a href="<?php echo esc_url( $post_new_file ) ?>" class="add-new-h2"><?php echo esc_html($post_type_object->labels->add_new); ?></a><?php endif; ?></h2> … … 223 223 ?> 224 224 225 <div id="poststuff" class="metabox-holder<?php echo 2 == $screen_layout_columns ? ' has-right-sidebar' : ''; ?>">225 <div id="poststuff" class="metabox-holder<?php echo 1 != $screen_layout_columns ? ' has-right-sidebar' : ''; ?>"> 226 226 <div id="side-info-column" class="inner-sidebar"> 227 227
Note: See TracChangeset
for help on using the changeset viewer.