Make WordPress Core


Ignore:
Timestamp:
06/28/2020 11:51:29 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r48185 r48198  
    17241724        }
    17251725
    1726         // Images should have dimension attributes for the `loading` attribute
    1727         // to be added.
     1726        // Images should have dimension attributes for the `loading` attribute to be added.
    17281727        if ( false === strpos( $image, ' width=' ) || false === strpos( $image, ' height=' ) ) {
    17291728            return $image;
Note: See TracChangeset for help on using the changeset viewer.