X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/d3b1ea255664edd2deef17f900a655613d20820d..refs/tags/wordpress-2.9:/wp-admin/options-media.php?ds=sidebyside diff --git a/wp-admin/options-media.php b/wp-admin/options-media.php index 6c97c032..abe72bc5 100644 --- a/wp-admin/options-media.php +++ b/wp-admin/options-media.php @@ -9,6 +9,9 @@ /** WordPress Administration Bootstrap */ require_once('admin.php'); +if ( ! current_user_can('manage_options') ) + wp_die(__('You do not have sufficient permissions to manage options for this blog.')); + $title = __('Media Settings'); $parent_file = 'options-general.php'; @@ -41,7 +44,7 @@ include('admin-header.php'); -
+
@@ -51,7 +54,7 @@ include('admin-header.php'); -
+
@@ -62,6 +65,31 @@ include('admin-header.php'); +

+ + + + + + + + + + + + + + +
+ +
+ + + + +' . __("If the width value is left blank, embeds will default to the max width of your theme."); ?> +
+