Changeset 1242483
- Timestamp:
- 09/10/2015 01:35:46 PM (10 years ago)
- File:
-
- 1 edited
-
cyclos/trunk/cyclos-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cyclos/trunk/cyclos-public.php
r1237314 r1242483 34 34 class CyclosPlugin extends WP_Widget { 35 35 36 // constructor37 function CyclosPlugin() {36 // constructor 37 public function __construct() { 38 38 parent::__construct(false, $name = __('Cyclos', 'wp_widget_plugin') ); 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.