Changeset 1144
- Timestamp:
- 02/25/2009 04:17:30 AM (16 years ago)
- 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 45 45 <a href="<?php bp_the_topic_permalink() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_title() ?></a> 46 46 <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> 48 48 49 49 <div class="latest-post"> -
trunk/buddypress-theme/member-themes/buddypress-member/groups/forum/topic.php
r1052 r1144 66 66 <p class="submit"><input type="submit" name="submit_reply" id="submit" value="<?php _e( 'Post Reply', 'buddypress' ) ?>" /></p> 67 67 68 <?php do_action( 'groups_forum_new_ topic_after' ) ?>68 <?php do_action( 'groups_forum_new_reply_after' ) ?> 69 69 70 70 <?php wp_nonce_field( 'bp_forums_new_reply' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.