mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Setting the reference using the proper variable
This commit is contained in:
parent
aea004af54
commit
35650c1b7b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue