Make WordPress Core

Changeset 13677


Ignore:
Timestamp:
03/11/2010 11:28:12 PM (15 years ago)
Author:
nacin
Message:

Fix typo in [13673]. see #12416

File:
1 edited

Legend:

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

    r13673 r13677  
    516516        if ( isset( $alloptions[$option] ) ) {
    517517            $alloptions[$option] = $_newvalue;
    518             wp_cache_set( 'alloptions', $_alloptions, 'options' );
     518            wp_cache_set( 'alloptions', $alloptions, 'options' );
    519519        } else {
    520520            wp_cache_set( $option, $_newvalue, 'options' );
Note: See TracChangeset for help on using the changeset viewer.