diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 0b88b122c8..6be2ad700a 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -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. *