Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/widgets.php

    r6719 r6726  
    5353            if ( !$sidebar || false !== strpos( $widget_control_template, '%i%' ) ) {
    5454                $already_shown[] = $widget['callback']; // it's a multi-widget.  We only need to show it in the list once.
    55                 $action = 'add'; 
     55                $action = 'add';
    5656                $add_url = wp_nonce_url( add_query_arg( array(
    5757                    'sidebar' => $sidebar,
     
    112112
    113113        <?php endforeach; if ( $no_widgets_shown ) : ?>
    114        
     114
    115115        <li><?php _e( 'No matching widgets' ); ?></li>
    116116
Note: See TracChangeset for help on using the changeset viewer.