Changeset 5050
- Timestamp:
- 08/29/2011 10:52:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/single/forum.php
r4803 r5050 4 4 <div class="padder"> 5 5 6 <?php do_action( 'bp_before_ group_home_content' )?>6 <?php do_action( 'bp_before_directory_forums_content' ); ?> 7 7 8 8 <div id="item-header" role="complementary"> … … 17 17 18 18 <li> 19 <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a>19 <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ); ?></a> 20 20 </li> 21 21 … … 23 23 24 24 <li> 25 <a href="<?php bp_forums_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress') ?></a>25 <a href="<?php bp_forums_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress'); ?></a> 26 26 </li> 27 27
Note: See TracChangeset
for help on using the changeset viewer.