summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-admin/includes/class-custom-image-header.php
diff options
context:
space:
mode:
authorJb Audras <audrasjb@git.wordpress.org>2022-01-20 23:51:22 +0000
committerJb Audras <audrasjb@git.wordpress.org>2022-01-20 23:51:22 +0000
commit8db1549c0f1af05fbb919ad2eeb7f7bff5a63da9 (patch)
treead5deaccec3da1a4b57fbe27fcda5138af8a2455 /src/wp-admin/includes/class-custom-image-header.php
parent7ca1a2a0d755224018f203f35914a4d1ede4cedd (diff)
downloadwordpress-8db1549c0f1af05fbb919ad2eeb7f7bff5a63da9.tar.gz
wordpress-8db1549c0f1af05fbb919ad2eeb7f7bff5a63da9.zip
Docs: Replace "Current theme" with "Active theme" in various DocBlocks.
This change replaces "Current theme" with "Active theme" in various DocBlocks for better consistency with user-facing strings. Follow-up to [52580]. Props Presskopp, audrasjb, costdev. Fixes #54831. See #54770. git-svn-id: https://develop.svn.wordpress.org/trunk@52610 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src/wp-admin/includes/class-custom-image-header.php')
-rw-r--r--src/wp-admin/includes/class-custom-image-header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-admin/includes/class-custom-image-header.php b/src/wp-admin/includes/class-custom-image-header.php
index f0bf1a21a6..f8d1bb6630 100644
--- a/src/wp-admin/includes/class-custom-image-header.php
+++ b/src/wp-admin/includes/class-custom-image-header.php
@@ -1455,7 +1455,7 @@ endif;
/**
* Given an attachment ID for a header image, unsets it as a user-uploaded
- * header image for the current theme.
+ * header image for the active theme.
*
* Triggered when the user clicks the overlay "X" button next to each image
* choice in the Customizer's Header tool.