Changeset 8602
- Timestamp:
- 08/09/08 17:13:27 (4 months ago)
- Files:
-
- branches/2.6/wp-admin/includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wp-admin/includes/taxonomy.php
r7911 r8602 134 134 foreach ( $tags as $tag ) 135 135 $tag_names[] = $tag->name; 136 $tags_to_edit = join( ', ', $tag_names );136 $tags_to_edit = join( ',', $tag_names ); 137 137 $tags_to_edit = attribute_escape( $tags_to_edit ); 138 138 $tags_to_edit = apply_filters( 'tags_to_edit', $tags_to_edit );
