X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..refs/tags/wordpress-3.1.4-scripts:/wp-admin/options-media.php?ds=sidebyside diff --git a/wp-admin/options-media.php b/wp-admin/options-media.php index 2e5d10d0..67c30ad4 100644 --- a/wp-admin/options-media.php +++ b/wp-admin/options-media.php @@ -18,7 +18,7 @@ $parent_file = 'options-general.php'; add_contextual_help($current_screen, '

' . __('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.') . '

' . - '

' . __('Uploading Options gives you folder and path choices for storing your files in your installation’s directory.') . '

' . + ( is_multisite() ? '' : '

' . __('Uploading Options gives you folder and path choices for storing your files in your installation’s directory.') . '

' ) . '

' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '

' . '

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

' . '

' . __('Documentation on Media Settings') . '

' . @@ -81,8 +81,8 @@ include('./admin-header.php'); -
- +
+
@@ -132,9 +132,7 @@ include('./admin-header.php'); -

- -

+