Make WordPress Core

Ticket #35724: 35724.patch

File 35724.patch, 592 bytes (added by ramiy, 10 years ago)
  • wp-load.php

     
    7979        ) . '</p>';
    8080        $die .= '<p>' . sprintf(
    8181                /* 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>'
    8484        ) . '</p>';
    8585        $die .= '<p>' . sprintf(
    8686                /* translators: %s: wp-config.php */