diff --git a/wp-admin/css/media.css b/wp-admin/css/media.css index 18c906b2c7..c3bd6700fe 100644 --- a/wp-admin/css/media.css +++ b/wp-admin/css/media.css @@ -375,7 +375,7 @@ abbr.required { color: #5A5A5A; } -.media-blank h3 { +h3.media-title { color: #5A5A5A; font-family: Georgia,"Times New Roman",Times,serif; font-size: 1.6em; diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 69287de481..36b8a4eeb1 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -1329,9 +1329,7 @@ function media_upload_type_form($type = 'file', $errors = null, $id = null) { -
-

-
+

@@ -1346,17 +1344,21 @@ jQuery(function($){ }); --> -
- -
- -'.wp_specialchars($id->get_error_message()).''; exit; } } +?> + + + -
-

-
+