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-includes/feed.php

    r15371 r16332  
    300300    if ( empty($type) )
    301301        $type = get_default_feed();
    302     $categories = get_the_category();
     302    $categories = get_the_categories();
    303303    $tags = get_the_tags();
    304304    $the_list = '';
Note: See TracChangeset for help on using the changeset viewer.