IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
304 | 304 | if ( current_user_can( $post_type_object->cap->create_posts ) ) |
305 | 305 | echo ' <a href="' . esc_url( admin_url( $post_new_file ) ) . '" class="page-title-action">' . esc_html( $post_type_object->labels->add_new ) . '</a>'; |
306 | 306 | |
| 307 | if ( have_posts() && $archive_url = get_post_type_archive_link($post_type) ) |
| 308 | echo ' <a href="' . esc_url( $archive_url ) . '" class="page-title-action">' . esc_html( $post_type_object->labels->archives ) . '</a>'; |
| 309 | |
| 310 | |
307 | 311 | if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) { |
308 | 312 | /* translators: %s: search keywords */ |
309 | 313 | printf( ' <span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', get_search_query() ); |