1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-10 15:22:10 +03:00

Setting the reference using the proper variable

This commit is contained in:
Tom McFarlin 2014-08-01 16:59:31 -04:00
parent aea004af54
commit 35650c1b7b

View file

@ -49,7 +49,7 @@ class Plugin_Name_Public {
*/ */
public function __construct( $name, $version ) { public function __construct( $name, $version ) {
$this->name = $slug; $this->name = $name;
$this->version = $version; $this->version = $version;
} }