Changeset 17849 for trunk/wp-admin/link-manager.php
- Timestamp:
- 05/10/2011 07:18:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r17800 r17849 60 60 <div class="wrap nosubsub"> 61 61 <?php screen_icon(); ?> 62 <h2><?php 63 echo esc_html( $title ); 64 favorite_actions( $current_screen ); 62 <h2><?php echo esc_html( $title ); ?> <a href="link-add.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php 65 63 if ( !empty($_REQUEST['s']) ) 66 64 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( stripslashes($_REQUEST['s']) ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.