wp/wp-admin/link-manager.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    99 <?php
    99 <?php
   100 echo esc_html( $title );
   100 echo esc_html( $title );
   101 ?>
   101 ?>
   102 </h1>
   102 </h1>
   103 
   103 
   104 <a href="link-add.php" class="page-title-action"><?php echo esc_html__( 'Add New Link' ); ?></a>
   104 <a href="link-add.php" class="page-title-action"><?php echo esc_html__( 'Add Link' ); ?></a>
   105 
   105 
   106 <?php
   106 <?php
   107 if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
   107 if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
   108 	echo '<span class="subtitle">';
   108 	echo '<span class="subtitle">';
   109 	printf(
   109 	printf(