mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Merge pull request #145 from barryceelen/patch-1
Missing space in code comment
This commit is contained in:
commit
294665892f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Plugin_Name {
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
*@return Plugin slug variable.
|
* @return Plugin slug variable.
|
||||||
*/
|
*/
|
||||||
public function get_plugin_slug() {
|
public function get_plugin_slug() {
|
||||||
return $this->plugin_slug;
|
return $this->plugin_slug;
|
||||||
|
|
Loading…
Reference in a new issue