Changeset 2658422
- Timestamp:
- 01/16/2022 04:21:07 PM (4 years ago)
- Location:
- wp-mlm/tags/3.0/templates
- Files:
-
- 2 edited
-
wp-mlm-user-dashboard.php (modified) (1 diff)
-
wp-mlm-user-ewallet-details.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-mlm/tags/3.0/templates/wp-mlm-user-dashboard.php
r2658298 r2658422 36 36 } 37 37 } 38 $joining_count = implode( $joining_count, ',');38 $joining_count = implode(',', $joining_count); 39 39 } else { 40 40 $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 38 38 <tbody> 39 39 <?php 40 $count = 0; 40 41 foreach ($results as $res) { 41 42 $count++;
Note: See TracChangeset
for help on using the changeset viewer.