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