diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-admin/options-media.php --- a/wp/wp-admin/options-media.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-admin/options-media.php Mon Oct 14 17:39:30 2019 +0200 @@ -10,7 +10,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! current_user_can( 'manage_options' ) ) - wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) ); + wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); $title = __('Media Settings'); $parent_file = 'options-general.php'; @@ -31,8 +31,8 @@ get_current_screen()->set_help_sidebar( '

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

' . - '

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

' . - '

' . __('Support Forums') . '

' + '

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

' . + '

' . __('Support Forums') . '

' ); include( ABSPATH . 'wp-admin/admin-header.php' ); @@ -40,24 +40,26 @@ ?>
-

+

-

+

- @@ -66,6 +68,7 @@ @@ -76,6 +79,7 @@ @@ -84,15 +88,19 @@
- - - -
-/> - +
+ + +
+ + +
+/> +
+
+
- -

+ +

-

+

@@ -111,14 +122,17 @@

- - +
-

wp-content/uploads'); ?>

+

wp-content/uploads' ); +?>

+ + +
+ - +