Add two changelog entries for functional changes introduced in 4.2.0.

Props dimadin.
See #31925.


git-svn-id: https://develop.svn.wordpress.org/trunk@32350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2015-05-05 02:15:27 +00:00
parent fae4ff9b2f
commit 7138b7e1bd
2 changed files with 4 additions and 2 deletions

View File

@@ -5132,7 +5132,8 @@ function wp_attachment_is( $type, $post_id = 0 ) {
* Checks if the attachment is an image.
*
* @since 2.1.0
* @since 4.2.0 Modified into wrapper for wp_attachment_is()
* @since 4.2.0 Modified into wrapper for wp_attachment_is() and
* allowed WP_Post object to be passed.
*
* @param int|WP_Post $post Optional. Attachment ID. Default 0.
* @return bool Whether the attachment is an image.