Changeset 45926 for trunk/src/wp-includes/media.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r45925 r45926 3706 3706 } 3707 3707 foreach ( $months as $month_year ) { 3708 $month_year->text = sprintf( __( '%1$s %2$d' ), $wp_locale->get_month( $month_year->month ), $month_year->year ); 3708 $month_year->text = sprintf( 3709 /* translators: 1: month, 2: year */ 3710 __( '%1$s %2$d' ), 3711 $wp_locale->get_month( $month_year->month ), 3712 $month_year->year 3713 ); 3709 3714 } 3710 3715
Note: See TracChangeset
for help on using the changeset viewer.