mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +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:
@@ -3324,7 +3324,7 @@ function _get_term_children( $term_id, $terms, $taxonomy, &$ancestors = array()
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
* @param array $terms List of term objects, passed by reference.
|
||||
* @param array $terms List of term objects (passed by reference).
|
||||
* @param string $taxonomy Term context.
|
||||
*/
|
||||
function _pad_term_counts( &$terms, $taxonomy ) {
|
||||
|
||||
Reference in New Issue
Block a user