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/link-template.php

    r28770 r28976  
    291291 * @since 1.0.0
    292292 *
    293  * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global `$post`.
     293 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post.
    294294 * @param mixed $deprecated Not used.
    295295 * @return string
Note: See TracChangeset for help on using the changeset viewer.