Make WordPress Core


Ignore:
Timestamp:
07/01/2021 12:58:34 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: Improve documentation per the documentation standards:

  • Remove unnecessary @access tags that were previously removed from core.
  • Remove an empty line between @param and @return tags.
  • Correct alignment of @param tags.

Follow-up to [41161], [41162], [41168], [49216], [49220].

See #52628, #53461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php

    r51236 r51294  
    2828     * Colorpicker palette
    2929     *
    30      * @access public
    31      *
    3230     * @since Twenty Twenty-One 1.0
    3331     *
     
    3836    /**
    3937     * Enqueue control related scripts/styles.
    40      *
    41      * @access public
    4238     *
    4339     * @since Twenty Twenty-One 1.0
     
    6157     * Refresh the parameters passed to the JavaScript via JSON.
    6258     *
    63      * @access public
    64      *
    6559     * @since Twenty Twenty-One 1.0
    6660     *
Note: See TracChangeset for help on using the changeset viewer.