Plugin Directory

Changeset 1242483


Ignore:
Timestamp:
09/10/2015 01:35:46 PM (10 years ago)
Author:
luisfpg
Message:

Fixed the constructor to be compliant with PHP 5.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cyclos/trunk/cyclos-public.php

    r1237314 r1242483  
    3434class CyclosPlugin extends WP_Widget {
    3535
    36     // constructor
    37     function CyclosPlugin() {
     36    // constructor
     37    public function __construct() {
    3838         parent::__construct(false, $name = __('Cyclos', 'wp_widget_plugin') );
    3939    }
Note: See TracChangeset for help on using the changeset viewer.