Changeset 11190 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 05/05/2009 04:28:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r11153 r11190 1643 1643 $slug = wp_unique_term_slug($slug, (object) $args); 1644 1644 else 1645 return new WP_Error('duplicate_term_slug', sprintf(__('The slug "%s"is already in use by another term'), $slug));1645 return new WP_Error('duplicate_term_slug', sprintf(__('The slug “%s” is already in use by another term'), $slug)); 1646 1646 } 1647 1647
Note: See TracChangeset
for help on using the changeset viewer.