~canonical-sysadmins/wordpress/4.9.1

« back to all changes in this revision

Viewing changes to wp-admin/link-manager.php

  • Committer: Barry Price
  • Date: 2017-06-09 02:09:58 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: barry.price@canonical.com-20170609020958-838whhwt2196f2vk
Merge WP4.8 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
?>
80
80
 
81
81
<div class="wrap nosubsub">
82
 
<h1><?php echo esc_html( $title ); ?> <a href="link-add.php" class="page-title-action"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php
 
82
<h1 class="wp-heading-inline"><?php
 
83
echo esc_html( $title );
 
84
?></h1>
 
85
 
 
86
<a href="link-add.php" class="page-title-action"><?php echo esc_html_x( 'Add New', 'link' ); ?></a>
 
87
 
 
88
<?php
83
89
if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
84
90
        /* translators: %s: search keywords */
85
91
        printf( '<span class="subtitle">' . __( 'Search results for &#8220;%s&#8221;' ) . '</span>', esc_html( wp_unslash( $_REQUEST['s'] ) ) );
86
92
}
87
93
?>
88
 
</h1>
 
94
 
 
95
<hr class="wp-header-end">
89
96
 
90
97
<?php
91
98
if ( isset($_REQUEST['deleted']) ) {