Make WordPress Core


Ignore:
Timestamp:
03/19/2004 04:20:49 PM (21 years ago)
Author:
rboren
Message:

Introducing wp_list_authors() and friends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-category.php

    r974 r979  
    4747       } else {
    4848        $link = get_category_link(0, $category_id, $category_nicename);
    49                $link = $link . "/feed/";
     49               $link = $link . "feed/";
    5050       }
    5151
Note: See TracChangeset for help on using the changeset viewer.