Changes in trunk/wp-admin/link-manager.php [17872:17345]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r17872 r17345 1 1 <?php 2 2 /** 3 * Link Management Administration Screen.3 * Link Management Administration Panel. 4 4 * 5 5 * @package WordPress … … 47 47 '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' . 48 48 '<p><strong>' . __('For more information:') . '</strong></p>' . 49 '<p>' . __('<a href="http://codex.wordpress.org/Links_ Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' .49 '<p>' . __('<a href="http://codex.wordpress.org/Links_Links_SubPanel" target="_blank">Documentation on Managing Links</a>') . '</p>' . 50 50 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 51 51 ); … … 60 60 <div class="wrap nosubsub"> 61 61 <?php screen_icon(); ?> 62 <h2><?php echo esc_html( $title ); ?> <a href="link-add.php" class=" add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php62 <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 63 63 if ( !empty($_REQUEST['s']) ) 64 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.