From d71a11687a715c2708ee7cae558379ef3fcd3b4f Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 28 Apr 2011 12:47:36 +0000 Subject: [PATCH] s/Web Path/Filesystem Path/ in inline documentation. props kawauso, fixes #17205. git-svn-id: https://develop.svn.wordpress.org/trunk@17745 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/default-constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php index 47b9cd76ea..ba9b2dcc93 100644 --- a/wp-includes/default-constants.php +++ b/wp-includes/default-constants.php @@ -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());