Changeset 445081
- Timestamp:
- 09/29/2011 06:01:33 AM (15 years ago)
- Location:
- cbrcurrency/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
cbrcurrency.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cbrcurrency/trunk/README.txt
r445080 r445081 5 5 Requires at least: 2.6 6 6 Tested up to: 3.2.1 7 Stable tag: 2.1 7 Stable tag: 2.1.1 8 8 9 9 Show the exchange rate of USD, RUR, EUR of The Central Bank of the Russian Federation. … … 35 35 == Changelog == 36 36 37 = 2.1.1 = 38 39 * 29/09/2011 40 * Added date to caption of widget 41 37 42 = 2.1 = 38 43 -
cbrcurrency/trunk/cbrcurrency.php
r445080 r445081 4 4 Plugin URI: http://f4ber.net/ 5 5 Description: Виджет курса валют ЦБ РФ на текущий день c динамикой. 6 Version: 2.1 6 Version: 2.1.1 7 7 Author: f4ber 8 8 Author URI: http://f4ber.net/ … … 18 18 extract($args); 19 19 $title = 'Курс ЦБ'; 20 $today = date('d/m/y'); 20 21 echo $before_widget; 21 echo $before_title . $title . $ after_title;22 echo $before_title . $title . $today . $after_title; 22 23 function getcurrency($code){ 23 24
Note: See TracChangeset
for help on using the changeset viewer.