Changeset 6424
- Timestamp:
- 12/19/2007 11:25:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r6409 r6424 1206 1206 1207 1207 foreach ($terms as $term) { 1208 if ( !strlen(trim($term)) ) 1209 continue; 1210 1208 1211 if ( !$id = is_term($term, $taxonomy) ) 1209 1212 $id = wp_insert_term($term, $taxonomy);
Note: See TracChangeset
for help on using the changeset viewer.