Make WordPress Core

Changeset 42400


Ignore:
Timestamp:
12/15/2017 05:15:33 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove extra dot from some @since tags.

Props hardik-amipara.
Fixes #42899.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/accordion.js

    r33511 r42400  
    2626 * Note that any appropriate tags may be used, as long as the above classes are present.
    2727 *
    28  * @since 3.6.0.
     28 * @since 3.6.0
    2929 */
    3030
  • trunk/src/wp-admin/options-discussion.php

    r42343 r42400  
    9292 * Filters the maximum depth of threaded/nested comments.
    9393 *
    94  * @since 2.7.0.
     94 * @since 2.7.0
    9595 *
    9696 * @param int $max_depth The maximum depth of threaded comments. Default 10.
  • trunk/src/wp-includes/link-template.php

    r42378 r42400  
    37433743 * filter.
    37443744 *
    3745  * @since 3.0.0.
     3745 * @since 3.0.0
    37463746 *
    37473747 * @param int    $id          Optional. A post or site id. Default is 0, which means the current post or site.
Note: See TracChangeset for help on using the changeset viewer.