Changeset 6000 for trunk/wp-includes/category.php
- Timestamp:
- 09/01/2007 04:43:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r5998 r6000 149 149 } 150 150 151 function &get_tag($tag, $output = OBJECT, $filter = 'raw') { 152 return get_term($tag, 'post_tag', $output, $filter); 153 } 154 151 155 // 152 156 // Cache
Note: See TracChangeset
for help on using the changeset viewer.