mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
s/Web Path/Filesystem Path/ in inline documentation. props kawauso, fixes #17205.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
57975112e7
commit
5593f7f2f7
@ -272,13 +272,13 @@ function wp_functionality_constants( ) {
|
||||
*/
|
||||
function wp_templating_constants( ) {
|
||||
/**
|
||||
* Web Path to the current active template directory
|
||||
* Filesystem path to the current active template directory
|
||||
* @since 1.5.0
|
||||
*/
|
||||
define('TEMPLATEPATH', get_template_directory());
|
||||
|
||||
/**
|
||||
* Web Path to the current active template stylesheet directory
|
||||
* Filesystem path to the current active template stylesheet directory
|
||||
* @since 2.1.0
|
||||
*/
|
||||
define('STYLESHEETPATH', get_stylesheet_directory());
|
||||
|
Loading…
Reference in New Issue
Block a user