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

git-svn-id: https://develop.svn.wordpress.org/trunk@2656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-06-20 01:40:52 +00:00
parent 337a17904f
commit c8b7b7e47b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ function wp_get_links($args = '') {
if (! isset($show_updated)) $show_updated = 1;
if (! isset($echo)) $echo = true;
get_links($category, $before, $after, $between, $show_images, $orderby, $show_description, $show_rating, $limit, $show_updated, $echo);
return get_links($category, $before, $after, $between, $show_images, $orderby, $show_description, $show_rating, $limit, $show_updated, $echo);
}
} // end wp_get_links