Changeset 20570
- Timestamp:
- 04/23/2012 10:40:59 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r20433 r20570 244 244 ?> 245 245 246 <div class="wrap columns-<?php echo (int) $screen_layout_columns ? (int) $screen_layout_columns : 'auto'; ?>">246 <div class="wrap"> 247 247 <?php screen_icon(); ?> 248 248 <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> -
trunk/wp-admin/edit-link-form.php
r20272 r20570 58 58 ?> 59 59 60 <div class="wrap columns-<?php echo (int) $screen_layout_columns ? (int) $screen_layout_columns : 'auto'; ?>">60 <div class="wrap"> 61 61 <?php screen_icon(); ?> 62 62 <h2><?php echo esc_html( $title ); ?> <a href="link-add.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a></h2>
Note: See TracChangeset
for help on using the changeset viewer.