1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-27 00:51:04 +03:00

Merge pull request #340 from LeeRobertsMe/patch-1

Update class-plugin-name-public.php so the correct file type is defined.
This commit is contained in:
Devin 2015-11-03 08:25:04 -05:00
commit 2508a4567b

View file

@ -78,7 +78,7 @@ class Plugin_Name_Public {
}
/**
* Register the stylesheets for the public-facing side of the site.
* Register the JavaScript for the public-facing side of the site.
*
* @since 1.0.0
*/