summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-admin/includes/class-custom-image-header.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp-admin/includes/class-custom-image-header.php')
-rw-r--r--src/wp-admin/includes/class-custom-image-header.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wp-admin/includes/class-custom-image-header.php b/src/wp-admin/includes/class-custom-image-header.php
index eff3501b2e..f0bf1a21a6 100644
--- a/src/wp-admin/includes/class-custom-image-header.php
+++ b/src/wp-admin/includes/class-custom-image-header.php
@@ -817,7 +817,7 @@ endif;
if ( ! current_theme_supports( 'custom-header', 'uploads' ) ) {
wp_die(
'<h1>' . __( 'Something went wrong.' ) . '</h1>' .
- '<p>' . __( 'The current theme does not support uploading a custom header image.' ) . '</p>',
+ '<p>' . __( 'The active theme does not support uploading a custom header image.' ) . '</p>',
403
);
}
@@ -1003,7 +1003,7 @@ endif;
if ( ! current_theme_supports( 'custom-header', 'uploads' ) ) {
wp_die(
'<h1>' . __( 'Something went wrong.' ) . '</h1>' .
- '<p>' . __( 'The current theme does not support uploading a custom header image.' ) . '</p>',
+ '<p>' . __( 'The active theme does not support uploading a custom header image.' ) . '</p>',
403
);
}
@@ -1014,7 +1014,7 @@ endif;
) {
wp_die(
'<h1>' . __( 'Something went wrong.' ) . '</h1>' .
- '<p>' . __( 'The current theme does not support a flexible sized header image.' ) . '</p>',
+ '<p>' . __( 'The active theme does not support a flexible sized header image.' ) . '</p>',
403
);
}