Changeset 17831
- Timestamp:
- 05/07/2011 03:26:23 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-activate.php
r17644 r17831 88 88 89 89 <?php if ( $url != network_home_url('', 'http') ) : ?> 90 <p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>'), $url, $url . 'wp-login.php' ); ?></p>90 <p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>'), $url, $url . 'wp-login.php' ); ?></p> 91 91 <?php else: ?> 92 <p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?></p>92 <p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?></p> 93 93 <?php endif; 94 94 } -
trunk/wp-admin/admin-ajax.php
r17695 r17831 925 925 $supplemental = array(); 926 926 if ( isset($login_grace_period) ) 927 $alert .= sprintf( __('Your login has expired. Please open a new browser window and <a href="%s" target="_blank">log in again</a>. '), add_query_arg( 'interim-login', 1, wp_login_url() ) );927 $alert .= sprintf( __('Your login has expired. Please open a new browser window and <a href="%s" target="_blank">log in again</a>. '), add_query_arg( 'interim-login', 1, wp_login_url() ) ); 928 928 929 929 $id = $revision_id = 0; -
trunk/wp-admin/includes/schema.php
r17225 r17831 690 690 Username: USERNAME 691 691 Password: PASSWORD 692 Log in Here: BLOG_URLwp-login.php692 Log in Here: BLOG_URLwp-login.php 693 693 694 694 We hope you enjoy your new site.
Note: See TracChangeset
for help on using the changeset viewer.