Ticket #6313: wp-admin-includes-taxonomy.diff
File wp-admin-includes-taxonomy.diff, 468 bytes (added by , 17 years ago) |
---|
-
taxonomy.php
133 133 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 ); 139 139 return $tags_to_edit;