Make WordPress Core


Ignore:
Timestamp:
11/12/2010 08:05:37 PM (14 years ago)
Author:
scribu
Message:

Replace get_the_category() with get_the_categories(). Props filosofo. Fixes #15407

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-posts-list-table.php

    r16315 r16332  
    597597            ?>
    598598            <td <?php echo $attributes ?>><?php
    599                 $categories = get_the_category();
     599                $categories = get_the_categories();
    600600                if ( !empty( $categories ) ) {
    601601                    $out = array();
Note: See TracChangeset for help on using the changeset viewer.