Make WordPress Core


Ignore:
Timestamp:
07/02/2020 11:28:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Spell "falsey" in a consistent way.

See #49572.

File:
1 edited

Legend:

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

    r48272 r48275  
    17321732     * @since 5.5.0
    17331733     *
    1734      * @param string|bool $value   The `loading` attribute value. Returning a false-y value will result in the
    1735      *                             attribute being omitted for the image. Default is `lazy`.
     1734     * @param string|bool $value   The `loading` attribute value. Returning a falsey value will result in
     1735     *                             the attribute being omitted for the image. Default is `lazy`.
    17361736     * @param string      $image   The HTML `img` tag to be filtered.
    17371737     * @param string      $context Additional context about how the function was called or where the img tag is.
Note: See TracChangeset for help on using the changeset viewer.