Make WordPress Core


Ignore:
Timestamp:
05/02/2022 01:11:07 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove @return void from various DocBlocks.

Per the documentation standards, it should not be used outside of the default bundled themes.

Follow-up to [38767], [47055], [49697], [50956], [51003], [52069], [53255].

See #54729.

File:
1 edited

Legend:

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

    r53302 r53331  
    534534 * @param string[]                $preload_paths        List of paths to preload.
    535535 * @param WP_Block_Editor_Context $block_editor_context The current block editor context.
    536  *
    537  * @return void
    538536 */
    539537function block_editor_rest_api_preload( array $preload_paths, $block_editor_context ) {
Note: See TracChangeset for help on using the changeset viewer.