Changeset 586

Show
Ignore:
Timestamp:
12/08/03 01:32:17 (5 years ago)
Author:
saxmatt
Message:

Renamed b2register -> wp-register

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/b2login.php

    r569 r586  
    282282    <a href="<?php echo $siteurl?>" title="Are you lost?">Back to blog?</a><br /> 
    283283<?php if ($users_can_register) { ?> 
    284     <a href="<?php echo $siteurl; ?>/b2register.php" title="Register to be an author">Register?</a><br /> 
     284    <a href="<?php echo $siteurl; ?>/wp-register.php" title="Register to be an author">Register?</a><br /> 
    285285<?php } ?> 
    286286    <a href="<?php echo $siteurl; ?>/b2login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a>