Docs: Standardise the format used for documenting parameters passed by reference.

See #35974, #41017


git-svn-id: https://develop.svn.wordpress.org/trunk@41688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2017-10-02 22:13:04 +00:00
parent 2669a8f16e
commit 19c0a55711
21 changed files with 47 additions and 47 deletions

View File

@@ -1426,7 +1426,7 @@ final class WP_Theme implements ArrayAccess {
*
* @static
*
* @param array $themes Array of themes to sort, passed by reference.
* @param array $themes Array of themes to sort (passed by reference).
*/
public static function sort_by_name( &$themes ) {
if ( 0 === strpos( get_user_locale(), 'en_' ) ) {