Changeset 3103 for trunk/wp-includes/functions.php
- Timestamp:
- 11/16/2005 03:27:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3102 r3103 1687 1687 1688 1688 foreach($theme_files as $theme_file) { 1689 if ( ! is_readable("$theme_root/$theme_file") ) { 1690 $wp_broken_themes[$theme_file] = array('Name' => $theme_file, 'Title' => $theme_file, 'Description' => __('File not readable.')); 1691 continue; 1692 } 1693 1689 1694 $theme_data = get_theme_data("$theme_root/$theme_file"); 1690 1695
Note: See TracChangeset
for help on using the changeset viewer.