1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-03 03:43:15 +03:00

Missing space in code comment

This commit is contained in:
Barry Ceelen 2013-12-15 01:00:36 +01:00
parent 5791680377
commit ee1bc1dfbe

View file

@ -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;