From c2cd7bfc2f157caeda599dabd6564a1da16021e8 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 12 Jul 2015 18:25:17 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/ajax-actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/ajax-actions.php b/src/wp-admin/includes/ajax-actions.php index bdec8c1691..ce4827a806 100644 --- a/src/wp-admin/includes/ajax-actions.php +++ b/src/wp-admin/includes/ajax-actions.php @@ -3098,7 +3098,7 @@ function wp_ajax_crop_image() { default: /** - * Filters the attachment id for a cropped image. + * Filter the attachment ID for a cropped image. * * @since 4.3.0 *