Ticket #57675: 57675.3.patch
| File 57675.3.patch, 1014 bytes (added by , 3 years ago) |
|---|
-
src/wp-admin/options-general.php
78 78 </tr> 79 79 80 80 <?php 81 /* translators: Site tagline. */ 82 $sample_tagline = __( 'Just another WordPress site' ); 83 if ( is_multisite() ) { 81 if ( ! is_multisite() ) { 82 /* translators: Site tagline. */ 83 $sample_tagline = __( 'Just another WordPress site' ); 84 } else { 84 85 /* translators: %s: Network title. */ 85 86 $sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name ); 86 87 } 88 /* translators: %s: Site tagline example. */ 87 89 $tagline_description = sprintf( 88 '%1$s %2$s', 89 __( 'In a few words, explain what this site is about.' ), 90 /* translators: %s: Site tagline example. */ 91 sprintf( __( 'Example: “%s.”' ), $sample_tagline ) 90 __( 'In a few words, explain what this site is about. Example: “%s.”' ), 91 $sample_tagline 92 92 ); 93 93 ?> 94 94 <tr>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)