Ticket #43028: 43028.patch
File 43028.patch, 669 bytes (added by , 5 years ago) |
---|
-
wp-includes/customize/class-wp-customize-date-time-control.php
198 198 $month_text = $wp_locale->get_month_abbrev( $wp_locale->get_month( $i ) ); 199 199 200 200 /* translators: 1: month number (01, 02, etc.), 2: month abbreviation */ 201 $months[ $i ]['text'] = sprintf( __( '%1$s-%2$s' ), $i, $month_text);201 $months[ $i ]['text'] = sprintf($month_text); 202 202 $months[ $i ]['value'] = $i; 203 203 } 204 204 return array(