Ticket #17205: 17205.2.diff
| File 17205.2.diff, 714 bytes (added by , 15 years ago) |
|---|
-
wp-includes/default-constants.php
272 272 */ 273 273 function wp_templating_constants( ) { 274 274 /** 275 * Web Path to the current active template directory275 * Filesystem path to the current active template directory 276 276 * @since 1.5.0 277 277 */ 278 278 define('TEMPLATEPATH', get_template_directory()); 279 279 280 280 /** 281 * Web Path to the current active template stylesheet directory281 * Filesystem path to the current active template stylesheet directory 282 282 * @since 2.1.0 283 283 */ 284 284 define('STYLESHEETPATH', get_stylesheet_directory());