1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-27 17:03:15 +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 ) {
$this->name = $slug;
$this->name = $name;
$this->version = $version;
}