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:
parent
337a17904f
commit
c8b7b7e47b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user