Ticket #31024: default-widgets.php.patch
| File default-widgets.php.patch, 569 bytes (added by , 11 years ago) |
|---|
-
wp-includes/default-widgets.php
287 287 if ( $d ) { 288 288 ?> 289 289 <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> 290 <option value=""><?php esc_attr_e( 'Select Month'); ?></option>290 <option value=""><?php esc_attr_e( apply_filters( 'widget_archives_dropdown_first', 'Select Month' ) ); ?></option> 291 291 292 292 <?php 293 293 /**