From c4dc6180a53567fadf10529dd724871957a716f4 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sat, 24 May 2014 05:22:34 +0000 Subject: [PATCH] Use three-digit x.x.x style version for `@deprecated` phpDoc tags. See #18298. git-svn-id: https://develop.svn.wordpress.org/trunk@28569 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/default-constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/default-constants.php b/src/wp-includes/default-constants.php index a6c0a82a6c..1f3892c468 100644 --- a/src/wp-includes/default-constants.php +++ b/src/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());