Changeset 5271 for trunk/wp-includes/post.php
- Timestamp:
- 04/15/2007 02:26:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r5248 r5271 809 809 if ( !$tag_slug = sanitize_title( $tag ) ) 810 810 continue; // discard 811 if ( !$tag_id = category_exists( $tag ) )811 if ( !$tag_id = tag_exists( $tag ) ) 812 812 $tag_id = wp_create_tag( $tag ); 813 813 $tag_ids[] = $tag_id;
Note: See TracChangeset
for help on using the changeset viewer.