Make WordPress Core


Ignore:
Timestamp:
07/09/2014 06:06:54 PM (10 years ago)
Author:
wonderboymusic
Message:

Revert [28563]. See #18298.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-constants.php

    r28674 r29044  
    303303     * Filesystem path to the current active template directory
    304304     * @since 1.5.0
    305      * @deprecated 4.0.0
    306      * @deprecated Use get_template_directory()
    307305     */
    308306    define('TEMPLATEPATH', get_template_directory());
     
    311309     * Filesystem path to the current active template stylesheet directory
    312310     * @since 2.1.0
    313      * @deprecated 4.0.0
    314      * @deprecated Use get_stylesheet_directory()
    315311     */
    316312    define('STYLESHEETPATH', get_stylesheet_directory());
Note: See TracChangeset for help on using the changeset viewer.