Changeset 32974 for trunk/src/wp-admin/edit.php
- Timestamp:
- 06/27/2015 03:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r32642 r32974 284 284 ?> 285 285 <div class="wrap"> 286 <h 2><?php286 <h1><?php 287 287 echo esc_html( $post_type_object->labels->name ); 288 288 if ( current_user_can( $post_type_object->cap->create_posts ) ) … … 290 290 if ( ! empty( $_REQUEST['s'] ) ) 291 291 printf( ' <span class="subtitle">' . __('Search results for “%s”') . '</span>', get_search_query() ); 292 ?></h 2>292 ?></h1> 293 293 294 294 <?php
Note: See TracChangeset
for help on using the changeset viewer.