Changeset 18667 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/14/2011 07:02:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r18625 r18667 194 194 ?> 195 195 196 <div class="wrap <?php if ( $screen_layout_columns == 'auto' ) echo ' responsive'; ?>">196 <div class="wrap"> 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>
Note: See TracChangeset
for help on using the changeset viewer.