Make WordPress Core


Ignore:
Timestamp:
07/03/2014 07:27:54 PM (11 years ago)
Author:
DrewAPicture
Message:

Remove backticks on $post variables in some short parameter descriptions.

See [28653], [28654].
See #28388.

File:
1 edited

Legend:

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

    r28963 r28976  
    106106 * @since 0.71
    107107 *
    108  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
     108 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    109109 * @return string
    110110 */
     
    15661566 * @since 1.0.0
    15671567 *
    1568  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
     1568 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    15691569 * @return string HTML content for password form for password protected post.
    15701570 */
     
    17391739 * @uses get_the_author_meta()
    17401740 *
    1741  * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global `$post`.
     1741 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post.
    17421742 * @param string $type 'all' (default), 'revision' or 'autosave'
    17431743 * @return null
Note: See TracChangeset for help on using the changeset viewer.