Trailing whitespace cleanup

git-svn-id: http://svn.automattic.com/wordpress/trunk@6726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-05 06:47:27 +00:00
parent 252c30c9c1
commit d88983793b
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; ?>