Tom McFarlin
|
119c874120
|
changing all 'TODO' to '@TODO'
changing all 'TODO' to '@TODO' so that they are easier to find in IDE's that support @TODO tags
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
|
2013-11-16 12:30:18 -05:00 |
|
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 |
|
Silvan Hagen
|
7dbfeb95bd
|
Fix textdomain not loading
Before: public/languages
After: plugin-name/languages
|
2013-11-07 17:41:03 +01:00 |
|
Tom McFarlin
|
1de634b31f
|
adding empty includes directories as a place for shared functionality
related #100
|
2013-11-01 08:31:52 -04:00 |
|
Tom McFarlin
|
9d8f38b339
|
moving all public related code to a self-contained subdirectory
related #100
|
2013-10-30 16:50:36 -04:00 |
|