Make WordPress Core


Ignore:
Timestamp:
11/12/2010 09:53:15 PM (16 years ago)
Author:
westi
Message:

Revert most of [16332] - renaming and deprecating a commonly used function is silly. Improving it is good. Fixes #15407.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/loop.php

    r16332 r16334  
    142142
    143143                        <div class="entry-utility">
    144                                 <?php if ( count( get_the_categories() ) ) : ?>
     144                                <?php if ( count( get_the_category() ) ) : ?>
    145145                                        <span class="cat-links">
    146146                                                <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.