Plugin Directory

Changeset 2658422


Ignore:
Timestamp:
01/16/2022 04:21:07 PM (4 years ago)
Author:
ioss
Message:

changing deprecated code

Location:
wp-mlm/tags/3.0/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-mlm/tags/3.0/templates/wp-mlm-user-dashboard.php

    r2658298 r2658422  
    3636            }
    3737        }
    38         $joining_count = implode($joining_count, ',');
     38        $joining_count = implode(',', $joining_count);
    3939    } else {
    4040        $joining_count = '0,0,0,0,0,0,0,0,0,0,0,0';
  • wp-mlm/tags/3.0/templates/wp-mlm-user-ewallet-details.php

    r2658298 r2658422  
    3838                            <tbody>
    3939                                <?php
     40                                $count = 0;
    4041                                foreach ($results as $res) {
    4142                                    $count++;
Note: See TracChangeset for help on using the changeset viewer.