Changeset 697047
- Timestamp:
- 04/13/2013 06:12:53 PM (13 years ago)
- Location:
- pohela-boishakh
- Files:
-
- 2 edited
- 1 copied
-
tags/1.0 (copied) (copied from pohela-boishakh/trunk)
-
trunk/Pohela Boishakh.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pohela-boishakh/trunk/Pohela Boishakh.php
r665912 r697047 2 2 /* 3 3 Plugin Name: Pohela Boishakh 4 Plugin URI: http:// SinbadKonick.com/Pohela Boishakh4 Plugin URI: http://bn.sinbadkonicks.com/ 5 5 Description: This plugin ads a Pohela Boishakh banner to the top right corner of your website. 6 6 Author: Sinbad Konick 7 Version: 1. 07 Version: 1.1 8 8 License: GPLv2 9 Author URI: http://www.SinbadKonick .com9 Author URI: http://www.SinbadKonicks.com 10 10 */ 11 11 12 12 function Pohela_Boishakh() { 13 13 $banner_url = plugins_url( 'Pohela Boishakh.png', __FILE__ ); 14 echo "<a href='http:// www.SinbadKonick.com' class='PohelaBoishakh' target='_blank'><img src='{$banner_url}' alt='Pohela Boishakh' width='188' height='232' title='পহেলা বৈশাখ' style='cursor:pointer; position: fixed; top: 0; right: 0; z-index: 999;' /></a>";14 echo "<a href='http://bn.wikipedia.org/wiki/%E0%A6%AA%E0%A6%B9%E0%A7%87%E0%A6%B2%E0%A6%BE_%E0%A6%AC%E0%A7%88%E0%A6%B6%E0%A6%BE%E0%A6%96' class='PohelaBoishakh' target='_blank'><img src='{$banner_url}' alt='Pohela Boishakh' width='188' height='232' title='পহেলা বৈশাখ' style='cursor:pointer; position: fixed; top: 0; right: 0; z-index: 999;' /></a>"; 15 15 } 16 16 add_action( 'wp_footer', 'Pohela_Boishakh' ); -
pohela-boishakh/trunk/readme.txt
r665920 r697047 6 6 Requires at Least: 2.6.0 7 7 Tested Up To: 3.5.1 8 Stable tag: 1.0 9 8 Stable tag: 1.1 10 9 11 10 … … 32 31 33 32 33 == Changelog == 34 35 14-04-2013 36 Released 1.1 updated for Bangla Noboborsho 2020 37 38 39 10-02-2013 40 Relaesed 1.0, the Initial version.
Note: See TracChangeset
for help on using the changeset viewer.