diff --git a/wp-content/themes/twentytwentytwo/functions.php b/wp-content/themes/twentytwentytwo/functions.php index 8f93dcfc5f..30e6674b46 100644 --- a/wp-content/themes/twentytwentytwo/functions.php +++ b/wp-content/themes/twentytwentytwo/functions.php @@ -34,7 +34,7 @@ add_action( 'after_setup_theme', 'twentytwentytwo_support' ); if ( ! function_exists( 'twentytwentytwo_styles' ) ) : /** - * Enqueue styles. + * Enqueues styles. * * @since Twenty Twenty-Two 1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 2d212ad4bc..287d5cda17 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60537'; +$wp_version = '6.9-alpha-60538'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.