Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

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

    r51240 r51298  
    245245     * @since 5.8.0
    246246     *
    247      * @param array $widgets An array of excluded widget-type IDs.
     247     * @param string[] $widgets An array of excluded widget-type IDs.
    248248     */
    249249    $editor_settings['widgetTypesToHideFromLegacyWidgetBlock'] = apply_filters(
     
    395395 * @global WP_Post $post Global post object.
    396396 *
    397  * @param array                   $preload_paths        List of paths to preload.
     397 * @param string[]                $preload_paths        List of paths to preload.
    398398 * @param WP_Block_Editor_Context $block_editor_context The current block editor context.
    399399 *
Note: See TracChangeset for help on using the changeset viewer.