summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJonathan Desrosiers <desrosj@git.wordpress.org>2023-09-25 20:47:32 +0000
committerJonathan Desrosiers <desrosj@git.wordpress.org>2023-09-25 20:47:32 +0000
commit5c8b4c1b00d681abf3751ba0a8b009d5705acb02 (patch)
tree91ecb64a660f107bebc8c2d891e8be7a6ff4b45f /src
parent4ffb12de546e2871d606f9f8d398ffccff405433 (diff)
downloadwordpress-5c8b4c1b00d681abf3751ba0a8b009d5705acb02.tar.gz
wordpress-5c8b4c1b00d681abf3751ba0a8b009d5705acb02.zip
Docs: Revert [56679].
`Memoizes` is actually correct in this context. Unprops desrosj. See #18298. git-svn-id: https://develop.svn.wordpress.org/trunk@56686 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src')
-rw-r--r--src/wp-includes/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php
index 0b88b122c8..6be2ad700a 100644
--- a/src/wp-includes/theme.php
+++ b/src/wp-includes/theme.php
@@ -187,7 +187,7 @@ function get_stylesheet() {
* Retrieves stylesheet directory path for the active theme.
*
* @since 1.5.0
- * @since 6.4.0 Memorizes filter execution so that it only runs once for the current theme.
+ * @since 6.4.0 Memoizes filter execution so that it only runs once for the current theme.
*
* @global string $wp_stylesheet_path Current theme stylesheet directory path.
*