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
This commit is contained in:
parent
aa99cfb453
commit
24de36bc5a
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user