diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 23a776b231..c79851badc 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -85,8 +85,8 @@ if ( ! is_multisite() ) { /* translators: %s: Network title. */ $sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name ); } -/* translators: %s: Site tagline example. */ $tagline_description = sprintf( + /* translators: %s: Site tagline example. */ __( 'In a few words, explain what this site is about. Example: “%s.”' ), $sample_tagline ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ae51da389..c0e0ea62ac 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56202'; +$wp_version = '6.3-beta3-56203'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.