Changeset 38814 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 10/19/2016 04:46:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r38590 r38814 528 528 if ( is_multisite() ) { 529 529 /* translators: site tagline */ 530 $options[ 'blogdescription' ] = sprintf(__('Just another %s site'), get_ current_site()->site_name );530 $options[ 'blogdescription' ] = sprintf(__('Just another %s site'), get_network()->site_name ); 531 531 $options[ 'permalink_structure' ] = '/%year%/%monthnum%/%day%/%postname%/'; 532 532 }
Note: See TracChangeset
for help on using the changeset viewer.