Changeset 10931 for trunk/wp-content/themes/classic/comments.php
- Timestamp:
- 04/14/2009 06:31:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/classic/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments.php
r10767 r10931 43 43 44 44 <?php if ( get_option('comment_registration') && !$user_ID ) : ?> 45 <p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?></p>45 <p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.'), wp_login_url( get_permalink() ) );?></p> 46 46 <?php else : ?> 47 47
Note: See TracChangeset
for help on using the changeset viewer.