Make WordPress Core


Ignore:
Timestamp:
09/30/2004 12:34:46 AM (22 years ago)
Author:
michelvaldrighi
Message:

typo/confusion, earlier patch committed in haste

File:
1 edited

Legend:

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

    r1723 r1724  
    323323
    324324                if (!$option) :
    325                         $cache_nonexistantoptions[] = $setting;
     325                        $cache_nonexistantoptions[$setting] = true;
    326326                        return false;
    327327                endif;
Note: See TracChangeset for help on using the changeset viewer.