Changeset 10810 for trunk/wp-admin/includes/taxonomy.php
- Timestamp:
- 03/18/2009 02:43:45 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/taxonomy.php
r10222 r10810 219 219 if ( is_wp_error($tags) ) 220 220 return $tags; 221 221 222 222 foreach ( $tags as $tag ) 223 223 $tag_names[] = $tag->name;
Note: See TracChangeset
for help on using the changeset viewer.