diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index e62a15e756..5efe6179bb 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -838,16 +838,15 @@ function wp_dashboard_recent_posts( $args ) { // Use the post edit link for those who can edit, the permalink otherwise. $recent_post_link = current_user_can( 'edit_post', get_the_ID() ) ? get_edit_post_link() : get_permalink(); - /* translators: 1: relative date, 2: time, 3: post edit link or permalink, 4: post title, 5: aria label */ - $format = __( '%1$s, %2$s %4$s' ); $draft_or_post_title = _draft_or_post_title(); - printf( "