Skip to:
Content

BuddyPress.org

Changeset 1791


Ignore:
Timestamp:
09/04/2009 06:49:24 PM (15 years ago)
Author:
apeatling
Message:

Theme updates for #949 fix.

Location:
trunk/bp-themes/bp-sn-framework
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-framework/_inc/js/ajax.js

    r1744 r1791  
    924924    );
    925925
    926     jQuery("div#user-status p, a#status-new-status").livequery('click',
     926    jQuery("div.status-editable p, a#status-new-status").livequery('click',
    927927        function() {
    928928            jQuery.post( ajaxurl, {
  • trunk/bp-themes/bp-sn-framework/profile/profile-header.php

    r1655 r1791  
    66    <?php if ( function_exists( 'bp_the_status' ) ) : ?>
    77
    8         <div id="user-status">
     8        <div id="user-status" class="<?php bp_the_status_css_class() ?>">
    99            <?php bp_the_status() ?>
    1010        </div>
Note: See TracChangeset for help on using the changeset viewer.