diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index eb8c91ca89..a89876eb96 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -477,7 +477,7 @@ function dashboard_quota() {
- +
%sMB' ), $quota ); ?>%2$sMB' ), esc_url( admin_url( 'upload.php' ) ), $quota ); ?>
@@ -485,7 +485,7 @@ function dashboard_quota() {
- +
%1sMB (%2$s%%)' ), $used, $percentused ); ?>%2$sMB (%3$s%%)' ), esc_url( admin_url( 'upload.php' ) ), $used, $percentused ); ?>
@@ -775,7 +775,7 @@ function show_post_thumbnail_warning() { return; $mu_media_buttons = get_site_option( 'mu_media_buttons', array() ); if ( empty($mu_media_buttons['image']) && current_theme_supports( 'post-thumbnails' ) ) { - echo "
" . sprintf( __( "Warning! The current theme supports post thumbnails. You must enable image uploads on the options page for it to work." ), esc_url( admin_url( 'ms-options.php' ) ) ) . "
"; + echo "
" . sprintf( __( "Warning! The current theme supports Featured Images. You must enable image uploads on the options page for it to work." ), esc_url( admin_url( 'ms-options.php' ) ) ) . "
"; } } add_action( 'admin_notices', 'show_post_thumbnail_warning' );