Changeset 26120 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 11/13/2013 03:22:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r25938 r26120 328 328 */ 329 329 function populate_options() { 330 global $wpdb, $wp_db_version, $ current_site, $wp_current_db_version;330 global $wpdb, $wp_db_version, $wp_current_db_version; 331 331 332 332 $guessurl = wp_guess_url(); … … 496 496 if ( is_multisite() ) { 497 497 /* translators: blog tagline */ 498 $options[ 'blogdescription' ] = sprintf(__('Just another %s site'), $current_site->site_name );498 $options[ 'blogdescription' ] = sprintf(__('Just another %s site'), get_current_site()->site_name ); 499 499 $options[ 'permalink_structure' ] = '/%year%/%monthnum%/%day%/%postname%/'; 500 500 }
Note: See TracChangeset
for help on using the changeset viewer.