add_help_tab( array( 'id' => 'adding-media', 'title' => __('Adding Media'), '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.') . '

' ) ); get_current_screen()->add_help_tab( array( 'id' => 'editing-new-media', 'title' => __('Editing New Media'), 'content' => '

' . __('There are three options for uploading files:') . '

' . '

' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '

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

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

' . '

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

' . '

' . __('Support Forums') . '

' ); require_once('./admin-header.php'); $form_class = 'media-upload-form type-form validate'; if ( get_user_setting('uploader') ) $form_class .= ' html-uploader'; ?>