equal
deleted
inserted
replaced
417 ?> |
417 ?> |
418 </h1> |
418 </h1> |
419 |
419 |
420 <?php |
420 <?php |
421 if ( current_user_can( $post_type_object->cap->create_posts ) ) { |
421 if ( current_user_can( $post_type_object->cap->create_posts ) ) { |
422 echo ' <a href="' . esc_url( admin_url( $post_new_file ) ) . '" class="page-title-action">' . esc_html( $post_type_object->labels->add_new ) . '</a>'; |
422 echo ' <a href="' . esc_url( admin_url( $post_new_file ) ) . '" class="page-title-action">' . esc_html( $post_type_object->labels->add_new_item ) . '</a>'; |
423 } |
423 } |
424 |
424 |
425 if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) { |
425 if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) { |
426 echo '<span class="subtitle">'; |
426 echo '<span class="subtitle">'; |
427 printf( |
427 printf( |