Ticket #35724: 35724.patch
| File 35724.patch, 592 bytes (added by , 10 years ago) |
|---|
-
wp-load.php
79 79 ) . '</p>'; 80 80 $die .= '<p>' . sprintf( 81 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' )82 __( 'Need more help? %s.' ), 83 '<a href="' . __( 'https://codex.wordpress.org/Editing_wp-config.php' ) . '">' . __( 'We got it' ) . '</a>' 84 84 ) . '</p>'; 85 85 $die .= '<p>' . sprintf( 86 86 /* translators: %s: wp-config.php */