Changeset 57136 for trunk/src/wp-includes/theme-compat/sidebar.php
- Timestamp:
- 11/26/2023 04:41:34 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme-compat/sidebar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/sidebar.php
r45932 r57136 57 57 __( 'You are currently browsing the %1$s blog archives for the day %2$s.' ), 58 58 sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ), 59 /* translators: Daily archives date format. See https://www.php.net/manual/datetime.format.php */ 59 60 get_the_time( __( 'l, F jS, Y' ) ) 60 61 ); … … 69 70 __( 'You are currently browsing the %1$s blog archives for %2$s.' ), 70 71 sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ), 72 /* translators: Monthly archives date format. See https://www.php.net/manual/datetime.format.php */ 71 73 get_the_time( __( 'F, Y' ) ) 72 74 );
Note: See TracChangeset
for help on using the changeset viewer.