From f4b20c062c3bcd4be5ae996f88684f54451f327d Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Sun, 23 Dec 2012 16:22:22 +0000 Subject: [PATCH] Add missing @ to phpdoc for gd_edit_image_support(). props tw2113. fixes #23046. git-svn-id: https://develop.svn.wordpress.org/trunk@23197 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/deprecated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index b2c9398b12..46874f3eef 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -3335,7 +3335,7 @@ function _save_post_hook() {} * * @since 2.9.0 * @deprecated 3.5.0 - * see wp_image_editor_supports() + * @see wp_image_editor_supports() * * @param string $mime_type * @return bool