mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
061c32d574
commit
98a0a6b5e5
@ -187,7 +187,7 @@ function get_stylesheet() {
|
|||||||
* Retrieves stylesheet directory path for the active theme.
|
* Retrieves stylesheet directory path for the active theme.
|
||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @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.
|
* @global string $wp_stylesheet_path Current theme stylesheet directory path.
|
||||||
*
|
*
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user