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