Make WordPress Core


Ignore:
Timestamp:
05/07/2011 03:26:23 AM (14 years ago)
Author:
markjaquith
Message:

A few "login" used as a verb fixes. props xibe. fixes #17335

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-activate.php

    r17644 r17831  
    8888
    8989            <?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">Login</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>
    9191            <?php else: ?>
    92                 <p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">Login</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>
    9393            <?php endif;
    9494        }
Note: See TracChangeset for help on using the changeset viewer.