Trailing whitespace cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@6726 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-05 06:47:27 +00:00
parent d5bf63fb8d
commit 3a18b96c9b
62 changed files with 514 additions and 514 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ function wp_list_widgets( $show = 'all', $_search = false ) {
if ( !$sidebar || false !== strpos( $widget_control_template, '%i%' ) ) {
$already_shown[] = $widget['callback']; // it's a multi-widget. We only need to show it in the list once.
$action = 'add';
$action = 'add';
$add_url = wp_nonce_url( add_query_arg( array(
'sidebar' => $sidebar,
'add' => $widget['id'],
@@ -111,7 +111,7 @@ function wp_list_widgets( $show = 'all', $_search = false ) {
</li>
<?php endforeach; if ( $no_widgets_shown ) : ?>
<li><?php _e( 'No matching widgets' ); ?></li>
<?php endif; ?>