Changeset 6006 for trunk/wp-content/themes/default/comments.php
- Timestamp:
- 09/01/2007 11:05:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r5290 r6006 67 67 68 68 <?php if ( get_option('comment_registration') && !$user_ID ) : ?> 69 <p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment.</p>69 <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> 70 70 <?php else : ?> 71 71
Note: See TracChangeset
for help on using the changeset viewer.