Skip to:
Content

BuddyPress.org

Changeset 851


Ignore:
Timestamp:
01/16/2009 07:41:57 AM (16 years ago)
Author:
apeatling
Message:

Removing conflict.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/buddypress-home/comments.php

    r395 r851  
    7272
    7373<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
    74 <<<<<<< .mine
    7574<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>
    76 =======
    77 <p>You must be <a href="<?php echo site_url(); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment.</p>
    78 >>>>>>> .r392
    7975<?php else : ?>
    8076
Note: See TracChangeset for help on using the changeset viewer.