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
This commit is contained in:
desrosj 2023-09-25 20:49:18 +00:00
parent 061c32d574
commit 98a0a6b5e5
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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.