Plugin Directory

Changeset 2313776


Ignore:
Timestamp:
05/28/2020 01:29:22 PM (6 years ago)
Author:
XpertOne
Message:

Gwangi compatibility

Location:
match-me-for-buddypress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • match-me-for-buddypress/trunk/class-mp-bp-match.php

    r2313510 r2313776  
    6666
    6767   function hmk_matching_percentage_button() {
     68
     69      if(!is_user_logged_in()) return;
    6870
    6971      $user_displayed_id =  bp_get_member_user_id();
     
    138140    if(bp_is_my_profile()) return;
    139141
     142    if(!is_user_logged_in()) return;
     143
    140144    echo '<div class="c100 p'.$this->hmk_get_matching_percentage_number().' small hmk-percentage blue">
    141145        <span class="hmk-match-inside">Match</span>
  • match-me-for-buddypress/trunk/loader.php

    r2313510 r2313776  
    66 * Author: Muhammad Kashif
    77 * Author URI: https://kashif.io/
    8  * Version: 1.2.1
     8 * Version: 1.2.2
    99 */
    1010
Note: See TracChangeset for help on using the changeset viewer.