Make WordPress Core


Ignore:
Timestamp:
07/03/2021 09:13:48 AM (4 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-separator-control.php

    r46827 r51322  
    1313        /**
    1414         * Separator Control.
     15         *
     16         * @since Twenty Twenty 1.0
    1517         */
    1618        class TwentyTwenty_Separator_Control extends WP_Customize_Control {
    1719            /**
    1820             * Render the hr.
     21             *
     22             * @since Twenty Twenty 1.0
    1923             */
    2024            public function render_content() {
Note: See TracChangeset for help on using the changeset viewer.