Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:57:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove extra spaces from @param tags.

Per the documentation standards, @param tags should be aligned with each other, but not with the @return tag.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r48109 r48110  
    11011101     * @since 4.2.0
    11021102     *
    1103      * @param  array $nonces Array of nonces.
     1103     * @param array $nonces Array of nonces.
    11041104     * @return array Array of nonces.
    11051105     */
     
    13891389     * @global array $wp_registered_widget_controls
    13901390     *
    1391      * @param  string $widget_id Widget ID.
     1391     * @param string $widget_id Widget ID.
    13921392     * @return array|WP_Error Array containing the updated widget information.
    13931393     *                        A WP_Error object, otherwise.
Note: See TracChangeset for help on using the changeset viewer.