mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Docs: Correct typo in new @since
tag.
Follow up to [56635], [56641]. See #18298. Built from https://develop.svn.wordpress.org/trunk@56679 git-svn-id: http://core.svn.wordpress.org/trunk@56191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ffad402ba3
commit
d9f4318a56
@ -187,7 +187,7 @@ function get_stylesheet() {
|
||||
* Retrieves stylesheet directory path for the active theme.
|
||||
*
|
||||
* @since 1.5.0
|
||||
* @since 6.4.0 Memoizes filter execution so that it only runs once for the current theme.
|
||||
* @since 6.4.0 Memorizes filter execution so that it only runs once for the current theme.
|
||||
*
|
||||
* @global string $wp_stylesheet_path Current theme stylesheet directory path.
|
||||
*
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-alpha-56678';
|
||||
$wp_version = '6.4-alpha-56679';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user