Make WordPress Core


Ignore:
Timestamp:
05/04/2008 02:05:38 AM (18 years ago)
Author:
ryan
Message:

Widget arrangement fix from azaozz. fixes #6876 for 2.5

File:
1 edited

Legend:

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

    r7725 r7882  
    228228        echo $sidebar_args['before_widget'];
    229229?>
     230        <div class="widget-top">
    230231        <h4 class="widget-title"><?php echo $widget_title ?>
    231232
     
    240241            <?php endif; ?>
    241242
    242         </h4>
     243        </h4></div>
    243244
    244245        <div class="widget-control"<?php if ( $edit ) echo ' style="display: block;"'; ?>>
Note: See TracChangeset for help on using the changeset viewer.