diff -r f507feede89a -r 09a1c134465b web/wp-admin/media-new.php --- a/web/wp-admin/media-new.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-admin/media-new.php Wed Dec 19 17:46:52 2012 -0800 @@ -1,12 +1,85 @@ add_help_tab( array( +'id' => 'overview', +'title' => __('Overview'), +'content' => + '

' . __('You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files:') . '

' . + '' +) ); +get_current_screen()->set_help_sidebar( + '

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

' . + '

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

' . + '

' . __('Support Forums') . '

' +); + +require_once( ABSPATH . 'wp-admin/admin-header.php' ); + +$form_class = 'media-upload-form type-form validate'; + +if ( get_user_setting('uploader') || isset( $_GET['browser-uploader'] ) ) + $form_class .= ' html-uploader'; +?> +
+ +

+ +
+ + + + + + +
+
+
+ +