mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Revert [28563]. See #18298.
git-svn-id: https://develop.svn.wordpress.org/trunk@29044 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -302,16 +302,12 @@ function wp_templating_constants() {
|
||||
/**
|
||||
* Filesystem path to the current active template directory
|
||||
* @since 1.5.0
|
||||
* @deprecated 4.0.0
|
||||
* @deprecated Use get_template_directory()
|
||||
*/
|
||||
define('TEMPLATEPATH', get_template_directory());
|
||||
|
||||
/**
|
||||
* Filesystem path to the current active template stylesheet directory
|
||||
* @since 2.1.0
|
||||
* @deprecated 4.0.0
|
||||
* @deprecated Use get_stylesheet_directory()
|
||||
*/
|
||||
define('STYLESHEETPATH', get_stylesheet_directory());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user