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
This commit is contained in:
parent
f7186fb198
commit
a1955d78ee
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue