diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php
index 23a776b231..c79851badc 100644
|
a
|
b
|
if ( ! is_multisite() ) {
|
| 85 | 85 | /* translators: %s: Network title. */ |
| 86 | 86 | $sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name ); |
| 87 | 87 | } |
| 88 | | /* translators: %s: Site tagline example. */ |
| 89 | 88 | $tagline_description = sprintf( |
| | 89 | /* translators: %s: Site tagline example. */ |
| 90 | 90 | __( 'In a few words, explain what this site is about. Example: “%s.”' ), |
| 91 | 91 | $sample_tagline |
| 92 | 92 | ); |