Make WordPress Core

Changeset 4865


Ignore:
Timestamp:
02/03/2007 12:56:23 AM (18 years ago)
Author:
ryan
Message:

Typo fix from charleshooper. fixes #3743

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 {
Note: See TracChangeset for help on using the changeset viewer.