diff options
author | SergeyBiryukov <SergeyBiryukov@602fd350-edb4-49c9-b593-d223f7449a82> | 2019-11-16 21:02:02 +0000 |
---|---|---|
committer | SergeyBiryukov <SergeyBiryukov@602fd350-edb4-49c9-b593-d223f7449a82> | 2019-11-16 21:02:02 +0000 |
commit | 24de36bc5af6f93b4cf20c596cf30936c2d956f7 (patch) | |
tree | 6b81f4b823e92a0352149a00caf3549865fa9ea0 /src | |
parent | aa99cfb4536e732b164ec47c79dc0d78960d0067 (diff) | |
download | wordpress-24de36bc5af6f93b4cf20c596cf30936c2d956f7.tar.gz wordpress-24de36bc5af6f93b4cf20c596cf30936c2d956f7.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/wp-admin/includes/credits.php | 4 |
1 files 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 * |