Ticket #42608: 42608.2.diff
| File 42608.2.diff, 490 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/widgets.php
426 426 global $wp_registered_sidebars; 427 427 428 428 if ( isset( $wp_registered_sidebars[ $id ]['description'] ) ) { 429 return esc_html( $wp_registered_sidebars[ $id ]['description']);429 return wp_kses( $wp_registered_sidebars[ $id ]['description'], 'sidebar_description' ); 430 430 } 431 431 } 432 432