Changeset 2346 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 02/15/2005 03:32:43 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2328 r2346 905 905 if ( isset($wp_file_descriptions[basename($file)] ) ) { 906 906 return $wp_file_descriptions[basename($file)]; 907 } else {907 } elseif ( file_exists( ABSPATH . $file ) ) { 908 908 $template_data = implode('', file(ABSPATH . $file)); 909 909 if ( preg_match("|Template Name:(.*)|i", $template_data, $name) )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)