Make WordPress Core


Ignore:
Timestamp:
07/20/2016 04:56:21 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includes/* elements introduced or changed in 4.6.

Part 1/2.

See #37318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r38018 r38121  
    139139 *
    140140 * @since 0.71
    141  * @since 4.6.0 The `$comment` parameter was added.
     141 * @since 4.6.0 Added the `$comment` parameter.
    142142 *
    143143 * @param string         $linktext Optional. Text to display instead of the comment author's email address.
     
    163163 *
    164164 * @since 2.7.0
    165  * @since 4.6.0 The `$comment` parameter was added.
     165 * @since 4.6.0 Added the `$comment` parameter.
    166166 *
    167167 * @param string         $linktext Optional. Text to display instead of the comment author's email address.
     
    359359 *
    360360 * @since 1.5.0
    361  * @since 4.6.0 The `$comment` parameter was added.
     361 * @since 4.6.0 Added the `$comment` parameter.
    362362 *
    363363 * @param string         $linktext Optional. The text to display instead of the comment
     
    397397 *
    398398 * @since 0.71
    399  * @since 4.6.0 The `$comment` parameter was added.
     399 * @since 4.6.0 Added the `$comment` parameter.
    400400 *
    401401 * @param string         $linktext Optional. Text to display instead of the comment author's
Note: See TracChangeset for help on using the changeset viewer.