Changeset 10931 for trunk/wp-content/themes/default/comments.php
- Timestamp:
- 04/14/2009 06:31:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r10177 r10931 58 58 59 59 <?php if ( get_option('comment_registration') && !$user_ID ) : ?> 60 <p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">logged in</a> to post a comment.</p>60 <p>You must be <a href="<?php echo wp_login_url( get_permalink() ); ?>">logged in</a> to post a comment.</p> 61 61 <?php else : ?> 62 62
Note: See TracChangeset
for help on using the changeset viewer.