From 651aeebe67444ac6050d4f469cfe50949e7abfa5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 1 Feb 2021 11:49:05 +0000 Subject: [PATCH] Twenty Twenty-One: Correct filter name in `twenty_twenty_one_get_starter_content()` DocBlock. Props sabernhardt. Fixes #52410. Built from https://develop.svn.wordpress.org/trunk@50118 git-svn-id: http://core.svn.wordpress.org/trunk@49797 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyone/inc/starter-content.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.