mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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_' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user