Make WordPress Core

Changeset 50492 for branches/5.7


Ignore:
Timestamp:
03/04/2021 04:44:17 PM (4 years ago)
Author:
desrosj
Message:

Help/About: Clarify a string about lazy-loading iframes.

Props davidbaumwald, audrasjb, hellofromTonya.
See #52347.

Location:
branches/5.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7

  • branches/5.7/src/wp-admin/about.php

    r50480 r50492  
    208208                <p><?php _e( 'In 5.7, jQuery gets more focused and less intrusive, with fewer messages in the console.' ); ?></p>
    209209                <h3><?php _e( 'Lazy-load your iframes' ); ?></h3>
    210                 <p><?php _e( 'Now it’s simple to let iframes lazy-load. Just add the <code>loading="lazy"</code> attribute to iframe tags on the front end.' ); ?></p>
     210                <p><?php _e( 'Now it’s simple to let iframes lazy-load. By default, WordPress will add a <code>loading="lazy"</code> attribute to iframe tags when both width and height are specified.' ); ?></p>
    211211            </div>
    212212        </div>
Note: See TracChangeset for help on using the changeset viewer.