Make WordPress Core


Ignore:
Timestamp:
07/03/2021 09:13:48 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty: Add missing documentation for some filters.

Add missing @since tags for some functions.

Correct alignment of some @param tags.

Follow-up to [46271], [46278], [51304].

See #52628, #53461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php

    r47122 r51322  
    1212     * CUSTOM PAGE WALKER
    1313     * A custom walker for pages.
     14     *
     15     * @since Twenty Twenty 1.0
    1416     */
    1517    class TwentyTwenty_Walker_Page extends Walker_Page {
     
    1820         * Outputs the beginning of the current element in the tree.
    1921         *
     22         * @since Twenty Twenty 1.0
     23         *
    2024         * @see Walker::start_el()
    21          * @since 2.1.0
    2225         *
    2326         * @param string  $output       Used to append additional content. Passed by reference.
Note: See TracChangeset for help on using the changeset viewer.