Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

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

    r46827 r48102  
    417417         * @since Twenty Twenty 1.0
    418418         * @param array $value The value we want to sanitize.
    419          * @return array       Returns sanitized value. Each item in the array gets sanitized separately.
     419         * @return array Returns sanitized value. Each item in the array gets sanitized separately.
    420420         */
    421421        public static function sanitize_accent_accessible_colors( $value ) {
     
    439439         * @param string $input The input from the setting.
    440440         * @param object $setting The selected setting.
    441          *
    442          * @return string $input|$setting->default The input from the setting or the default setting.
     441         * @return string The input from the setting or the default setting.
    443442         */
    444443        public static function sanitize_select( $input, $setting ) {
     
    452451         *
    453452         * @param bool $checked Whether or not a box is checked.
    454          *
    455453         * @return bool
    456454         */
Note: See TracChangeset for help on using the changeset viewer.