Skip to content

Commit

Permalink
Fixes incorrect scope of $admin parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger committed Jul 2, 2019
1 parent c9dc251 commit 27d7286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wordpress-plugin-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WordPress_Plugin_Template {
*
* @var WordPress_Plugin_Template_Admin_API|null
*/
private $admin = null;
public $admin = null;

/**
* Settings class object
Expand Down

0 comments on commit 27d7286

Please sign in to comment.