Make WordPress Core

Changeset 34884

Timestamp:
10/06/2015 10:38:47 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: _pad_term_counts() takes an array of objects passed by reference, not term IDs.

Props wpsmith.
Fixes #34174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy-functions.php

    r34812 r34884  
    36633663 * @global wpdb $wpdb WordPress database abstraction object.
    36643664 *
    3665  * @param array  $terms    List of term IDs, passed by reference.
     3665 * @param array  $terms    List of term s, passed by reference.
    36663666 * @param string $taxonomy Term context.
    36673667 */
Note: See TracChangeset for help on using the changeset viewer.