Make WordPress Core


Ignore:
Timestamp:
06/16/2020 09:05:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.

See #49572.

File:
1 edited

Legend:

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

    r47821 r48067  
    607607     *
    608608     * @since 4.9.0
     609     *
    609610     * @global string $pagenow
    610611     */
     
    738739     *
    739740     * @since 4.9.0
     741     *
    740742     * @see WP_Customize_Setting::preview()
    741743     *
     
    750752     *
    751753     * @since 4.9.0
     754     *
    752755     * @see WP_Customize_Manager::changeset_data()
    753756     *
     
    762765     *
    763766     * @since 4.9.0
     767     *
    764768     * @see WP_Customize_Manager::establish_loaded_changeset()
    765769     *
     
    802806     *
    803807     * @since 4.7.0
     808     *
    804809     * @see WP_Customize_Manager::establish_loaded_changeset()
    805810     *
     
    19471952     *
    19481953     * @since 4.7.0
     1954     *
    19491955     * @see wp_redirect()
    19501956     * @see WP_Customize_Manager::get_allowed_url()
     
    30313037     *
    30323038     * @since 4.9.0
     3039     *
     3040     * @see wp_trash_post()
    30333041     * @global wpdb $wpdb WordPress database abstraction object.
    3034      * @see wp_trash_post()
    30353042     *
    30363043     * @param int|WP_Post $post The changeset post.
     
    31803187     *
    31813188     * @since 4.9.0
     3189     *
    31823190     * @link https://core.trac.wordpress.org/ticket/40922
    31833191     * @see WP_Customize_Manager::save_changeset_post()
     
    34083416     *
    34093417     * @since 4.7.0
     3418     *
    34103419     * @see _wp_customize_publish_changeset()
    34113420     * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset for help on using the changeset viewer.