Make WordPress Core


Ignore:
Timestamp:
11/16/2005 03:27:22 AM (20 years ago)
Author:
ryan
Message:

Make sure plugins and themes are readable. Props Mike Little. fixes #1502

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r3099 r3103  
    14501450
    14511451    foreach ($plugin_files as $plugin_file) {
     1452        if ( !is_readable("$plugin_root/$plugin_file"))
     1453            continue;
     1454
    14521455        $plugin_data = get_plugin_data("$plugin_root/$plugin_file");
    14531456
Note: See TracChangeset for help on using the changeset viewer.