Ticket #35724: 35724.3.patch
| File 35724.3.patch, 640 bytes (added by , 10 years ago) |
|---|
-
wp-load.php
78 78 '<code>wp-config.php</code>' 79 79 ) . '</p>'; 80 80 $die .= '<p>' . sprintf( 81 /* translators: %s: Codex URL */ 82 __( "Need more help? <a href='%s'>We got it</a>." ), 83 __( 'https://codex.wordpress.org/Editing_wp-config.php' ) 81 '%1$s <a href="%2$s">%3$s</a>.', 82 __( 'Need more help?' ), 83 esc_url( __( 'https://codex.wordpress.org/Editing_wp-config.php' ) ), 84 __( 'We got it' ) 84 85 ) . '</p>'; 85 86 $die .= '<p>' . sprintf( 86 87 /* translators: %s: wp-config.php */