wp/wp-load.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    89 		/* translators: %s: wp-config.php */
    89 		/* translators: %s: wp-config.php */
    90 		__( "There doesn't seem to be a %s file. I need this before we can get started." ),
    90 		__( "There doesn't seem to be a %s file. I need this before we can get started." ),
    91 		'<code>wp-config.php</code>'
    91 		'<code>wp-config.php</code>'
    92 	) . '</p>';
    92 	) . '</p>';
    93 	$die .= '<p>' . sprintf(
    93 	$die .= '<p>' . sprintf(
    94 		/* translators: %s: Documentation URL. */
    94 		/* translators: 1: Documentation URL, 2: wp-config.php */
    95 		__( "Need more help? <a href='%s'>We got it</a>." ),
    95 		__( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ),
    96 		__( 'https://wordpress.org/support/article/editing-wp-config-php/' )
    96 		__( 'https://wordpress.org/support/article/editing-wp-config-php/' ),
       
    97 		'<code>wp-config.php</code>'
    97 	) . '</p>';
    98 	) . '</p>';
    98 	$die .= '<p>' . sprintf(
    99 	$die .= '<p>' . sprintf(
    99 		/* translators: %s: wp-config.php */
   100 		/* translators: %s: wp-config.php */
   100 		__( "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." ),
   101 		__( "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." ),
   101 		'<code>wp-config.php</code>'
   102 		'<code>wp-config.php</code>'