Changeset 33067 for trunk/src/wp-admin/edit.php
- Timestamp:
- 07/03/2015 04:41:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r32974 r33067 287 287 echo esc_html( $post_type_object->labels->name ); 288 288 if ( current_user_can( $post_type_object->cap->create_posts ) ) 289 echo ' <a href="' . esc_url( admin_url( $post_new_file ) ) . '" class=" add-new-h2">' . esc_html( $post_type_object->labels->add_new ) . '</a>';289 echo ' <a href="' . esc_url( admin_url( $post_new_file ) ) . '" class="page-title-action">' . esc_html( $post_type_object->labels->add_new ) . '</a>'; 290 290 if ( ! empty( $_REQUEST['s'] ) ) 291 291 printf( ' <span class="subtitle">' . __('Search results for “%s”') . '</span>', get_search_query() );
Note: See TracChangeset
for help on using the changeset viewer.