diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index bd3ec1d0b0..e3a1c00fab 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -186,9 +186,10 @@ switch ( $step ) { Read the support article on wp-config.php.' ), - __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) + /* translators: 1: Documentation URL, 2: wp-config.php */ + __( 'Need more help? Read the support article on %2$s.' ), + __( 'https://wordpress.org/support/article/editing-wp-config-php/' ), + 'wp-config.php' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 09443bf9df..2caf2499c6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-53147'; +$wp_version = '6.0-alpha-53148'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-load.php b/wp-load.php index b583f40240..c813cba56e 100644 --- a/wp-load.php +++ b/wp-load.php @@ -91,9 +91,10 @@ if ( file_exists( ABSPATH . 'wp-config.php' ) ) { 'wp-config.php' ) . '

'; $die .= '

' . sprintf( - /* translators: %s: Documentation URL. */ - __( "Need more help? Read the support article on wp-config.php." ), - __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) + /* translators: 1: Documentation URL, 2: wp-config.php */ + __( 'Need more help? Read the support article on %2$s.' ), + __( 'https://wordpress.org/support/article/editing-wp-config-php/' ), + 'wp-config.php' ) . '

'; $die .= '

' . sprintf( /* translators: %s: wp-config.php */