Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (16 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

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

    r11445 r11450  
    7070        }
    7171    }
    72    
     72
    7373    // discard invalid, theme-specific widgets from sidebars
    7474    $shown_widgets = array();
     
    7676        if ( !is_array($widgets) )
    7777            continue;
    78        
     78
    7979        $_widgets = array();
    8080        foreach ( $widgets as $widget ) {
     
    221221    if ( !isset($name) )
    222222        $name = esc_html( strip_tags($control['name']) );
    223    
     223
    224224    if ( !isset($sidebar) )
    225225        $sidebar = isset($_GET['sidebar']) ? $_GET['sidebar'] : 'wp_inactive_widgets';
     
    243243    <form action="widgets.php" method="post">
    244244    <div class="widget-inside">
    245 <?php   
     245<?php
    246246    if ( is_callable( $control_callback ) )
    247247        call_user_func_array( $control_callback, $control['params'] );
Note: See TracChangeset for help on using the changeset viewer.