Plugin Directory

Changeset 543690


Ignore:
Timestamp:
05/13/2012 11:23:21 AM (14 years ago)
Author:
wordpressapi
Message:

changed domain

Location:
alexa-rank-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • alexa-rank-widget/trunk/AlexaRankWidget.php

    r209448 r543690  
    55Plugin Name: Alexa Rank Widget
    66
    7 Plugin URI: http://www.wordpressapi.com/wordpress-plugins/
     7Plugin URI: http://www.digcms.com/wordpress-plugins/
    88
    99Description: Adds a button which allows you to share post on yahoo buzz.
     
    1313Version: 1.0
    1414
    15 Author: Wordpressapi.com
     15Author: digcms.com
    1616
    17 Author URI: http://www.wordpressapi.com
     17Author URI: http://www.digcms.com
    1818
    1919*/
     
    2222
    2323function alexa_rank_load_widget() {
    24     register_widget( 'AlexaRankWordpressapi_Widget' );
     24    register_widget( 'AlexaRankdigcms_Widget' );
    2525}
    2626
    27 class AlexaRankWordpressapi_Widget extends WP_Widget {
     27class AlexaRankdigcms_Widget extends WP_Widget {
    2828
    2929    /**
    3030     * Widget setup.
    3131     */
    32     function AlexaRankWordpressapi_Widget() {
     32    function AlexaRankdigcms_Widget() {
    3333        /* Widget settings. */
    34         $widget_ops = array( 'classname' => 'alexaRankWordpressapi_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') );
    3535
    3636        /* Widget control settings. */
     
    9393
    9494        /* 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' );
    9696        $instance = wp_parse_args( (array) $instance, $defaults ); ?>
    9797           
  • alexa-rank-widget/trunk/readme.txt

    r209491 r543690  
    11=== Alexa Rank Widget ===
    2 Contributors: wordpressapi.com
    3 Donate link: http://wordpressapi.com/
     2Contributors: digcms.com
     3Donate link: http://digcms.com/
    44Tags: Alexa Rank Widget , Alexa Rank, Ranking, widget
    55Requires at least: 2.7.2
     
    4141
    4242== Help ==
    43 For help and support please contact us at contact [at] wordpressapi.com
     43For help and support please contact us at contact [at] digcms.com
    4444
    4545== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.