Make WordPress Core

Changeset 31660


Ignore:
Timestamp:
03/07/2015 07:11:11 AM (10 years ago)
Author:
DrewAPicture
Message:

Add a missing @since 4.2.0 tag to the DocBlock for wp_attachment_is().

See #25275.

File:
1 edited

Legend:

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

    r31659 r31660  
    50745074 * Verifies an attachment is of a given type.
    50755075 *
     5076 * @since 4.2.0
     5077 *
    50765078 * @param string      $type    Attachment type. Accepts 'image', 'audio', or 'video'.
    50775079 * @param int|WP_Post $post_id Optional. Attachment ID. Default 0.
Note: See TracChangeset for help on using the changeset viewer.