Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8047


Ignore:
Timestamp:
01/31/2019 11:35:20 PM (5 years ago)
Author:
shanebp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8047 – Description

    initial v1  
    2626And that can cause layout and formatting issues.
    2727
     28The same thing happens in the members-loop.
     29Switch the hook in the snip above from :
     30{{{
     31add_action ( 'wp_head', 'xprofile_link_test' );
     32}}}
     33to:
     34{{{
     35add_action ( 'bp_directory_members_item', 'xprofile_link_test' );
     36}}}
     37
    2838Questions:
    2939