Make WordPress Core

Ticket #44360: wp-signup.php.patch

File wp-signup.php.patch, 417 bytes (added by dhavalkasvala, 6 years ago)
  • wp-signup.php

     
    484484                $home_url  = 'http://' . $domain . $path;
    485485                $login_url = 'http://' . $domain . $path . 'wp-login.php';
    486486        }
    487 
     487        /* translators: 1: Home URL, 2: site title */
    488488        $site = sprintf(
    489489                '<a href="%1$s">%2$s</a>',
    490490                esc_url( $home_url ),