Changeset 53815 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 08/03/2022 12:18:22 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r53083 r53815 402 402 'home' => $guessurl, 403 403 'blogname' => __( 'My Site' ), 404 /* translators: Site tagline. */ 405 'blogdescription' => __( 'Just another WordPress site' ), 404 'blogdescription' => '', 406 405 'users_can_register' => 0, 407 406 'admin_email' => 'you@example.com', … … 556 555 // 3.0.0 multisite. 557 556 if ( is_multisite() ) { 558 /* translators: %s: Network title. */559 $defaults['blogdescription'] = sprintf( __( 'Just another %s site' ), get_network()->site_name );560 557 $defaults['permalink_structure'] = '/%year%/%monthnum%/%day%/%postname%/'; 561 558 }
Note: See TracChangeset
for help on using the changeset viewer.