Make WordPress Core


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

Revert [28563]. See #18298.

File:
1 edited

Legend:

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

    r29025 r29044  
    129129 **/
    130130function is_child_theme() {
    131     return get_template_directory() !== get_stylesheet_directory();
     131    return ( TEMPLATEPATH !== STYLESHEETPATH );
    132132}
    133133
Note: See TracChangeset for help on using the changeset viewer.