From ff1db3c4a9b14434667fa67a578145675fccd81f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 25 Nov 2019 10:20:03 +0000 Subject: [PATCH] Docs: Fix typo in `wp_credits_section_title()` description. Switch descriptions for `wp_credits_section_title()` and `wp_credits_section_list()` to third-person singular verbs, per the documentation standards. Props hareesh-pillai. Merges [46738] to the 5.3 branch. Fixes #48674. Built from https://develop.svn.wordpress.org/branches/5.3@46776 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46576 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/credits.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.