Docs: Correct typo in new @since tag.

Follow up to [56635], [56641].

See #18298.

git-svn-id: https://develop.svn.wordpress.org/trunk@56679 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2023-09-25 15:16:32 +00:00
parent 4ae2d1a533
commit 68347e0d70

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