Plugin Updates
This commit is contained in:
@@ -56,6 +56,7 @@ _deprecated_file(
|
||||
/* translators: 1: Site link, 2: Archive date. */
|
||||
__( 'You are currently browsing the %1$s blog archives for the day %2$s.' ),
|
||||
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
|
||||
/* translators: Daily archives date format. See https://www.php.net/manual/datetime.format.php */
|
||||
get_the_time( __( 'l, F jS, Y' ) )
|
||||
);
|
||||
?>
|
||||
@@ -68,6 +69,7 @@ _deprecated_file(
|
||||
/* translators: 1: Site link, 2: Archive month. */
|
||||
__( 'You are currently browsing the %1$s blog archives for %2$s.' ),
|
||||
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
|
||||
/* translators: Monthly archives date format. See https://www.php.net/manual/datetime.format.php */
|
||||
get_the_time( __( 'F, Y' ) )
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user