Make WordPress Core

Changeset 2656


Ignore:
Timestamp:
06/20/2005 01:40:52 AM (20 years ago)
Author:
ryan
Message:

Return output of get_links() when calling from wp_get_links(). Props: Kafkaesqui fixes #1437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/links.php

    r2507 r2656  
    114114        if (! isset($echo)) $echo = true;
    115115
    116         get_links($category, $before, $after, $between, $show_images, $orderby, $show_description, $show_rating, $limit, $show_updated, $echo);
     116        return get_links($category, $before, $after, $between, $show_images, $orderby, $show_description, $show_rating, $limit, $show_updated, $echo);
    117117    }
    118118} // end wp_get_links
Note: See TracChangeset for help on using the changeset viewer.