Make WordPress Core


Ignore:
Timestamp:
06/28/2020 02:07:53 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Capitalize "ID", when referring to a user ID, term ID, etc. in a more consistent way.

Follow-up to [48104]

See #49572.

File:
1 edited

Legend:

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

    r48199 r48200  
    273273 * @since 2.5.0
    274274 *
    275  * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object.
     275 * @param int|WP_Comment $comment_id Optional comment object or ID. Defaults to global comment object.
    276276 */
    277277function comment_guid( $comment_id = null ) {
     
    284284 * @since 2.5.0
    285285 *
    286  * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object.
     286 * @param int|WP_Comment $comment_id Optional comment object or ID. Defaults to global comment object.
    287287 * @return string|false GUID for comment on success, false on failure.
    288288 */
     
    303303 * @since 4.4.0 Introduced the `$comment` argument.
    304304 *
    305  * @param int|WP_Comment $comment Optional. Comment object or id. Defaults to global comment object.
     305 * @param int|WP_Comment $comment Optional. Comment object or ID. Defaults to global comment object.
    306306 */
    307307function comment_link( $comment = null ) {
Note: See TracChangeset for help on using the changeset viewer.