mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
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
This commit is contained in:
@@ -708,7 +708,7 @@ class WP_Theme_JSON {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the page templates of the current theme.
|
||||
* Returns the page templates of the active theme.
|
||||
*
|
||||
* @since 5.9.0
|
||||
*
|
||||
@@ -732,7 +732,7 @@ class WP_Theme_JSON {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the template part data of current theme.
|
||||
* Returns the template part data of active theme.
|
||||
*
|
||||
* @since 5.9.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user