diff -r 000000000000 -r d970ebf37754 wp/wp-admin/options-media.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-admin/options-media.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,137 @@ +' . __('You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.') . '
'; + +if ( ! is_multisite() && ( get_option('upload_url_path') || ( get_option('upload_path') != 'wp-content/uploads' && get_option('upload_path') ) ) ) { + $media_options_help .= '' . __('Uploading Files allows you to choose the folder and path for storing your uploaded files.') . '
'; +} + +$media_options_help .= '' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '
'; + +get_current_screen()->add_help_tab( array( + 'id' => 'overview', + 'title' => __('Overview'), + 'content' => $media_options_help, +) ); + +get_current_screen()->set_help_sidebar( + '' . __('For more information:') . '
' . + '' . __('Documentation on Media Settings') . '
' . + '' . __('Support Forums') . '
' +); + +include( ABSPATH . 'wp-admin/admin-header.php' ); + +?> + +