Ticket #42608: 42608.diff
| File 42608.diff, 463 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/widgets.php
421 421 global $wp_registered_sidebars; 422 422 423 423 if ( isset($wp_registered_sidebars[$id]['description']) ) 424 return esc_html( $wp_registered_sidebars[$id]['description'] );424 return wp_kses_data( $wp_registered_sidebars[$id]['description'] ); 425 425 } 426 426 427 427 /**