Fix filter doc vernacular for the new wp_ajax_cropped_attachment_id hook added in 4.3.

See #32891.


git-svn-id: https://develop.svn.wordpress.org/trunk@33176 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-07-12 18:25:17 +00:00
parent c6e3b84c48
commit c2cd7bfc2f

View File

@ -3098,7 +3098,7 @@ function wp_ajax_crop_image() {
default: default:
/** /**
* Filters the attachment id for a cropped image. * Filter the attachment ID for a cropped image.
* *
* @since 4.3.0 * @since 4.3.0
* *