- Timestamp:
- 07/31/2020 01:13:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-archives.php
r48410 r48699 104 104 ?> 105 105 106 <option value=""><?php echo esc_ attr( $label ); ?></option>106 <option value=""><?php echo esc_html( $label ); ?></option> 107 107 <?php wp_get_archives( $dropdown_args ); ?> 108 108
Note: See TracChangeset
for help on using the changeset viewer.