Make WordPress Core


Ignore:
Timestamp:
06/23/2021 07:04:51 PM (3 years ago)
Author:
desrosj
Message:

Docs: Various docblock corrections for code added in 5.8.

Props johnbillion.
See #53461.

File:
1 edited

Legend:

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

    r51122 r51221  
    43574357     * @since 5.8.0
    43584358     *
    4359      * @param bool $value The filtered value, defaults to `false`.
     4359     * @param bool $infinite Whether the Media Library grid has infinite scrolling.
    43604360     */
    43614361    $infinite_scrolling = apply_filters( 'media_library_infinite_scrolling', false );
Note: See TracChangeset for help on using the changeset viewer.