mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@12733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -507,7 +507,7 @@ function wp_get_linksbyname($category, $args = '') {
|
||||
'show_description' => 1,
|
||||
'title_li' => '',
|
||||
);
|
||||
|
||||
|
||||
$r = wp_parse_args( $args, $defaults );
|
||||
|
||||
return wp_list_bookmarks($r);
|
||||
@@ -973,23 +973,23 @@ function wp_get_links($args = '') {
|
||||
}
|
||||
|
||||
$defaults = array(
|
||||
'after' => '<br />',
|
||||
'after' => '<br />',
|
||||
'before' => '',
|
||||
'between' => ' ',
|
||||
'categorize' => 0,
|
||||
'category' => '',
|
||||
'category' => '',
|
||||
'echo' => true,
|
||||
'limit' => -1,
|
||||
'limit' => -1,
|
||||
'orderby' => 'name',
|
||||
'show_description' => true,
|
||||
'show_images' => true,
|
||||
'show_description' => true,
|
||||
'show_images' => true,
|
||||
'show_rating' => false,
|
||||
'show_updated' => true,
|
||||
'title_li' => '',
|
||||
);
|
||||
|
||||
$r = wp_parse_args( $args, $defaults );
|
||||
|
||||
|
||||
return wp_list_bookmarks($r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user