Make WordPress Core

Changeset 51065


Ignore:
Timestamp:
06/03/2021 12:21:35 AM (5 years ago)
Author:
johnbillion
Message:

Editor: Correct some docblocks added in [50836].

See #50328, #52620.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r51056 r51065  
    23242324 * @since 5.8.0
    23252325 *
    2326  * @return bool Whether separate assets will be loaded or not.
     2326 * @return bool Whether separate assets will be loaded.
    23272327 */
    23282328function wp_should_load_separate_core_block_assets() {
     
    23322332
    23332333        /**
    2334          * Filters the flag that decides whether or not separate scripts and styles
    2335          * will be loaded for core blocks on-render or not.
     2334         * Filters the flag that decides whether separate scripts and styles
     2335         * will be loaded for core blocks on-render.
    23362336         *
    23372337         * @since 5.8.0
    23382338         *
    2339          * @param bool $load_separate_assets Whether separate assets will be loaded or not.
     2339         * @param bool $load_separate_assets Whether separate assets will be loaded.
    23402340         *                                   Default false.
    23412341         */
     
    25962596         * The maximum size of inlined styles in bytes.
    25972597         *
     2598         * @since 5.8.0
     2599         *
    25982600         * @param int $total_inline_limit The file-size threshold, in bytes. Defaults to 20000.
    25992601         */
  • trunk/src/wp-includes/widgets.php

    r50996 r51065  
    18251825         * Filters whether or not to use the block editor to manage widgets.
    18261826         *
     1827         * @since 5.8.0
     1828         *
    18271829         * @param boolean $use_widgets_block_editor Whether or not to use the block editor to manage widgets.
    18281830         */
Note: See TracChangeset for help on using the changeset viewer.