From a1955d78ee771c27670306a92c1a93c3079c5bad Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 24 May 2014 05:23:14 +0000 Subject: [PATCH] Use three-digit x.x.x style version for `@deprecated` phpDoc tags. See #18298. Built from https://develop.svn.wordpress.org/trunk@28569 git-svn-id: http://core.svn.wordpress.org/trunk@28394 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php index a6c0a82a6c..1f3892c468 100644 --- a/wp-includes/default-constants.php +++ b/wp-includes/default-constants.php @@ -296,7 +296,7 @@ function wp_templating_constants() { /** * Filesystem path to the current active template directory * @since 1.5.0 - * @deprecated 4.0 + * @deprecated 4.0.0 * @deprecated Use get_template_directory() */ define('TEMPLATEPATH', get_template_directory()); @@ -304,7 +304,7 @@ function wp_templating_constants() { /** * Filesystem path to the current active template stylesheet directory * @since 2.1.0 - * @deprecated 4.0 + * @deprecated 4.0.0 * @deprecated Use get_stylesheet_directory() */ define('STYLESHEETPATH', get_stylesheet_directory());