Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7197, comment 1


Ignore:
Timestamp:
07/22/2016 10:14:30 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7197, comment 1

    initial v1  
    1 Confirmed on a HHVM install.  Testing on HHVM actually revealed a bug in the create_nav_link() functions.
     1Confirmed on a HHVM install.  Testing on HHVM actually revealed a bug in the create_nav_link() functions during the implementation of the new nav API (#6534).
    22
    3 We shouldn't be returning the new nav API methods, we should be returning the array items.
     3We shouldn't be returning the nav API methods, we should be returning the array items.
    44
    55Attached patch works on HHVM and non-HHVM installs.