Make WordPress Core


Ignore:
Timestamp:
06/23/2010 05:10:45 AM (16 years ago)
Author:
nacin
Message:

Tiny code cleanup. intval is used earlier so it is stored properly in the db; we just need true/false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r15293 r15305  
    715715                'global_terms_enabled' => global_terms_enabled() ? '1' : '0'
    716716        );
    717         if ( !intval( $subdomain_install ) )
     717        if ( ! $subdomain_install )
    718718                $sitemeta['illegal_names'][] = 'blog';
    719719
Note: See TracChangeset for help on using the changeset viewer.