[buddypress-trac] [BuddyPress Trac] #7857: Nouveau - Activity comments are hidden
buddypress-trac
noreply at wordpress.org
Tue May 22 22:12:59 UTC 2018
#7857: Nouveau - Activity comments are hidden
--------------------------+-----------------------
Reporter: r-a-y | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1.0
Component: Templates | Version: 3.0.0
Severity: normal | Keywords: has-patch
--------------------------+-----------------------
There's a bug that hides all activity comments for being shown in Nouveau.
I have narrowed it down to this commit on Github:
https://github.com/buddypress/next-template-
packs/commit/b1846eeef85b806fbf5d4cfa3efd1e61054079fc
The problem is due to a check for `$( comment_parents ).find( 'li.show-
all' )`, which will return an object. If we want to check for the
existence of `li.show-all`, we need to check the length of the object.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7857>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list