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-comment.php

    r49158 r51322  
    1212     * CUSTOM COMMENT WALKER
    1313     * A custom walker for comments, based on the walker in Twenty Nineteen.
     14     *
     15     * @since Twenty Twenty 1.0
    1416     */
    1517    class TwentyTwenty_Walker_Comment extends Walker_Comment {
     
    1719        /**
    1820         * Outputs a comment in the HTML5 format.
     21         *
     22         * @since Twenty Twenty 1.0
    1923         *
    2024         * @see wp_list_comments()
Note: See TracChangeset for help on using the changeset viewer.