Changeset 4865

Show
Ignore:
Timestamp:
02/03/07 00:56:23 (1 year ago)
Author:
ryan
Message:

Typo fix from charleshooper. fixes #3743

Files:

Legend:

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

    r4855 r4865  
    330330    $alloptions = wp_load_alloptions(); 
    331331    if ( isset($alloptions[$option_name]) ) { 
    332         $alloptions[$options_name] = $newvalue; 
     332        $alloptions[$option_name] = $newvalue; 
    333333        wp_cache_set('alloptions', $alloptions, 'options'); 
    334334    } else {