nodesman / wp-autoresponder

Email marketing and newsletter plugin for WordPress
40 stars 22 forks source link

Email confirm messages should not be loaded from the wp_options table #179

Open nodesman opened 11 years ago

nodesman commented 11 years ago

Currently the confirm subject, confirm body, confirmed subject and the confirmed body are all loaded from the wp_options table as a option. This should instead be fetched from files that can be translated

chrisblech commented 11 years ago

hmm - I'm not sure if this would really be an improvement. When someone updates this plugin, these (maybe customized) files will probably be overwritten - while customized entries in wp_options would be kept...

nodesman commented 11 years ago

You're right. This can be resolved by adding a section in the Settings screen to set the default values for these variables.