Changeset 12771 for trunk/wp-includes/ms-load.php
- Timestamp:
- 01/20/2010 01:14:05 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-load.php
r12762 r12771 48 48 if( $current_site->site_name == false ) 49 49 $current_site->site_name = ucfirst( $current_site->domain ); 50 51 if ( ! defined('WP_INSTALLING') ) {52 if ( !isset($cookiehash) )53 $cookiehash = '';54 55 /**56 * Used to guarantee unique hash cookies57 * @since 1.558 */59 if ( !defined('COOKIEHASH') )60 define( 'COOKIEHASH', $cookiehash );61 }62 50 63 51 $wpdb->hide_errors();
Note: See TracChangeset
for help on using the changeset viewer.