1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-14 09:12:10 +03:00
Commit graph

19 commits

Author SHA1 Message Date
Ulrich Pogson b463e3398c Place the TODOs in the correct position 2013-11-01 14:53:10 +01:00
Tom McFarlin ba5bddf891 adding public and admin comments. conditionally loading the admin class.
related #104
2013-10-30 16:50:09 -04:00
Tom McFarlin f894ee25c0 loading the admin class only if the dashboard is being loaded
fixes #104
2013-10-30 16:27:26 -04:00
Tom McFarlin ad459856c5 Removing a lot of whitespace, updating function comments, and comment blocks within a function, and making sure no comments exceed 80 characters 2013-10-17 16:22:14 -04:00
Tom McFarlin b1abaee963 adding a 'GitHub Plugin URI' to the wordpress-plugin header
Fixes #75
2013-10-16 16:38:25 -04:00
Ulrich Pogson ac8e5cfb01 Add admin class 2013-10-14 17:37:41 +02:00
Barry af2bd993ef Mention uninstall.php in code comment 2013-09-12 17:58:52 +02:00
Barry Ceelen b8231ac64b Removes reference to register_uninstall_hook from code comment
Perhaps mention uninstall.php in stead?

```
// Register hooks that are fired when the plugin is activated or deactivated.
// When the plugin is deleted, the uninstall.php file is loaded.
```
2013-09-12 01:42:07 +02:00
Barry Ceelen 20adc011a9 Initialize plugin on plugins_loaded hook 2013-09-11 23:41:08 +02:00
Tom McFarlin adc84722d7 changing the name of the lang directory to languages and all references to it 2013-09-08 14:20:15 -04:00
Tom McFarlin 465603b5c8 replacing all instances of PluginName with PluginName as per the WordPress Coding Standards
fixes #61
2013-07-07 14:03:25 -04:00
Tom McFarlin e8c0c99598 updating the docblock in the class 2013-05-16 09:56:20 -04:00
Tom McFarlin b8c03c083a updating page-level docblocks to be consistent
related #48
2013-05-16 09:40:25 -04:00
Tom McFarlin d345f74c4d adding example.com to the plugin-name page-level docblock
related #48
2013-05-16 09:37:48 -04:00
Tom McFarlin 0d968d2c20 removing a trailing /
related #48
2013-05-15 10:18:02 -04:00
Tom McFarlin d5fe812b83 removing author email tag and lining up terms
related #48
2013-05-15 10:16:38 -04:00
Tom McFarlin 5cf899c20b updating references in comments and in code to the plugin class files and plugin files
related #48
2013-05-15 10:02:10 -04:00
Tom McFarlin cf9fdceac3 changing what happens when the plugin is accessed directly
related #48
2013-05-15 10:00:38 -04:00
Tom McFarlin 39abb6e2dc renaming files to be more consistent with the example name of the plugin
related #48
2013-05-15 09:47:33 -04:00
Renamed from plugin-name/plugin-boilerplate.php (Browse further)