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/script-loader.php

    r53306 r53331  
    29342934 * @param string $block_name The block-name, including namespace.
    29352935 * @param array  $args       An array of arguments [handle,src,deps,ver,media].
    2936  * @return void
    29372936 */
    29382937function wp_enqueue_block_style( $block_name, $args ) {
Note: See TracChangeset for help on using the changeset viewer.