Changeset 4322
- Timestamp:
- 04/30/2011 10:11:52 PM (14 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/single/edit.php
r4012 r4322 8 8 <ul> 9 9 <li> 10 <a href="#post-topic-reply"> ↓<?php _e( 'Reply', 'buddypress' ); ?></a>10 <a href="#post-topic-reply"><?php _e( 'Reply', 'buddypress' ); ?></a> 11 11 </li> 12 12 -
trunk/bp-themes/bp-default/forums/single/forum.php
r4270 r4322 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 -
trunk/bp-themes/bp-default/forums/single/topic.php
r4012 r4322 35 35 <ul> 36 36 <li> 37 <a href="#post-topic-reply" class="show-hide-new"> ↓<?php _e( 'New Reply', 'buddypress' ) ?></a>37 <a href="#post-topic-reply" class="show-hide-new"><?php _e( 'New Reply', 'buddypress' ) ?></a> 38 38 </li> 39 39 -
trunk/bp-themes/bp-default/groups/single/forum.php
r3928 r4322 15 15 16 16 <li> 17 <a href="#post-new" class="show-hide-new"> ↓<?php _e( 'New Topic', 'buddypress' ) ?></a>17 <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a> 18 18 </li> 19 19 -
trunk/bp-themes/bp-default/groups/single/forum/edit.php
r4147 r4322 8 8 <ul> 9 9 <li> 10 <a href="#post-topic-reply"> ↓<?php _e( 'Reply', 'buddypress' ); ?></a>10 <a href="#post-topic-reply"><?php _e( 'Reply', 'buddypress' ); ?></a> 11 11 </li> 12 12 -
trunk/bp-themes/bp-default/groups/single/forum/topic.php
r4149 r4322 8 8 <ul> 9 9 <li> 10 <a href="#post-topic-reply" class="show-hide-new"> ↓<?php _e( 'New Reply', 'buddypress' ) ?></a>10 <a href="#post-topic-reply" class="show-hide-new"><?php _e( 'New Reply', 'buddypress' ) ?></a> 11 11 </li> 12 12
Note: See TracChangeset
for help on using the changeset viewer.