You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* translators: Date and time format for recent posts on the dashboard, from a different calendar year, see https://www.php.net/date */
968
+
/* translators: Date and time format for recent posts on the dashboard, from a different calendar year, see https://www.php.net/manual/datetime.format.php */
969
969
$relative = date_i18n( __( 'M jS Y' ), $time );
970
970
} else {
971
-
/* translators: Date and time format for recent posts on the dashboard, see https://www.php.net/date */
971
+
/* translators: Date and time format for recent posts on the dashboard, see https://www.php.net/manual/datetime.format.php */
0 commit comments