diff --git a/wp-content/themes/twentytwentyone/inc/starter-content.php b/wp-content/themes/twentytwentyone/inc/starter-content.php index ee7a5533e1..8c580633b1 100644 --- a/wp-content/themes/twentytwentyone/inc/starter-content.php +++ b/wp-content/themes/twentytwentyone/inc/starter-content.php @@ -12,7 +12,7 @@ /** * Function to return the array of starter content for the theme. * - * Passes it through the `twentytwenty_starter_content` filter before returning. + * Passes it through the `twenty_twenty_one_starter_content` filter before returning. * * @since Twenty Twenty-One 1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index b29cd6bdbd..5d28e32edb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-50117'; +$wp_version = '5.7-alpha-50118'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.