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.