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/taxonomy.php

    r28957 r28976  
    37793779 * @since 2.5.0
    37803780 *
    3781  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
     3781 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    37823782 * @param array $args Override the defaults.
    37833783 * @return array List of taxonomies.
     
    38323832 * @uses get_object_taxonomies()
    38333833 *
    3834  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
     3834 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    38353835 * @return array
    38363836 */
Note: See TracChangeset for help on using the changeset viewer.