X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3f5685912e89eb3b0534acd85aa0946b1ca2bbe3..0278c4b31e94c74bb5da5832653ad26e14a7b275:/wp-admin/options-media.php diff --git a/wp-admin/options-media.php b/wp-admin/options-media.php index abe72bc5..67c30ad4 100644 --- a/wp-admin/options-media.php +++ b/wp-admin/options-media.php @@ -7,15 +7,25 @@ */ /** WordPress Administration Bootstrap */ -require_once('admin.php'); +require_once('./admin.php'); -if ( ! current_user_can('manage_options') ) - wp_die(__('You do not have sufficient permissions to manage options for this blog.')); +if ( ! current_user_can( 'manage_options' ) ) + wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) ); $title = __('Media Settings'); $parent_file = 'options-general.php'; -include('admin-header.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.') . '

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

' . + '

' . __('Support Forums') . '

' +); + +include('./admin-header.php'); ?> @@ -71,8 +81,8 @@ include('admin-header.php'); -
- +
+
@@ -90,11 +100,39 @@ include('admin-header.php'); + +

+ + + + + + + + + + + + + + + + +
+wp-content/uploads'); ?> +
+ +
+ +
+ + -

- -

+