Skip to content

Commit 51fc5a2

Browse files
author
Marco Pereirinha
committed
Declare variable
1 parent 0b126d7 commit 51fc5a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

php/class-plugin.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ final class Plugin {
8282
*/
8383
public $dir_url;
8484

85+
/**
86+
* The plugin file.
87+
*
88+
* @var string
89+
*/
90+
protected $plugin_file;
91+
8592
/**
8693
* Directory in plugin containing autoloaded classes.
8794
*

0 commit comments

Comments
 (0)