Skip to:
Content

BuddyPress.org

Changeset 6144


Ignore:
Timestamp:
06/25/2012 11:42:21 PM (13 years ago)
Author:
boonebgorges
Message:

Make the latest activity in member headers more consistent.

When updating the latest activity in a member header with JS, don't add
quotation marks, since there are no quotation marks output when the latest
update is loaded in the PHP template.

Fixes #4297

Props modemlooper

File:
1 edited

Legend:

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

    r6051 r6144  
    113113                    var u = '';
    114114                    if ( ltext != '' )
    115                         u = '"' + l + '" ';
     115                        u = l + ' ';
    116116
    117117                    u += '<a href="' + v + '" rel="nofollow">' + BP_DTheme.view + '</a>';
Note: See TracChangeset for help on using the changeset viewer.