Changeset 5560 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 05/27/2007 05:21:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r5559 r5560 243 243 244 244 function wp_update_term_count( $terms, $taxonomy ) { 245 global $wpdb; 246 245 247 if ( empty($terms) ) 246 248 return false;
Note: See TracChangeset
for help on using the changeset viewer.