Changeset 1007930
- Timestamp:
- 10/15/2014 02:07:32 PM (10 years ago)
- Location:
- kingofpop
- Files:
-
- 21 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kingofpop/trunk/index.html
r129877 r1007930 1 1 <html> 2 2 <head> 3 <meta http-equiv="refresh" content="0;URL=http ://www.tom-hengst.de/wordpress-plugins" />3 <meta http-equiv="refresh" content="0;URL=https://wordpress.org/plugins/kingofpop/" /> 4 4 </head> 5 5 <body> 6 6 <p>This file protects your webserver directoy!</p> 7 7 <p>Do not call this url directly!</p> 8 <p><a href="http ://www.tom-hengst.de/wordpress-plugins">Wordpress Plugins</a></p>8 <p><a href="https://wordpress.org/plugins/kingofpop/">Wordpress Plugins</a></p> 9 9 </body> 10 10 </html> -
kingofpop/trunk/kingofpop.php
r129937 r1007930 2 2 /* 3 3 Plugin Name: KingOfPop 4 Plugin URI: http ://www.tom-hengst.de/wordpress-plugins5 Description: Displays a Micheal Jackson badge in the sidebar of your blog via widget interface or anywhere else via function call. Make the people remember the King of Pop. Check out more <a href="http://www.tom-hengst.de/wordpress-plugins">Wordpress Plugins</a>.6 Version: 0. 27 Author: Tom Hengst8 Author URI: http ://www.tom-hengst.de4 Plugin URI: https://wordpress.org/plugins/kingofpop 5 Description: Displays a Micheal Jackson badge in the sidebar of your blog via widget interface or anywhere else via function call. Make the people remember the King of Pop. 6 Version: 0.3 7 Author: tom 8 Author URI: https://profiles.wordpress.org/tomknows/ 9 9 */ 10 10 … … 27 27 $this->id = 'kingofpop'; 28 28 $this->title = 'KingOfPop'; 29 $this->version = '0. 2';30 $this->plugin_url = 'http ://www.tom-hengst.de/wordpress-plugins';29 $this->version = '0.3'; 30 $this->plugin_url = 'https://wordpress.org/plugins/kingofpop'; 31 31 $this->name = 'KingOfPop v'. $this->version; 32 32 $this->url = get_bloginfo('wpurl'). '/wp-content/plugins/' . $this->id; … … 210 210 } 211 211 212 return sprintf('<div id="%s"><img src="%s/mj_%s.jpg" border="0" />%s<br /><small><a href="http ://www.tom-hengst.de/wordpress-plugins" target="_blank">Plugin</a> by <a href="http://www.tom-hengst.de" target="_blank">Tom</a></small></div>', $this->id, $this->url, $this->locale, $data);212 return sprintf('<div id="%s"><img src="%s/mj_%s.jpg" border="0" />%s<br /><small><a href="https://wordpress.org/plugins/kingofpop/" target="_blank">Plugin by Tom</a></small></div>', $this->id, $this->url, $this->locale, $data); 213 213 } 214 214 } -
kingofpop/trunk/readme.txt
r129937 r1007930 1 1 === KingOfPop === 2 2 Contributors: tomknows 3 Donate link: http://www.tom-hengst.de/donate4 3 Tags: jacko, michael jackson, king of pop, mj, rip, wikipedia, youtube, badge, widget, widgets, sidebar, plugin 5 4 Requires at least: 2.5 6 Tested up to: 2.75 Tested up to: 4.0 7 6 Stable tag: 0.2 8 7 … … 13 12 Displays a Micheal Jackson memorial badge in the sidebar of your blog via widget interface or anywhere else via function call. Make the people remember the King of Pop. 14 13 15 Check out more [Wordpress Plugins](http://www.tom-hengst.de/wordpress-plugins "Wordpress Plugins") brought to you by [Tom Hengst](http://www.tom-hengst.de "Tom Hengst").16 14 17 15 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.