Changeset 16340 for trunk/wp-includes/functions.php
- Timestamp:
- 11/13/2010 09:53:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r16303 r16340 2082 2082 return true; 2083 2083 2084 if ( strlen($path) == 0 || $path {0}== '.' )2084 if ( strlen($path) == 0 || $path[0] == '.' ) 2085 2085 return false; 2086 2086
Note: See TracChangeset
for help on using the changeset viewer.