Changeset 43302 for branches/4.9/src/wp-includes/widgets.php
- Timestamp:
- 05/21/2018 12:42:49 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/widgets.php
r42375 r43302 421 421 global $wp_registered_sidebars; 422 422 423 if ( isset($wp_registered_sidebars[$id]['description']) ) 424 return esc_html( $wp_registered_sidebars[$id]['description'] ); 423 if ( isset( $wp_registered_sidebars[ $id ]['description'] ) ) { 424 return wp_kses( $wp_registered_sidebars[ $id ]['description'], 'sidebar_description' ); 425 } 425 426 } 426 427
Note: See TracChangeset
for help on using the changeset viewer.