extra code left in BP-Home Comments.php
-
Before I submit a bug to trac wanted to conduct a sanity check:
The following looks to be a little left over lines screwing up an un-logged in state on Blog posts. in comments.php, line 73 in bp-home theme
<?php if ( get_option(‘comment_registration’) && !$user_ID ) : ?>
<<<<<<< .mine
<p>You must be /wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>”>logged in to post a comment.</p>
=======
<p>You must be /wp-login.php?redirect_to=<?php the_permalink(); ?>”>logged in to post a comment.</p>
>>>>>>> .r392
<?php else : ?>
Clearly one of these was meant to stay.
You must be logged in to reply to this topic.