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