Changeset 16334 for trunk/wp-includes/link-template.php
- Timestamp:
- 11/12/2010 09:53:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r16332 r16334 120 120 $category = ''; 121 121 if ( strpos($permalink, '%category%') !== false ) { 122 $cats = get_the_categor ies($post->ID);122 $cats = get_the_category($post->ID); 123 123 if ( $cats ) { 124 124 usort($cats, '_usort_terms_by_ID'); // order by ID
Note: See TracChangeset
for help on using the changeset viewer.