]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/link-manager.php
WordPress 4.2.5-scripts
[autoinstalls/wordpress.git] / wp-admin / link-manager.php
index 8e12aa3d34686ba3291f9ddb651e9a7d5c9ef364..9313f375089ef9b5a125fb49f449241d44015f66 100644 (file)
@@ -57,7 +57,7 @@ get_current_screen()->add_help_tab( array(
 
 get_current_screen()->set_help_sidebar(
        '<p><strong>' . __('For more information:') . '</strong></p>' .
 
 get_current_screen()->set_help_sidebar(
        '<p><strong>' . __('For more information:') . '</strong></p>' .
-       '<p>' . __('<a href="http://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' .
+       '<p>' . __('<a href="https://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' .
        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
 );
 
        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
 );
 
@@ -76,7 +76,7 @@ if ( !empty($_REQUEST['s']) )
 
 <?php
 if ( isset($_REQUEST['deleted']) ) {
 
 <?php
 if ( isset($_REQUEST['deleted']) ) {
-       echo '<div id="message" class="updated"><p>';
+       echo '<div id="message" class="updated notice is-dismissible"><p>';
        $deleted = (int) $_REQUEST['deleted'];
        printf(_n('%s link deleted.', '%s links deleted', $deleted), $deleted);
        echo '</p></div>';
        $deleted = (int) $_REQUEST['deleted'];
        printf(_n('%s link deleted.', '%s links deleted', $deleted), $deleted);
        echo '</p></div>';
@@ -84,7 +84,7 @@ if ( isset($_REQUEST['deleted']) ) {
 }
 ?>
 
 }
 ?>
 
-<form id="posts-filter" action="" method="get">
+<form id="posts-filter" method="get">
 
 <?php $wp_list_table->search_box( __( 'Search Links' ), 'link' ); ?>
 
 
 <?php $wp_list_table->search_box( __( 'Search Links' ), 'link' ); ?>