Changeset 7882 for branches/2.5/wp-admin/includes/widgets.php
- Timestamp:
- 05/04/2008 02:05:38 AM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-admin/includes/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/includes/widgets.php
r7725 r7882 228 228 echo $sidebar_args['before_widget']; 229 229 ?> 230 <div class="widget-top"> 230 231 <h4 class="widget-title"><?php echo $widget_title ?> 231 232 … … 240 241 <?php endif; ?> 241 242 242 </h4> 243 </h4></div> 243 244 244 245 <div class="widget-control"<?php if ( $edit ) echo ' style="display: block;"'; ?>>
Note: See TracChangeset
for help on using the changeset viewer.