Download Number in the admin backend
-
Download Number in the admin backend does not show full number, only two digits.
For now, this has been fixed with by changing (class-dlm-admin-cpt.php)
echo number_format( $download->get_the_download_count(), 0, ‘.’, ‘,’ ); with echo $download->get_the_download_count(); – please consider the fix for this in the next version
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Download Number in the admin backend’ is closed to new replies.