Changeset 1154

Show
Ignore:
Timestamp:
11/16/07 14:55:49 (1 year ago)
Author:
donncha
Message:

Add WPLANG blog option, fixes #490

Files:

Legend:

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

    r1140 r1154  
    12071207                update_blog_option( $blog_id, $key, $value ); 
    12081208        } 
     1209 
     1210        add_blog_option( $blog_id, 'WPLANG', get_site_option( 'WPLANG' ) ); 
    12091211 
    12101212        update_blog_option( $blog_id, 'blog_public', $meta['public'] );