From cf6c2014469949c5849f7a54a41c46be9cc1c6b3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 23 Nov 2020 19:33:48 +0000 Subject: [PATCH] Help/About: Move trailing punctuation in the jQuery Migrate Helper plugin link outside of the HTML tag. Props psmits1567, audrasjb, tobifjellner, fierevere, markscottrobson. Fixes #51813. git-svn-id: https://develop.svn.wordpress.org/trunk@49685 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 89d139358e..6387be5de5 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -210,8 +210,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

jQuery Migrate plugin.' ), + /* translators: %s: jQuery Migrate plugin link. */ + __( 'If you find issues with the way your site looks (e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the jQuery Migrate plugin.' ), 'https://wordpress.org/plugins/enable-jquery-migrate-helper/ ' ); ?>