X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/1c09677af04c9e37714e09b73eb9dbc5b2e3eb13..c55863f11e8589bf8d4a5698bf15752406654f1c:/wp-admin/media-new.php diff --git a/wp-admin/media-new.php b/wp-admin/media-new.php index 4cba71f9..d8f8b633 100644 --- a/wp-admin/media-new.php +++ b/wp-admin/media-new.php @@ -1,14 +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') . '

' +); -?> \ No newline at end of file +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'; +?> +
+ +

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