diff --git a/wp-admin/includes/credits.php b/wp-admin/includes/credits.php index 74d0c6878d..3289c18e4a 100644 --- a/wp-admin/includes/credits.php +++ b/wp-admin/includes/credits.php @@ -78,7 +78,7 @@ function _wp_credits_build_object_link( &$data ) { } /** - * Display a the title for a given group of contributors. + * Displays the title for a given group of contributors. * * @since 5.3.0 * @@ -106,7 +106,7 @@ function wp_credits_section_title( $group_data = array() ) { } /** - * Display a list of contributors for a given group. + * Displays a list of contributors for a given group. * * @since 5.3.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 2ddc4630c0..f415187a2a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3.1-alpha-46775'; +$wp_version = '5.3.1-alpha-46776'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.