Plugin Directory

Changeset 2296938


Ignore:
Timestamp:
05/03/2020 07:19:53 AM (6 years ago)
Author:
amdad121
Message:

number translate to bangla

Location:
covid-19-bangladesh-live/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • covid-19-bangladesh-live/trunk/covid-19-bd-live.php

    r2296930 r2296938  
    22/**
    33 * Plugin Name:       Corona Bangladesh Live
    4  * Plugin URI:        https://codeofamdad.com
     4 * Plugin URI:        http://corona-bd-live.herokuapp.com
    55 * Description:       This plugin used for get update the coronavirous live update of Bangladesh & all over the world.
    66 * Version:           1.2.1
     
    88 * Requires PHP:      5.6
    99 * Author:            Amdadul Haq
    10  * Author URI:        https://facebook.com/amdad121
     10 * Author URI:        https://codeofamdad.com
    1111 * License:           GPL v2 or later
    1212 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
  • covid-19-bangladesh-live/trunk/shortcode.php

    r2296929 r2296938  
    146146            <div>
    147147                <span class="name"><?php echo $district->bnname; ?></span>
    148                 <span class="number"><?php echo $district->confirmed; ?></span>
     148                <span class="number"><?php echo cbdl_enToBn(number_format($district->confirmed)); ?></span>
    149149            </div>
    150150        </li>
  • covid-19-bangladesh-live/trunk/widget_3.php

    r2296925 r2296938  
    5959            <div>
    6060                <span class="name"><?php echo $district->bnname; ?></span>
    61                 <span class="number"><?php echo $district->confirmed; ?></span>
     61                <span class="number"><?php echo cbdl_enToBn(number_format($district->confirmed)); ?></span>
    6262            </div>
    6363        </li>
Note: See TracChangeset for help on using the changeset viewer.