diff -r f507feede89a -r 09a1c134465b web/wp-admin/options-media.php --- a/web/wp-admin/options-media.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-admin/options-media.php Wed Dec 19 17:46:52 2012 -0800 @@ -15,15 +15,9 @@ $title = __('Media Settings'); $parent_file = 'options-general.php'; -$media_options_help = '
' . __('You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.') . '
' . - '' . __('The Embed option allows you embed a video, image, or other media content into your content automatically by typing the URL (of the web page where the file lives) on its own line when you create your content.'); +$media_options_help = '
' . __('You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.') . '
'; -if ( ! empty( $content_width ) ) - $media_options_help .= ' ' . __( 'If you do not set the maximum embed size, it will be automatically sized to fit into your content area.' ); - -$media_options_help .= ''; - -if ( ! is_multisite() ) { +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.') . '
'; } @@ -91,36 +85,20 @@ + -- | - |
---|---|
- | - - - - -' . __( 'If the width value is left blank, embeds will default to the max width of your theme.' ) . ''; -?> - | -
@@ -134,7 +112,7 @@ | |