1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 09:23:15 +03:00

Updating a comment

This commit is contained in:
Tom McFarlin 2014-08-16 16:30:16 -04:00
parent bcc1d91782
commit 6782bb5ec3

View file

@ -6,7 +6,7 @@
* When populating this file, consider the following flow
* of control:
*
* - Here, onActivateNewSite() should break. I forgot that the method must be static... facepalm.
* - Here, onActivateNewSite() should break. This method should be static.
* - Check if the $_REQUEST content actually is the plugin name.
* - Check if it goes through the authentication (admin referrer checks).
* - Check the output of $_GET and if it makes sense.