Skip to content

Commit

Permalink
Docs: Revert [56679].
Browse files Browse the repository at this point in the history
 
`Memoizes` is actually correct in this context.

Unprops desrosj.
See #18298.

git-svn-id: https://develop.svn.wordpress.org/trunk@56686 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj authored and Anton Vlasenko committed Sep 29, 2023
1 parent d68c86b commit 61bc455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 61bc455

Please sign in to comment.