Changeset 3103
- Timestamp:
- 11/16/2005 03:27:22 AM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-admin/admin-functions.php (modified) (1 diff)
-
wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r3099 r3103 1450 1450 1451 1451 foreach ($plugin_files as $plugin_file) { 1452 if ( !is_readable("$plugin_root/$plugin_file")) 1453 continue; 1454 1452 1455 $plugin_data = get_plugin_data("$plugin_root/$plugin_file"); 1453 1456 -
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.