Changeset 12310 for trunk/wp-includes/functions.php
- Timestamp:
- 12/01/2009 10:03:13 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r12309 r12310 3069 3069 return 1; 3070 3070 3071 if (!empty ( $allowed_files ) && (!in_array( $file, $allowed_files ) ) ) 3072 return 3; 3073 3071 3074 if (':' == substr( $file, 1, 1 )) 3072 3075 return 2; 3073 3074 if (!empty ( $allowed_files ) && (!in_array( $file, $allowed_files ) ) )3075 return 3;3076 3076 3077 3077 return 0;
Note: See TracChangeset
for help on using the changeset viewer.