Changes from trunk/wp-admin/includes/taxonomy.php at r7911 to branches/2.6/wp-admin/includes/taxonomy.php at r8602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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( ', 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 );
Note: See TracChangeset
for help on using the changeset viewer.