[wp-hackers] register_activation_hook() problem
Adam Taylor
adamjctaylor at gmail.com
Tue Jul 28 16:01:00 UTC 2009
On Tue, Jul 28, 2009 at 4:54 PM, Chris Jean <gaarai at gaarai.com> wrote:
> Your error is caused by the fact that the thumbs_install function is
> being redeclared, not by your use of the global declaration. You can
> only define a function once, attempting to do so again will result in an
> error.
>
I'm pretty sure I haven't defined the function more than once.. the whole
code is here:
http://pastebin.com/m1feb2d16
If that helps anyone help me..
More information about the wp-hackers
mailing list