From 4507ff0b4a50e811d6667c48d4399ea7be365cec Mon Sep 17 00:00:00 2001 From: Jon Cave Date: Sat, 24 Mar 2012 13:37:16 +0000 Subject: [PATCH] Fix typo: remove extraneous "@". See r20269. git-svn-id: https://develop.svn.wordpress.org/trunk@20281 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 aa8271f157..d37194e925 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -3062,7 +3062,7 @@ function remove_custom_background() { * Retrieve theme data from parsed theme file. * * @since 1.5.0 - * @deprecated @3.4.0 + * @deprecated 3.4.0 * @deprecated Use wp_get_theme() * @see wp_get_theme() *