Changeset 3245 for trunk/wp-includes/functions-compat.php
- Timestamp:
- 11/30/2005 05:30:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-compat.php
r3198 r3245 92 92 /* Added in PHP 4.3.0 */ 93 93 94 if( ! (function_exists('glob')) ):94 if( !function_exists('glob') ): 95 95 function glob($pattern) { 96 96 // get pathname (everything up until the last / or \)
Note: See TracChangeset
for help on using the changeset viewer.