diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 16156860e2..5642b461be 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -84,11 +84,17 @@ if ( is_multisite() ) { /* translators: %s: Network title. */ $sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name ); } +$tagline_description = sprintf( + '%1$s %2$s', + __( 'In a few words, explain what this site is about.' ), + /* translators: %s: Site tagline example. */ + sprintf( __( 'Example: “%s.”' ), $sample_tagline ) +); ?> - -

+ +