Changeset 13170 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 02/16/2010 09:08:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r13087 r13170 2291 2291 } 2292 2292 } 2293 2294 if ( !is_object($term) ) 2295 $term = new WP_Error('invalid_term', __('Empty Term')); 2296 2293 2297 if ( is_wp_error( $term ) ) 2294 2298 return $term;
Note: See TracChangeset
for help on using the changeset viewer.