Make WordPress Core

Changeset 18486


Ignore:
Timestamp:
07/29/2011 09:34:43 PM (13 years ago)
Author:
ryan
Message:

s/login/log in/. Props johnbillion. fixes #18294

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-functions.php

    r18289 r18486  
    18271827        wp_die( sprintf(__('An error occurred adding you to this site. Back to the <a href="%s">homepage</a>.'), site_url() ) );
    18281828
    1829     wp_die( sprintf(__('You have been added to this site. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), admin_url() ), __('Success') );
     1829    wp_die( sprintf(__('You have been added to this site. Please visit the <a href="%s">homepage</a> or <a href="%s">log in</a> using your username and password.'), site_url(), admin_url() ), __('Success') );
    18301830}
    18311831
Note: See TracChangeset for help on using the changeset viewer.