Make WordPress Core

Ticket #43028: 43028.patch

File 43028.patch, 669 bytes (added by zalu1512, 5 years ago)

resolved dropdown issue

  • wp-includes/customize/class-wp-customize-date-time-control.php

     
    198198                        $month_text = $wp_locale->get_month_abbrev( $wp_locale->get_month( $i ) );
    199199
    200200                        /* 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);
    202202                        $months[ $i ]['value'] = $i;
    203203                }
    204204                return array(