Changeset 12033 for trunk/wp-admin/includes/theme.php
- Timestamp:
- 10/14/2009 08:46:09 PM (15 years ago)
- File:
-
- 1 edited
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.