Make WordPress Core


Ignore:
Timestamp:
05/06/2023 11:38:17 AM (21 months 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 [52049], [52051], [53331], [54156], [54214], [55203], [55719].

See #57840.

File:
1 edited

Legend:

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

    r55713 r55725  
    30223022 *     @type bool $prettify Whether to add new lines and indents to output. Default is the test of whether the global constant `SCRIPT_DEBUG` is defined.
    30233023 * }
    3024  *
    3025  * @return void
    30263024 */
    30273025function wp_enqueue_stored_styles( $options = array() ) {
Note: See TracChangeset for help on using the changeset viewer.