Make WordPress Core


Ignore:
Timestamp:
11/30/2005 05:30:51 PM (20 years ago)
Author:
ryan
Message:

Remove extraneous parens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions-compat.php

    r3198 r3245  
    9292/* Added in PHP 4.3.0 */
    9393
    94 if( !(function_exists('glob')) ):
     94if( !function_exists('glob') ):
    9595function glob($pattern) {
    9696    // get pathname (everything up until the last / or \)
Note: See TracChangeset for help on using the changeset viewer.