Skip to:
Content

BuddyPress.org

Changeset 1144


Ignore:
Timestamp:
02/25/2009 04:17:30 AM (16 years ago)
Author:
apeatling
Message:

Fixes #504, thanks to burtadsit for the patch.

Location:
trunk/buddypress-theme/member-themes/buddypress-member/groups/forum
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/member-themes/buddypress-member/groups/forum/index.php

    r1052 r1144  
    4545                                <a href="<?php bp_the_topic_permalink() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_title() ?></a>
    4646                                <span class="small">- <?php bp_the_topic_total_post_count() ?> </span>
    47                                 <p><span class="activity"><?php echo sprintf( __( 'updated %s ago', 'buddypress' ), bp_the_topic_time_since_last_post( false ) ) ?><span></p>
     47                                <p><span class="activity"><?php echo sprintf( __( 'updated %s ago', 'buddypress' ), bp_the_topic_time_since_last_post( false ) ) ?></span></p>
    4848                       
    4949                                <div class="latest-post">
  • trunk/buddypress-theme/member-themes/buddypress-member/groups/forum/topic.php

    r1052 r1144  
    6666                            <p class="submit"><input type="submit" name="submit_reply" id="submit" value="<?php _e( 'Post Reply', 'buddypress' ) ?>" /></p>
    6767
    68                             <?php do_action( 'groups_forum_new_topic_after' ) ?>
     68                            <?php do_action( 'groups_forum_new_reply_after' ) ?>
    6969   
    7070                            <?php wp_nonce_field( 'bp_forums_new_reply' ) ?>
Note: See TracChangeset for help on using the changeset viewer.