Changeset 30959 for branches/4.1/src/wp-includes/taxonomy.php
- Timestamp:
- 12/17/2014 05:35:48 PM (11 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-includes/taxonomy.php
r30914 r30959 1913 1913 1914 1914 $terms = $wpdb->get_results($query); 1915 if ( 'all' == $_fields ) { 1916 update_term_cache( $terms ); 1917 } 1915 1918 1916 1919 if ( empty($terms) ) {
Note: See TracChangeset
for help on using the changeset viewer.