From b4c58e41aae6c00b060f01b54e27c7fec9e6d03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= 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: http://core.svn.wordpress.org/trunk@23197 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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