Changeset 5113
- Timestamp:
- 03/26/2007 06:05:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r5110 r5113 789 789 $tag_ids[] = $tag_id; 790 790 } 791 792 if ( !is_array( $tag_ids ) ) 793 return false; 791 794 792 795 $tag_ids = array_unique( $tag_ids );
Note: See TracChangeset
for help on using the changeset viewer.