From 3cdbafe16408c54c8f6bad02cb94df9d55a04bd1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 2 Mar 2021 21:38:03 +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/trunk@50483 git-svn-id: http://core.svn.wordpress.org/trunk@50094 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 cd07843235..883d04dbf0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50479'; +$wp_version = '5.8-alpha-50483'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.