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

    r28959 r28976  
    30233023 *
    30243024 * @param string      $type Mime type.
    3025  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
     3025 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    30263026 * @return array Found attachments.
    30273027 */
     
    31483148 * @since 3.6.0
    31493149 *
    3150  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
     3150 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    31513151 * @param bool        $html Whether to return HTML or data.
    31523152 * @return string|array Gallery data and srcs parsed from the expanded shortcode.
     
    31733173 * @since 3.6.0
    31743174 *
    3175  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
     3175 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    31763176 * @return array A list of lists, each containing image srcs parsed.
    31773177 *      from an expanded shortcode
     
    31873187 * @since 3.6.0
    31883188 *
    3189  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
     3189 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    31903190 * @return array A list of a gallery's image srcs in order.
    31913191 */
Note: See TracChangeset for help on using the changeset viewer.