Changeset 12033
- Timestamp:
- 10/14/2009 08:46:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r12025 r12033 132 132 if ( is_array( $templates ) ) { 133 133 foreach ( $templates as $template ) { 134 $template_data = implode( '', file( WP_CONTENT_DIR.$template ));134 $template_data = implode( '', file( $template )); 135 135 136 136 $name = '';
Note: See TracChangeset
for help on using the changeset viewer.