Changeset 5700 for trunk/wp-admin/includes/theme.php
- Timestamp:
- 06/14/2007 02:25:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r5630 r5700 34 34 foreach ( $templates as $template ) { 35 35 $template_data = implode( '', file( ABSPATH.$template )); 36 36 37 37 preg_match( '|Template Name:(.*)$|mi', $template_data, $name ); 38 38 preg_match( '|Description:(.*)$|mi', $template_data, $description );
Note: See TracChangeset
for help on using the changeset viewer.