Changeset 28563 for trunk/src/wp-includes/default-constants.php
- Timestamp:
- 05/23/2014 08:11:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-constants.php
r26868 r28563 297 297 * Filesystem path to the current active template directory 298 298 * @since 1.5.0 299 * @deprecated 4.0 300 * @deprecated Use get_template_directory() 299 301 */ 300 302 define('TEMPLATEPATH', get_template_directory()); … … 303 305 * Filesystem path to the current active template stylesheet directory 304 306 * @since 2.1.0 307 * @deprecated 4.0 308 * @deprecated Use get_stylesheet_directory() 305 309 */ 306 310 define('STYLESHEETPATH', get_stylesheet_directory());
Note: See TracChangeset
for help on using the changeset viewer.