Make WordPress Core


Ignore:
Timestamp:
11/12/2010 09:53:15 PM (15 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-includes/feed.php

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