From 98a0a6b5e5a465ca69955f3d24fb71e0e35577e6 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 25 Sep 2023 20:49:18 +0000 Subject: [PATCH] Docs: Revert [56679]. `Memoizes` is actually correct in this context. Unprops desrosj. See #18298. Built from https://develop.svn.wordpress.org/trunk@56686 git-svn-id: http://core.svn.wordpress.org/trunk@56198 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 0b88b122c8..6be2ad700a 100644 --- a/wp-includes/theme.php +++ b/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. * diff --git a/wp-includes/version.php b/wp-includes/version.php index c15b56c5d3..f92cfe3d11 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56684'; +$wp_version = '6.4-alpha-56686'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.