Changeset 59767 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 02/06/2025 12:22:22 PM (6 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r59755 r59767 781 781 "<option %s value='%s'>%s</option>\n", 782 782 selected( $selected_month, $year . $month, false ), 783 esc_attr( $ arc_row->year . $month ),783 esc_attr( $year . $month ), 784 784 /* translators: 1: Month name, 2: 4-digit year. */ 785 sprintf( __( '%1$s %2$d' ), $wp_locale->get_month( $month ), $year)785 esc_html( sprintf( __( '%1$s %2$d' ), $wp_locale->get_month( $month ), $year ) ) 786 786 ); 787 787 }
Note: See TracChangeset
for help on using the changeset viewer.