From 69032204d511bc9ca71ee6e3f025aefef14693ee Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 2 Mar 2021 21:36:04 +0000 Subject: [PATCH] Help/About: Clarify a string about lazy-loading iframes. Props davidbaumwald, audrasjb, hellofromTonya. See #52347. git-svn-id: https://develop.svn.wordpress.org/trunk@50483 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index b4676bb7da..c6452e10e1 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -207,7 +207,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

loading="lazy" attribute to iframe tags on the front end.' ); ?>

+

loading="lazy" attribute to iframe tags when both width and height are specified.' ); ?>