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());