haystack / tipsy

A new project to encourage pay-what-you-want support for any web site.
http://tipsy.csail.mit.edu/
MIT License
31 stars 9 forks source link

WordPress plugin fixes #103

Open da2x opened 7 years ago

da2x commented 7 years ago

WordPress Plugin Directory requires all functions and options to use a unique prefix to avoid collision with core or other plugins. No upgrade code, so notify users in update message.

Removed generic 'Tipsy' string in favor of the blog's own name. Could use author name, but would require more logic for pages without a given author or multi-author pages.

Use esc_html to escape user input.

tbranyen commented 7 years ago

Looks good to me!