Skip to content

Commit

Permalink
RESOLVE axelerant/testimonials-widget#184 Remove deprecated construct…
Browse files Browse the repository at this point in the history
…or calls for WP_Widget

* RESOLVE axelerant/testimonials-widget#184 Remove deprecated constructor calls for WP_Widget
  • Loading branch information
michael-cannon committed Jul 16, 2015
1 parent b2922b5 commit 893f2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## master

## 1.2.3RC1
* RESOLVE michael-cannon/testimonials-widget#184 Remove deprecated constructor calls for WP_Widget
* Update Parsedown library

## 1.2.2
Expand Down
2 changes: 1 addition & 1 deletion includes/class-aihrus-widget.php
Expand Up @@ -52,7 +52,7 @@ public function __construct( $classname, $description, $id_base, $title ) {
);

// Create the widget
$this->WP_Widget(
parent::__construct(
static::ID,
$title,
$widget_ops,
Expand Down

0 comments on commit 893f2ae

Please sign in to comment.