Plugin Directory

Changeset 651123


Ignore:
Timestamp:
01/11/2013 01:55:10 AM (13 years ago)
Author:
jasoncaidev
Message:

fixed a bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pagerank-checker/trunk/pagerank-checker.php

    r651118 r651123  
    4444
    4545    function WP_Widget_WC_Pagerank_Checker() {
    46         $widget_ops = array( 'description' => "Shows your blog pagerank use an icon automatically" );
     46        $widget_ops = array( 'description' => "Show your blog pagerank with an icon automatically" );
    4747        $this->WP_Widget('wc_pagerank_checker', 'PageRank Checker', $widget_ops);
    4848    }
     
    5353        $instance['style'] = strip_tags($new_instance['style']);
    5454        $instance['link_disabled'] = strip_tags($new_instance['link_disabled']);
     55        $instance['without_widget_title'] = strip_tags($new_instance['without_widget_title']);
    5556
    5657        return $instance;
Note: See TracChangeset for help on using the changeset viewer.