Docs: Add a missing description for the `&$themes` parameter in the DocBlock for `WP_Theme::sort_by_name()`.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-02-26 17:11:56 +00:00
parent 223b94a039
commit 06eced0604
1 changed files with 3 additions and 1 deletions

View File

@ -1316,12 +1316,14 @@ final class WP_Theme implements ArrayAccess {
}
/**
* Sort themes by name.
* Sorts themes by name.
*
* @since 3.4.0
*
* @static
* @access public
*
* @param array $themes Array of themes to sort, passed by reference.
*/
public static function sort_by_name( &$themes ) {
if ( 0 === strpos( get_locale(), 'en_' ) ) {