Changeset 35907
- Timestamp:
- 12/14/2015 02:03:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r35906 r35907 3374 3374 * @staticvar array $_deferred 3375 3375 * 3376 * @param int|array $terms The term_taxonomy_id of the terms. 3377 * @param string $taxonomy The context of the term. 3376 * @param int|array $terms The term_taxonomy_id of the terms. 3377 * @param string $taxonomy The context of the term. 3378 * @param bool $do_deferred Whether to flush the deferred term counts too. Default false. 3378 3379 * @return bool If no terms will return false, and if successful will return true. 3379 3380 */ 3380 function wp_update_term_count( $terms, $taxonomy, $do_deferred =false ) {3381 function wp_update_term_count( $terms, $taxonomy, $do_deferred = false ) { 3381 3382 static $_deferred = array(); 3382 3383
Note: See TracChangeset
for help on using the changeset viewer.