Changeset 6323
- Timestamp:
- 11/08/07 00:56:54 (10 months ago)
- Files:
-
- trunk/wp-includes/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/widgets.php
r6275 r6323 86 86 87 87 global $wp_registered_widgets, $wp_register_widget_defaults; 88 89 $id = sanitize_title($id);90 88 91 89 if ( empty($output_callback) ) { … … 142 140 function wp_register_widget_control($id, $name, $control_callback, $options = array()) { 143 141 global $wp_registered_widget_controls, $wp_register_widget_defaults; 144 145 $id = sanitize_title($id);146 142 147 143 if ( empty($control_callback) ) {
