Ticket #14548: register_sidebar_sanitize_id.patch
| File register_sidebar_sanitize_id.patch, 342 bytes (added by , 16 years ago) |
|---|
-
widgets.php
554 554 ); 555 555 556 556 $sidebar = wp_parse_args( $args, $defaults ); 557 $sidebar['id'] = sanitize_title( $sidebar['id'] ); 557 558 558 559 $wp_registered_sidebars[$sidebar['id']] = $sidebar; 559 560