Changeset 6322 for branches/2.3/wp-includes/taxonomy.php
- Timestamp:
- 11/07/2007 06:28:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/taxonomy.php
r6253 r6322 664 664 */ 665 665 function sanitize_term($term, $taxonomy, $context = 'display') { 666 667 if ( 'raw' == $context ) 668 return $term; 669 666 670 $fields = array('term_id', 'name', 'description', 'slug', 'count', 'parent', 'term_group'); 667 671
Note: See TracChangeset
for help on using the changeset viewer.