Changeset 8051
- Timestamp:
- 06/04/08 23:15:55 (6 months ago)
- Files:
-
- trunk/wp-admin/includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/theme.php
r6530 r8051 34 34 if ( is_array( $templates ) ) { 35 35 foreach ( $templates as $template ) { 36 $template_data = implode( '', file( ABSPATH.$template ));36 $template_data = implode( '', file( WP_CONTENT_DIR.$template )); 37 37 38 38 preg_match( '|Template Name:(.*)$|mi', $template_data, $name );
