mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 01:31:27 +01:00
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:
parent
48035b638a
commit
b1a8620710
@ -113,7 +113,7 @@ function wp_get_links($args = '') {
|
|||||||
if (! isset($show_updated)) $show_updated = 1;
|
if (! isset($show_updated)) $show_updated = 1;
|
||||||
if (! isset($echo)) $echo = true;
|
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
|
} // end wp_get_links
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user