Changeset 543690
- Timestamp:
- 05/13/2012 11:23:21 AM (14 years ago)
- Location:
- alexa-rank-widget/trunk
- Files:
-
- 2 edited
-
AlexaRankWidget.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alexa-rank-widget/trunk/AlexaRankWidget.php
r209448 r543690 5 5 Plugin Name: Alexa Rank Widget 6 6 7 Plugin URI: http://www. wordpressapi.com/wordpress-plugins/7 Plugin URI: http://www.digcms.com/wordpress-plugins/ 8 8 9 9 Description: Adds a button which allows you to share post on yahoo buzz. … … 13 13 Version: 1.0 14 14 15 Author: Wordpressapi.com15 Author: digcms.com 16 16 17 Author URI: http://www. wordpressapi.com17 Author URI: http://www.digcms.com 18 18 19 19 */ … … 22 22 23 23 function alexa_rank_load_widget() { 24 register_widget( 'AlexaRank Wordpressapi_Widget' );24 register_widget( 'AlexaRankdigcms_Widget' ); 25 25 } 26 26 27 class AlexaRank Wordpressapi_Widget extends WP_Widget {27 class AlexaRankdigcms_Widget extends WP_Widget { 28 28 29 29 /** 30 30 * Widget setup. 31 31 */ 32 function AlexaRank Wordpressapi_Widget() {32 function AlexaRankdigcms_Widget() { 33 33 /* Widget settings. */ 34 $widget_ops = array( 'classname' => 'alexaRank Wordpressapi_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') );34 $widget_ops = array( 'classname' => 'alexaRankdigcms_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') ); 35 35 36 36 /* Widget control settings. */ … … 93 93 94 94 /* Set up some default widget settings. */ 95 $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => ' wordpressapi.com', 'button_size' => '120x95' );95 $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => 'digcms.com', 'button_size' => '120x95' ); 96 96 $instance = wp_parse_args( (array) $instance, $defaults ); ?> 97 97 -
alexa-rank-widget/trunk/readme.txt
r209491 r543690 1 1 === Alexa Rank Widget === 2 Contributors: wordpressapi.com3 Donate link: http:// wordpressapi.com/2 Contributors: digcms.com 3 Donate link: http://digcms.com/ 4 4 Tags: Alexa Rank Widget , Alexa Rank, Ranking, widget 5 5 Requires at least: 2.7.2 … … 41 41 42 42 == Help == 43 For help and support please contact us at contact [at] wordpressapi.com43 For help and support please contact us at contact [at] digcms.com 44 44 45 45 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.