Changeset 6717 for trunk/wp-includes/widgets.php
- Timestamp:
- 02/04/2008 08:38:48 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r6705 r6717 160 160 * height: never used 161 161 * 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. 163 163 * the widget id will ennd up looking like {$id_base}-{$unique_number} 164 164 */ … … 1390 1390 add_action('init', 'wp_widgets_init', 1); 1391 1391 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). 1393 1393 1394 1394 // Displays widget on blag
Note: See TracChangeset
for help on using the changeset viewer.