From ad6d163cfa5ed15ae46911becec7f320248750ea Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 4 Mar 2021 16:46:05 +0000 Subject: [PATCH] Help/About: Clarify a string about lazy-loading iframes. Props davidbaumwald, audrasjb, hellofromTonya. See #52347. Built from https://develop.svn.wordpress.org/branches/5.7@50492 git-svn-id: http://core.svn.wordpress.org/branches/5.7@50105 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index b4676bb7da..c6452e10e1 100644 --- a/wp-admin/about.php +++ b/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.' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index ce6bc60108..5337efee08 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-RC2-50489'; +$wp_version = '5.7-RC2-50492'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.