Make WordPress Core


Ignore:
Timestamp:
06/23/2021 07:04:51 PM (4 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/script-loader.php

    r51212 r51221  
    26042604     * @since 5.8.0
    26052605     *
    2606      * @param int $total_inline_limit The file-size threshold, in bytes. Defaults to 20000.
     2606     * @param int $total_inline_limit The file-size threshold, in bytes. Default 20000.
    26072607     */
    26082608    $total_inline_limit = apply_filters( 'styles_inline_size_limit', $total_inline_limit );
Note: See TracChangeset for help on using the changeset viewer.