Changeset 2313776
- Timestamp:
- 05/28/2020 01:29:22 PM (6 years ago)
- Location:
- match-me-for-buddypress/trunk
- Files:
-
- 2 edited
-
class-mp-bp-match.php (modified) (2 diffs)
-
loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
match-me-for-buddypress/trunk/class-mp-bp-match.php
r2313510 r2313776 66 66 67 67 function hmk_matching_percentage_button() { 68 69 if(!is_user_logged_in()) return; 68 70 69 71 $user_displayed_id = bp_get_member_user_id(); … … 138 140 if(bp_is_my_profile()) return; 139 141 142 if(!is_user_logged_in()) return; 143 140 144 echo '<div class="c100 p'.$this->hmk_get_matching_percentage_number().' small hmk-percentage blue"> 141 145 <span class="hmk-match-inside">Match</span> -
match-me-for-buddypress/trunk/loader.php
r2313510 r2313776 6 6 * Author: Muhammad Kashif 7 7 * Author URI: https://kashif.io/ 8 * Version: 1.2. 18 * Version: 1.2.2 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.