1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-11 07:42:10 +03:00
WordPress-Plugin-Boilerplate/plugin-name/public
James W. Lane III 0768adb25e Removed the trailing slash
According to http://codex.wordpress.org/Function_Reference/plugin_dir_path, plugin_dir_path gets the filesystem directory path with trailing slash. Even tho two slashes will not cause an error, the extra slash can be removed.
2013-11-15 05:40:35 -06:00
..
assets moving all public related code to a self-contained subdirectory 2013-10-30 16:50:36 -04:00
includes adding empty includes directories as a place for shared functionality 2013-11-01 08:31:52 -04:00
views moving all public related code to a self-contained subdirectory 2013-10-30 16:50:36 -04:00
class-plugin-name.php Removed the trailing slash 2013-11-15 05:40:35 -06:00