Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/02/2009 10:41:39 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1139 props jjj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/groups/single/forum/topic.php

    r2012 r2028  
    2626                <form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form">
    2727           
    28                     <h4><a href="<?php bp_forum_permalink() ?>">&larr; <?php _e( 'Forum', 'buddypress' ); ?></a> <span><a href="#post-topic-reply" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post Reply &rarr;', 'buddypress' ) ?></a></span></h4>
     28                    <h4><a href="<?php bp_forum_permalink() ?>">&larr; <?php _e( 'Forum', 'buddypress' ); ?></a> <?php if ( is_user_logged_in() ) : ?><span><a href="#post-topic-reply" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post Reply &rarr;', 'buddypress' ) ?></a></span><?php endif; ?></h4>
    2929                   
    3030                    <div class="pagination">
Note: See TracChangeset for help on using the changeset viewer.