I keep forgetting that I haven’t updated my websites theme. I’ll probably get started on that this weekend if I finish these two paintings by then. I’ve also got to get my portfolio site together.
I keep forgetting that I haven’t updated my websites theme. I’ll probably get started on that this weekend if I finish these two paintings by then. I’ve also got to get my portfolio site together.
greetings,
sorry to post here but I couldn’t find your email.
I love your “send from” WordPress plugin. I was looking at my debug log today and I am seeing PHP Notice: Use of undefined constant __FILE – assumed ‘__FILE’ in /send-from/send-from.php on line 38
Should that line be:
load_plugin_textdomain(‘send-from’, false, dirname(plugin_basename(__FILE__)).’/langs’);
instead of :
load_plugin_textdomain(‘send-from’, false, dirname(plugin_basename(__FILE)).’/langs’);
It looks like 2 underscores after the word “file” are missing.
Cheers
Thanks for the heads up. Updating the plugin has been on my to-do list for some time now.
Yes there should be two underscores around FILE. I am also running into some additional issues with the latest WordPress update (3.2.1). The plugin isn’t sending the test emails and appears to fail when updating the settings.
Once my schedule clears up some I will be updating the plugin. I’m crossing my fingers that it’ll be within the next month or two.