Plugin Directory

Changeset 542915


Ignore:
Timestamp:
05/11/2012 03:05:03 PM (14 years ago)
Author:
chartbeat
Message:

Fixed error in logs

Location:
chartbeat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chartbeat/trunk/chartbeat.php

    r542587 r542915  
    231231
    232232class 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
    233238    function widget( $args ) {
    234239        extract( $args );
  • chartbeat/trunk/readme.txt

    r542587 r542915  
    44Requires at least: 2.8
    55Tested up to: 2.9.2
    6 Stable tag: 1.4
     6Stable tag: 1.4.1
    77
    88Automatically adds pinging code for chartbeat real-time analytics service and provides top pages widget.
     
    7373= 1.4 =
    7474* 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.