From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001
From: Charles Cabergs
' . sprintf( - /* translators: %s: Documentation URL. */ - __( "Need more help? We got it." ), - __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) - ) . '
'; - $die .= '' . sprintf(
- /* translators: %s: wp-config.php */
- __( "You can create a %s file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ),
- 'wp-config.php'
- ) . '
' . __( 'Create a Configuration File' ) . ''; - - wp_die( $die, __( 'WordPress › Error' ) ); -} -- cgit