1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-29 09:53:16 +03:00
Commit graph

32 commits

Author SHA1 Message Date
Tom McFarlin db289e2284 Merge pull request #176 from emeraldjava/master
Issue#175 Add WordPress-Plugin-Boilerplate version
2014-03-26 12:04:17 -04:00
emeraldjava 96edc6e0b1 Issue#175 Add WordPress-Plugin-Boilerplate version 2014-03-26 15:47:51 +00:00
Thane 97163ca358 Replaced 'plugin' w/ 'plugin-name'
Replacement `class-plugin-name-admin.php` for `class-plugin-admin.php` was made in `plugin-name.php` on line 72.  The change better allows find-replace functionality.
2014-01-15 09:03:33 -06:00
Chad Warren 026ef8fcf9 Update @copyright date to reflect new year 2014-01-02 16:43:07 -05:00
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 46c78c9dc5 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:35:07 -06:00
Tom McFarlin 5396453073 Revert "Updated plugin-name.php to get all name replacement changes at one place"
This reverts commit a80b2ca7a4.
2013-11-08 16:54:33 -05:00
Tom McFarlin c3a94e9fd7 Revert "Replaced deleted comment block"
This reverts commit 630408340f.
2013-11-08 16:54:29 -05:00
Tom McFarlin b45971682f Revert "merge conflict resolution"
This reverts commit f293c94419.
2013-11-08 16:54:18 -05:00
Tom McFarlin 09e87acdcc Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate 2013-11-08 16:53:30 -05:00
Tom McFarlin f293c94419 merge conflict resolution 2013-11-08 16:53:27 -05:00
akshayraje 630408340f Replaced deleted comment block 2013-11-08 14:01:01 +05:30
akshayraje a80b2ca7a4 Updated plugin-name.php to get all name replacement changes at one place 2013-11-08 13:51:30 +05:30
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)