From 24de36bc5af6f93b4cf20c596cf30936c2d956f7 Mon Sep 17 00:00:00 2001 From: SergeyBiryukov Date: Sat, 16 Nov 2019 21:02:02 +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. Fixes #48674. git-svn-id: https://develop.svn.wordpress.org/trunk@46738 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/credits.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/credits.php b/src/wp-admin/includes/credits.php index 74d0c6878d..3289c18e4a 100644 --- a/src/wp-admin/includes/credits.php +++ b/src/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 *