Changeset 2569
- Timestamp:
- 02/03/2010 04:20:07 PM (15 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/global.js
r2568 r2569 536 536 537 537 if ( target.parent().parent().hasClass('pagination') && !target.parent().parent().hasClass('no-ajax') ) { 538 if ( target.hasClass('dots') || target.hasClass('current') ) 539 return false; 540 538 541 if ( j('div.item-list-tabs li.selected').length ) 539 542 var el = j('div.item-list-tabs li.selected'); -
trunk/bp-themes/bp-default/forums/index.php
r2506 r2569 24 24 25 25 <a name="post-new"></a> 26 <h 3><?php _e( 'Post a New Topic:', 'buddypress' ) ?></h3>26 <h5><?php _e( 'Post a New Topic:', 'buddypress' ) ?></h5> 27 27 28 28 <label><?php _e( 'Title:', 'buddypress' ) ?></label>
Note: See TracChangeset
for help on using the changeset viewer.