Tom McFarlin
bfb7e6fb58
Merge pull request #197 from grappler/plugin-header
...
Move text domain lower down
2014-07-30 16:15:43 -04:00
Tom McFarlin
9b5afad159
Merge pull request #198 from grappler/uninstall-header
...
Update uninstall header for consistency
2014-07-30 16:14:59 -04:00
Tom McFarlin
0eb25eefba
Merge pull request #200 from grappler/duplicate-doc
...
Remove duplicate documentation
2014-07-30 16:14:36 -04:00
Ulrich Pogson
3067be69b5
Remove duplicate documentation
2014-07-30 21:59:15 +02:00
Ulrich Pogson
67dc6fb7a2
Update uninstall header for consistency
2014-07-30 21:55:26 +02:00
Ulrich Pogson
836d85d1c8
Move text domain lower down
2014-07-30 21:52:41 +02:00
Tom McFarlin
efa4d08df3
Updating code comments for require and function
...
Fixes #192
2014-07-30 15:23:18 -04:00
Tom McFarlin
57205587af
Making the file headers more conssitent
...
Improving the documentation for each file, as well.
Fix #193
2014-07-30 15:16:32 -04:00
Tom McFarlin
43ee54a0ee
Adding documentation to two missing functions
...
Fixes #192
2014-07-30 15:03:33 -04:00
Tom McFarlin
918ee9e5f9
Removing public @access tags
...
Following the guide of the PHPDoc Block Formatting
> @access (for functions: only use if private)
Fix #191
2014-07-30 15:00:57 -04:00
Tom McFarlin
4d9f666e0f
Merge pull request #196 from grappler/remove-spaces
...
Remove spaces before code
2014-07-30 14:57:11 -04:00
Tom McFarlin
8ee0c49bd7
Fixes #195
...
Updating the header so that it conforms to PHP DocBlock standards and WP Plugin Standards
2014-07-30 14:56:37 -04:00
Tom McFarlin
ec29ebc95b
Renaming the plugin slug to the plugin name
...
Also renaming the text domain in the header of the core plugin file to match that of the plugin name
Fixes #194
2014-07-30 13:58:41 -04:00
Ulrich Pogson
48e0a373dd
Remove spaces before code
2014-07-30 16:04:18 +02:00
Tom McFarlin
81b3c8bd6d
Updating the arguments passed to the classes
2014-07-29 17:10:31 -04:00
Tom McFarlin
0f4aaa9693
Updating the docblocks for this function
2014-07-29 17:10:09 -04:00
Tom McFarlin
370c439bb2
Adding the plugin slug to the constructor args
2014-07-29 17:09:55 -04:00
Tom McFarlin
560e5959a5
Documenting classes
...
Documenting classes that are core to each plugin, while also leaving other classes undocumented for an implementation-specific basis.
2014-07-29 16:56:18 -04:00
Tom McFarlin
f09ca373d8
Removing the trailingslash from the URL
2014-07-29 16:55:10 -04:00
Tom McFarlin
b706dc3291
Updating code comments
...
Making sure that the code comments strictly follow that of the WordPress PHP Documentation Standards
2014-07-29 16:03:09 -04:00
Tom McFarlin
2af01cf653
Updating the code comments
...
Making sure that the code comments strictly follow that of the WordPress PHP Documentation Standards
2014-07-29 15:56:12 -04:00
Tom McFarlin
2a66ff4d50
finalizing docblocks
...
Making sure that the code comments strictly follow the WordPress PHP Documentation Standards
2014-07-29 15:48:33 -04:00
Tom McFarlin
3154e38822
updating the 'last updated' date
2014-07-07 16:59:02 -04:00
Tom McFarlin
3ae56a6460
adding a comma that was preventing a syntax problem
2014-07-07 16:56:54 -04:00
Tom McFarlin
a3cce1d965
updating 'last updated' dates
2014-06-26 16:46:14 -04:00
Tom McFarlin
23235f94d7
completing the initial round of PHP documentation as per the WPCS
...
http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/#1-functions-and-class-methods
2014-06-26 16:19:57 -04:00
Tom McFarlin
9f5ffbf597
adding a priority argument to the loader (defaulting to 10 as per wordpress codex)
2014-06-26 15:43:18 -04:00
Tom McFarlin
547319a8b6
Merge pull request #187 from defries/master
...
Added grunt-wp-i18n solution for i18n-ing the plugin
2014-06-10 10:48:59 -04:00
Remkus de Vries
ddc916762b
Added grunt-wp-i18n solution for i18n-ing the plugin
2014-06-10 14:25:26 +02:00
Tom McFarlin
5efc89dc3b
Merge pull request #186 from grappler/activate-deactivate
...
Move restore_current_blog in the correct position
2014-05-31 22:05:10 -04:00
Ulrich Pogson
e75e6e2c57
Move restore_current_blog in the correct position
2014-06-01 00:06:29 +02:00
Tom McFarlin
7d71114f81
updating the change log to reflect the latest tag
2014-05-09 09:36:06 -04:00
Tom McFarlin
2c29f1ca04
moving $wpdb outside of the conditional so both cases work
...
Fixes #182
2014-05-09 09:35:11 -04:00
Tom McFarlin
b7caa3e958
updating last updated dates
2014-05-08 23:35:44 -04:00
Tom McFarlin
f89752180f
adding TODO docblocks
2014-05-08 23:34:38 -04:00
Tom McFarlin
bb3c56b0c2
adding TODO code docblocks
2014-05-08 23:34:29 -04:00
Tom McFarlin
f332130569
moving all bootstrap code into this file, adding some getters for dependencies
...
setting up this file to fire the plugin so that it's prepared to handle any hooks given to the loader
2014-05-08 23:34:16 -04:00
Tom McFarlin
e29a775e76
completely refactoring the main plugin file
...
* leaving the de/activation code here for now
* moving all bootstrap code into class-plugin-name.php
* setting up this file to fire the plugin so that it's prepared to handle any hooks given to the loader
2014-05-08 23:33:47 -04:00
Tom McFarlin
9a23715ba7
de-subclassing this class and defining a domain attribute provided by setter injection
2014-05-08 18:10:22 -04:00
Tom McFarlin
0d63ec21e5
adding getters for the protected properties
2014-05-08 18:10:04 -04:00
Tom McFarlin
0fdaeaa67c
fixing a small type, documentation the imports, changing the way in which the plugin is instantiated
2014-05-08 18:09:50 -04:00
Tom McFarlin
cc6df31722
de-subclassing the file, adding a version attribute, setting it in the constructor
2014-05-08 18:09:10 -04:00
Tom McFarlin
00c5f7d733
adding a public getter for the plugin slug so that external classes can reference it
...
ht @garyjoes b5549d5f9c (commitcomment-6236733)
2014-05-08 16:50:23 -04:00
Tom McFarlin
71f40d5e7a
updating the calls to the plugin loader so that they appropriately call add_action and add_filter
2014-05-06 09:54:13 -04:00
Tom McFarlin
d5bb1de8fb
adding a collection for hooks and filters to distinguish between the hooks being added
2014-05-06 09:53:16 -04:00
Tom McFarlin
7e64091fd4
updating the foreach loop from a previous version of the loop
2014-05-05 00:28:02 -04:00
Tom McFarlin
5265d1f0ae
introducing the single, shared loader class
2014-05-05 00:18:13 -04:00
Tom McFarlin
b5549d5f9c
defining a base class from which all other components can inherit
...
also getting rid of the version constant in place of a properly, defining a single entry point with the run function, and defining the plugin slug as a property
2014-05-05 00:18:04 -04:00
Tom McFarlin
d29ebf7dc8
extending the new plugin name base class and implementing localization
2014-05-05 00:17:23 -04:00
Tom McFarlin
f6a587372a
extending the new plugin name base class
2014-05-05 00:17:13 -04:00