[wp-trac] [WordPress Trac] #43028: Remove numbers before month in dropdown, it makes user confused when drowdown is not opened

WordPress Trac noreply at wordpress.org
Tue Jan 9 13:49:32 UTC 2018


#43028: Remove numbers before month in dropdown, it makes user confused when
drowdown is not opened
-----------------------------+---------------------------------
 Reporter:  nilamacharya     |       Owner:
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Date/Time        |     Version:  3.3
 Severity:  normal           |  Resolution:
 Keywords:  has-screenshots  |     Focuses:  ui, administration
-----------------------------+---------------------------------

Comment (by zalak151291):

 {{{
 $month_text = $wp_locale->get_month_abbrev( $wp_locale->get_month( $i ) );
 $months[ $i ]['text']  = sprintf($month_text);
 $months[ $i ]['value'] = $i;
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43028#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list