Changeset 6321 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 11/07/2007 06:20:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r6311 r6321 735 735 */ 736 736 function sanitize_term($term, $taxonomy, $context = 'display') { 737 738 if ( 'raw' == $context ) 739 return $term; 740 737 741 $fields = array('term_id', 'name', 'description', 'slug', 'count', 'parent', 'term_group'); 738 742
Note: See TracChangeset
for help on using the changeset viewer.