Make WordPress Core


Ignore:
Timestamp:
03/10/2008 11:23:32 PM (17 years ago)
Author:
ryan
Message:

Make titles for multiple instances of a widget distinct. Props mdawaffe. fixes #6108

File:
1 edited

Legend:

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

    r7208 r7219  
    246246        <div id="current-sidebar">
    247247
    248             <?php wp_list_widget_controls( $sidebars_widgets[$sidebar], $edit_widget ); // Show the control forms for each of the widgets in this sidebar ?>
     248            <?php wp_list_widget_controls( $sidebar ); // Show the control forms for each of the widgets in this sidebar ?>
    249249
    250250        </div>
Note: See TracChangeset for help on using the changeset viewer.