Make WordPress Core


Ignore:
Timestamp:
03/25/2009 04:51:08 PM (16 years ago)
Author:
ryan
Message:

Show template files in subdirs. Props DD32. fixes #4131

File:
1 edited

Legend:

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

    r10715 r10835  
    140140
    141141            if ( !empty( $name ) ) {
    142                 $page_templates[trim( $name )] = basename( $template );
     142                $page_templates[trim( $name )] = theme_basename( $template );
    143143            }
    144144        }
Note: See TracChangeset for help on using the changeset viewer.