Changeset 29044 for trunk/src/wp-includes/default-constants.php
- Timestamp:
- 07/09/2014 06:06:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-constants.php
r28674 r29044 303 303 * Filesystem path to the current active template directory 304 304 * @since 1.5.0 305 * @deprecated 4.0.0306 * @deprecated Use get_template_directory()307 305 */ 308 306 define('TEMPLATEPATH', get_template_directory()); … … 311 309 * Filesystem path to the current active template stylesheet directory 312 310 * @since 2.1.0 313 * @deprecated 4.0.0314 * @deprecated Use get_stylesheet_directory()315 311 */ 316 312 define('STYLESHEETPATH', get_stylesheet_directory());
Note: See TracChangeset
for help on using the changeset viewer.