]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/index.php
WordPress 4.7
[autoinstalls/wordpress.git] / wp-admin / index.php
index 86bed0adfc2efc016c6bda14f267be33e6e14c85..d2d7ec889d602bcd78504b21470414d17c31140b 100644 (file)
@@ -33,7 +33,6 @@ $parent_file = 'index.php';
 
 $help = '<p>' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab above the screen title.' ) . '</p>';
 
-// Not using chaining here, so as to be parseable by PHP4.
 $screen = get_current_screen();
 
 $screen->add_help_tab( array(
@@ -95,8 +94,8 @@ unset( $help );
 
 $screen->set_help_sidebar(
        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
-       '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .
-       '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
+       '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Screen">Documentation on Dashboard</a>' ) . '</p>' .
+       '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
 );
 
 include( ABSPATH . 'wp-admin/admin-header.php' );