Changeset 542915
- Timestamp:
- 05/11/2012 03:05:03 PM (14 years ago)
- Location:
- chartbeat/trunk
- Files:
-
- 2 edited
-
chartbeat.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chartbeat/trunk/chartbeat.php
r542587 r542915 231 231 232 232 class Chartbeat_Widget extends WP_Widget { 233 234 function __construct() { 235 parent::__construct('chartbeat_widget', 'Chartbeat Widget',array( 'description' => __('Display your site\'s top pages'))); 236 } 237 233 238 function widget( $args ) { 234 239 extract( $args ); -
chartbeat/trunk/readme.txt
r542587 r542915 4 4 Requires at least: 2.8 5 5 Tested up to: 2.9.2 6 Stable tag: 1.4 6 Stable tag: 1.4.1 7 7 8 8 Automatically adds pinging code for chartbeat real-time analytics service and provides top pages widget. … … 73 73 = 1.4 = 74 74 * Security enhancements from automatic * 75 76 = 1.4.1 = 77 * Fix widget error in logs *
Note: See TracChangeset
for help on using the changeset viewer.