Changes between Initial Version and Version 1 of Ticket #8047
- Timestamp:
- 01/31/2019 11:35:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8047 – Description
initial v1 26 26 And that can cause layout and formatting issues. 27 27 28 The same thing happens in the members-loop. 29 Switch the hook in the snip above from : 30 {{{ 31 add_action ( 'wp_head', 'xprofile_link_test' ); 32 }}} 33 to: 34 {{{ 35 add_action ( 'bp_directory_members_item', 'xprofile_link_test' ); 36 }}} 37 28 38 Questions: 29 39