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/class-wp-customize-nav-menus.php

    r53279 r53331  
    12001200     *
    12011201     * @param array $available_item_type Menu item data to output, including title, type, and label.
    1202      * @return void
    12031202     */
    12041203    protected function print_post_type_container( $available_item_type ) {
     
    12411240     *
    12421241     * @since 4.7.0
    1243      *
    1244      * @return void
    12451242     */
    12461243    protected function print_custom_links_available_menu_item() {
Note: See TracChangeset for help on using the changeset viewer.