Title: hran's Replies | WordPress.org

---

# hran

  [  ](https://wordpress.org/support/users/hran/)

 *   [Profile](https://wordpress.org/support/users/hran/)
 *   [Topics Started](https://wordpress.org/support/users/hran/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hran/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hran/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hran/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hran/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hran/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Group Email Subscription] apostrophes show up incorrectly in email subjects](https://wordpress.org/support/topic/apostrophes-show-up-incorrectly-in-email-subjects/)
 *  Thread Starter [hran](https://wordpress.org/support/users/hran/)
 * (@hran)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/apostrophes-show-up-incorrectly-in-email-subjects/#post-2056744)
 * Hey [@dwenaus](https://wordpress.org/support/users/dwenaus/), thanks for fixing
   this in the newest version! Sorry I didn’t get you that diff in time, but it 
   looks like you managed to fix it (I grep’ed the new code).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Author Information Widget] [Plugin: Author Information Widget] Forcing donations to eliminate annoying messages is bad](https://wordpress.org/support/topic/plugin-author-information-widget-forcing-donations-to-eliminate-annoying-messages-is-bad/)
 *  [hran](https://wordpress.org/support/users/hran/)
 * (@hran)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-author-information-widget-forcing-donations-to-eliminate-annoying-messages-is-bad/#post-1565573)
 * I disagree with this. The notice is only on the admin page for the administrator
   who has installed the plugin, not on the public pages. You are not “forced” to
   donate, you can simply ignore his polite request, benefit from the plugin, and
   never give anything in return.
 * It is funny that you think you are entitled to receive something for nothing 
   and never be confronted (even politely) with the fact that it took somebody else’s
   time and effort to create.
 * This is not the only plugin asking for donations, and the lack of donations to
   plugin developers results in fewer options for consumers such as yourself.
 * You should also look up the difference between gratis and libre: [http://en.wikipedia.org/wiki/Gratis_versus_libre](http://en.wikipedia.org/wiki/Gratis_versus_libre)(
   not that it applies here because this plugin is both).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [W3 Total Cache] Upgraded to 0.9.2 – BROKEN in Firefox 4.0.1 and IE 9](https://wordpress.org/support/topic/upgraded-to-092-broken-in-firefox-401-and-ie-9/)
 *  [hran](https://wordpress.org/support/users/hran/)
 * (@hran)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/upgraded-to-092-broken-in-firefox-401-and-ie-9/page/3/#post-2072807)
 * I haven’t read through all of the posts here but I wanted to mention that manual
   mode also doesn’t work for me.
 * Thanks to the W3TC people for all of their hard work — it is truly thankless.
   Remember, this is free software, so bear with them during the bugs. The solution
   for users of free plugins is to have a staging site to catch errors before you
   deploy upgrades to your production blog.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Group Email Subscription] apostrophes show up incorrectly in email subjects](https://wordpress.org/support/topic/apostrophes-show-up-incorrectly-in-email-subjects/)
 *  Thread Starter [hran](https://wordpress.org/support/users/hran/)
 * (@hran)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/apostrophes-show-up-incorrectly-in-email-subjects/#post-2056356)
 * I figured out why. It’s because you’re relying on the default behavior of html_entity_decode(),
   which doesn’t touch single quotes. I’m not sure if there is a reason for that,
   but if not, you can fix this by specifying the mode as ENT_QUOTES.
 * See here: [http://us.php.net/manual/en/function.html-entity-decode.php](http://us.php.net/manual/en/function.html-entity-decode.php)
 * EDIT: And indeed, adding ENT_QUOTES to those functions in the plugin fixed the
   problem for me.

Viewing 4 replies - 1 through 4 (of 4 total)