Make WordPress Core

Ticket #35724: 35724.3.patch

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

     
    7878                '<code>wp-config.php</code>'
    7979        ) . '</p>';
    8080        $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' )
    8485        ) . '</p>';
    8586        $die .= '<p>' . sprintf(
    8687                /* translators: %s: wp-config.php */