Changeset 54543 for branches/6.0/src/wp-includes/blocks/widget-group.php
- Timestamp:
- 10/17/2022 04:22:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/src/wp-includes/blocks/widget-group.php
r52069 r54543 29 29 30 30 if ( ! empty( $attributes['title'] ) ) { 31 $html .= $before_title . $attributes['title']. $after_title;31 $html .= $before_title . esc_html( $attributes['title'] ) . $after_title; 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.