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
This commit is contained in:
parent
4baea39a4d
commit
ff1db3c4a9
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue