Changeset 651123
- Timestamp:
- 01/11/2013 01:55:10 AM (13 years ago)
- File:
-
- 1 edited
-
pagerank-checker/trunk/pagerank-checker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pagerank-checker/trunk/pagerank-checker.php
r651118 r651123 44 44 45 45 function WP_Widget_WC_Pagerank_Checker() { 46 $widget_ops = array( 'description' => "Show s your blog pagerank usean icon automatically" );46 $widget_ops = array( 'description' => "Show your blog pagerank with an icon automatically" ); 47 47 $this->WP_Widget('wc_pagerank_checker', 'PageRank Checker', $widget_ops); 48 48 } … … 53 53 $instance['style'] = strip_tags($new_instance['style']); 54 54 $instance['link_disabled'] = strip_tags($new_instance['link_disabled']); 55 $instance['without_widget_title'] = strip_tags($new_instance['without_widget_title']); 55 56 56 57 return $instance;
Note: See TracChangeset
for help on using the changeset viewer.