Changeset 1791
- Timestamp:
- 09/04/2009 06:49:24 PM (15 years ago)
- 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 924 924 ); 925 925 926 jQuery("div #user-statusp, a#status-new-status").livequery('click',926 jQuery("div.status-editable p, a#status-new-status").livequery('click', 927 927 function() { 928 928 jQuery.post( ajaxurl, { -
trunk/bp-themes/bp-sn-framework/profile/profile-header.php
r1655 r1791 6 6 <?php if ( function_exists( 'bp_the_status' ) ) : ?> 7 7 8 <div id="user-status" >8 <div id="user-status" class="<?php bp_the_status_css_class() ?>"> 9 9 <?php bp_the_status() ?> 10 10 </div>
Note: See TracChangeset
for help on using the changeset viewer.