Changeset 596

Show
Ignore:
Timestamp:
06/26/06 16:08:13 (2 years ago)
Author:
donncha
Message:

Fixed the login link

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-activate.php

    r593 r596  
    6969</tr> 
    7070</table> 
    71 <h3 class="view"><?php printf(__('<a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'), $url, 'http://' . $url . '/wp-login.php' ); ?></h3> 
     71<h3 class="view"><?php printf(__('<a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'), $url, $url . 'wp-login.php' ); ?></h3> 
    7272<?php 
    7373                }