Make WordPress Core


Ignore:
Timestamp:
06/16/2020 09:05:20 PM (5 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/comment.php

    r48059 r48067  
    446446 *
    447447 * @since 2.9.0
     448 *
    448449 * @link https://developer.wordpress.org/reference/functions/add_comment_meta/
    449450 *
     
    467468 *
    468469 * @since 2.9.0
     470 *
    469471 * @link https://developer.wordpress.org/reference/functions/delete_comment_meta/
    470472 *
     
    484486 *
    485487 * @since 2.9.0
     488 *
    486489 * @link https://developer.wordpress.org/reference/functions/get_comment_meta/
    487490 *
     
    508511 *
    509512 * @since 2.9.0
     513 *
    510514 * @link https://developer.wordpress.org/reference/functions/update_comment_meta/
    511515 *
     
    24502454 *
    24512455 * @since 2.5.0
     2456 *
    24522457 * @staticvar bool $_defer
    24532458 *
     
    24812486 *
    24822487 * @since 2.1.0
     2488 *
    24832489 * @see wp_update_comment_count_now() For what could cause a false return value
    24842490 *
     
    30143020 *
    30153021 * @since 3.5.1
     3022 *
    30163023 * @see wp_http_validate_url()
    30173024 *
     
    30303037 *
    30313038 * @since 3.5.1
     3039 *
    30323040 * @link https://www.hixie.ch/specs/pingback/pingback#TOC3
    30333041 *
     
    31283136 * Close comments on old posts on the fly, without any extra DB queries. Hooked to the_posts.
    31293137 *
     3138 * @since 2.7.0
    31303139 * @access private
    3131  * @since 2.7.0
    31323140 *
    31333141 * @param WP_Post  $posts Post data object.
     
    31683176 * Close comments on an old post. Hooked to comments_open and pings_open.
    31693177 *
     3178 * @since 2.7.0
    31703179 * @access private
    3171  * @since 2.7.0
    31723180 *
    31733181 * @param bool $open Comments open or closed
Note: See TracChangeset for help on using the changeset viewer.