X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/72836ec95a52eacbda4dc5aa296b7dd6de08bd3b..58b0523c599c731e868bd4bc05b0d686a98d254f:/wp-admin/media-new.php diff --git a/wp-admin/media-new.php b/wp-admin/media-new.php index d8f8b633..f68a4eef 100644 --- a/wp-admin/media-new.php +++ b/wp-admin/media-new.php @@ -53,8 +53,8 @@ get_current_screen()->add_help_tab( array( ) ); get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on Uploading Media Files') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Documentation on Uploading Media Files') . '

' . + '

' . __('Support Forums') . '

' ); require_once( ABSPATH . 'wp-admin/admin-header.php' ); @@ -65,7 +65,6 @@ if ( get_user_setting('uploader') || isset( $_GET['browser-uploader'] ) ) $form_class .= ' html-uploader'; ?>
-