Plugin Directory

Changeset 2313510


Ignore:
Timestamp:
05/28/2020 06:22:58 AM (6 years ago)
Author:
XpertOne
Message:

Gwangi theme compatibility fix

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

Legend:

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

    r2180015 r2313510  
    117117
    118118            }elseif (xprofile_get_field_data($fd_id,$user_logged_in) != '' && xprofile_get_field_data($fd_id,$user_logged_in) == xprofile_get_field_data($fd_id,$user_displayed) ){
    119                 $field_percentage_value = $percentage_class->get_option( "$key" ,'hmk_percentages' );
     119                @$field_percentage_value = $percentage_class->get_option( "$key" ,'hmk_percentages' );
    120120                $percentage += $field_percentage_value;
    121121            }
  • match-me-for-buddypress/trunk/loader.php

    r2180114 r2313510  
    66 * Author: Muhammad Kashif
    77 * Author URI: https://kashif.io/
    8  * Version: 1.2
     8 * Version: 1.2.1
    99 */
    1010
  • match-me-for-buddypress/trunk/readme.txt

    r2180114 r2313510  
    33Tags: match , matchmaking , social networking, activity, profiles, friends, groups, forums, social, community, networks, networking
    44Requires at least: 4
    5 Tested up to: 5.2
     5Tested up to: 5.4.1
    66Stable tag: trunk
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.