Changeset 2296938
- Timestamp:
- 05/03/2020 07:19:53 AM (6 years ago)
- Location:
- covid-19-bangladesh-live/trunk
- Files:
-
- 3 edited
-
covid-19-bd-live.php (modified) (2 diffs)
-
shortcode.php (modified) (1 diff)
-
widget_3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
covid-19-bangladesh-live/trunk/covid-19-bd-live.php
r2296930 r2296938 2 2 /** 3 3 * Plugin Name: Corona Bangladesh Live 4 * Plugin URI: http s://codeofamdad.com4 * Plugin URI: http://corona-bd-live.herokuapp.com 5 5 * Description: This plugin used for get update the coronavirous live update of Bangladesh & all over the world. 6 6 * Version: 1.2.1 … … 8 8 * Requires PHP: 5.6 9 9 * Author: Amdadul Haq 10 * Author URI: https:// facebook.com/amdad12110 * Author URI: https://codeofamdad.com 11 11 * License: GPL v2 or later 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
covid-19-bangladesh-live/trunk/shortcode.php
r2296929 r2296938 146 146 <div> 147 147 <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> 149 149 </div> 150 150 </li> -
covid-19-bangladesh-live/trunk/widget_3.php
r2296925 r2296938 59 59 <div> 60 60 <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> 62 62 </div> 63 63 </li>
Note: See TracChangeset
for help on using the changeset viewer.