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

git-svn-id: http://svn.automattic.com/wordpress/trunk@2656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-06-20 01:40:52 +00:00
parent 48035b638a
commit b1a8620710
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