Changeset 2313510
- Timestamp:
- 05/28/2020 06:22:58 AM (6 years ago)
- Location:
- match-me-for-buddypress/trunk
- Files:
-
- 3 edited
-
class-mp-bp-match.php (modified) (1 diff)
-
loader.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
match-me-for-buddypress/trunk/class-mp-bp-match.php
r2180015 r2313510 117 117 118 118 }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' ); 120 120 $percentage += $field_percentage_value; 121 121 } -
match-me-for-buddypress/trunk/loader.php
r2180114 r2313510 6 6 * Author: Muhammad Kashif 7 7 * Author URI: https://kashif.io/ 8 * Version: 1.2 8 * Version: 1.2.1 9 9 */ 10 10 -
match-me-for-buddypress/trunk/readme.txt
r2180114 r2313510 3 3 Tags: match , matchmaking , social networking, activity, profiles, friends, groups, forums, social, community, networks, networking 4 4 Requires at least: 4 5 Tested up to: 5. 25 Tested up to: 5.4.1 6 6 Stable tag: trunk 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.