Trailing whitespace cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@12733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-01-15 22:11:12 +00:00
parent 42292a8c4d
commit 8ef8b7bad5
59 changed files with 246 additions and 246 deletions
+7 -7
View File
@@ -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);
}