diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-admin/options-media.php --- a/wp/wp-admin/options-media.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-admin/options-media.php Tue Jun 09 03:35:32 2015 +0200 @@ -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,7 +40,6 @@ ?>
-

@@ -50,7 +49,7 @@

- + - + - + + - +
@@ -62,7 +61,7 @@
@@ -72,7 +71,7 @@
@@ -99,14 +98,14 @@ // If upload_url_path is not the default (empty), and upload_path is not the default ('wp-content/uploads' or empty) if ( get_option('upload_url_path') || ( get_option('upload_path') != 'wp-content/uploads' && get_option('upload_path') ) ) : ?> -

wp-content/uploads'); ?>