Log in with username/password: lyceum/lyceum

Changeset 1278

Show
Ignore:
Timestamp:
06/04/08 17:25:42 (4 months ago)
Author:
jjb
Message:

#891, fixing logout link in post comments view

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/src/lyceum/wp-content/themes/default/comments.php

    r1060 r1278  
    7777<?php if ( $user_ID ) : ?> 
    7878 
    79 <p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a></p> 
     79<p>Logged in as <a href="<?php echo LURL; ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo LURL; ?>/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a></p> 
    8080 
    8181<?php else : ?> 
Log in with username/password: lyceum/lyceum