Changeset 16332 for trunk/wp-includes/link-template.php
- Timestamp:
- 11/12/2010 08:05:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r16114 r16332 120 120 $category = ''; 121 121 if ( strpos($permalink, '%category%') !== false ) { 122 $cats = get_the_categor y($post->ID);122 $cats = get_the_categories($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.