Skip to:
Content

BuddyPress.org

Changeset 2569


Ignore:
Timestamp:
02/03/2010 04:20:07 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1785

Location:
trunk/bp-themes/bp-default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/global.js

    r2568 r2569  
    536536
    537537        if ( target.parent().parent().hasClass('pagination') && !target.parent().parent().hasClass('no-ajax') ) {
     538            if ( target.hasClass('dots') || target.hasClass('current') )
     539                return false;
     540
    538541            if ( j('div.item-list-tabs li.selected').length )
    539542                var el = j('div.item-list-tabs li.selected');
  • trunk/bp-themes/bp-default/forums/index.php

    r2506 r2569  
    2424
    2525                            <a name="post-new"></a>
    26                             <h3><?php _e( 'Post a New Topic:', 'buddypress' ) ?></h3>
     26                            <h5><?php _e( 'Post a New Topic:', 'buddypress' ) ?></h5>
    2727
    2828                            <label><?php _e( 'Title:', 'buddypress' ) ?></label>
Note: See TracChangeset for help on using the changeset viewer.