Make WordPress Core


Ignore:
Timestamp:
02/04/2008 08:38:48 PM (18 years ago)
Author:
ryan
Message:

Dashboard fixes from mdawaffe. No longer stomps sidebar. see #5750

File:
1 edited

Legend:

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

    r6705 r6717  
    160160 *   height: never used
    161161 *   width:  width of fully expanded control form.  Try hard to use the default width.
    162  *   id_base: for widgets which allow multiple instances (such as the text widget), an id_base must be provided.
     162 *   id_base: for multi-widgets (widgets which allow multiple instances such as the text widget), an id_base must be provided.
    163163 *            the widget id will ennd up looking like {$id_base}-{$unique_number}
    164164 */
     
    13901390add_action('init', 'wp_widgets_init', 1);
    13911391
    1392 /* Pattern for widget which allows multiple instances (such as the text widget)
     1392/* Pattern for multi-widget (allows multiple instances such as the text widget).
    13931393
    13941394// Displays widget on blag
Note: See TracChangeset for help on using the changeset viewer.