Make WordPress Core

Ticket #17205: 17205.2.diff

File 17205.2.diff, 714 bytes (added by kawauso, 15 years ago)

Web Path -> Filesystem path

  • wp-includes/default-constants.php

     
    272272 */
    273273function wp_templating_constants( ) {
    274274        /**
    275          * Web Path to the current active template directory
     275         * Filesystem path to the current active template directory
    276276         * @since 1.5.0
    277277         */
    278278        define('TEMPLATEPATH', get_template_directory());
    279279
    280280        /**
    281          * Web Path to the current active template stylesheet directory
     281         * Filesystem path to the current active template stylesheet directory
    282282         * @since 2.1.0
    283283         */
    284284        define('STYLESHEETPATH', get_stylesheet_directory());