Changeset 28539 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 05/22/2014 05:36:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r28466 r28539 3162 3162 */ 3163 3163 function wp_update_term_count_now( $terms, $taxonomy ) { 3164 global $wpdb;3165 3166 3164 $terms = array_map('intval', $terms); 3167 3165
Note: See TracChangeset
for help on using the changeset viewer.