diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/setup-config.php --- a/wp/wp-admin/setup-config.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/setup-config.php Tue Sep 27 16:37:53 2022 +0200 @@ -89,9 +89,6 @@ * @ignore * @since 2.3.0 * - * @global string $wp_local_package Locale code of the package. - * @global WP_Locale $wp_locale WordPress date and time locale object. - * * @param string|string[] $body_classes Class attribute values for the body tag. */ function setup_config_display_header( $body_classes = array() ) { @@ -161,7 +158,7 @@ } ?>
- +wp-config.php
'
);
@@ -189,13 +186,14 @@
We got it.' ),
- __( '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
'
);
?>
-
+