Make WordPress Core


Ignore:
Timestamp:
07/20/2016 07:32:05 PM (7 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 2/2.

Fixes #37318.

File:
1 edited

Legend:

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

    r38118 r38125  
    43174317 *
    43184318 * @since 1.5.0
    4319  * @since 4.6.0 The $page parameter is optional.
     4319 * @since 4.6.0 Converted the `$page` parameter to optional.
    43204320 *
    43214321 * @param WP_Post|object|int $page Optional. Page ID or WP_Post object. Default is global $post.
     
    49564956 * @since 4.6.0
    49574957 *
    4958  * @param int $post_id Optional. Attachment ID. Default 0.
     4958 * @param int $post_id Optional. Attachment ID. Default is the ID of the global `$post`.
    49594959 * @return string|false False on failure. Attachment caption on success.
    49604960 */
Note: See TracChangeset for help on using the changeset viewer.