Changeset 16332 for trunk/wp-includes/post-template.php
- Timestamp:
- 11/12/2010 08:05:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r16331 r16332 350 350 // Categories 351 351 if ( is_object_in_taxonomy( $post->post_type, 'category' ) ) { 352 foreach ( (array) get_the_categor y($post->ID) as $cat ) {352 foreach ( (array) get_the_categories($post->ID) as $cat ) { 353 353 if ( empty($cat->slug ) ) 354 354 continue;
Note: See TracChangeset
for help on using the changeset viewer.