Ticket #7530: 7530.patch
File 7530.patch, 511 bytes (added by , 3 years ago) |
---|
-
src/bp-friends/bp-friends-functions.php
773 773 * @see bp_activity_mentions_script() 774 774 */ 775 775 function bp_friends_prime_mentions_results() { 776 777 // Stop here if user is not logged in. 778 if ( ! is_user_logged_in() ) { 779 return; 780 } 781 776 782 if ( ! bp_activity_maybe_load_mentions_scripts() ) { 777 783 return; 778 784 }