Title: gilbertz's Replies | WordPress.org

---

# gilbertz

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [“wlwmanifest.xml” what is it???](https://wordpress.org/support/topic/wlwmanifestxml-what-is-it/)
 *  [gilbertz](https://wordpress.org/support/users/gilbertz/)
 * (@gilbertz)
 * [18 years ago](https://wordpress.org/support/topic/wlwmanifestxml-what-is-it/#post-644562)
 * This kind of thing should be configurable instead of adding lines to code by 
   default for software that many people don’t use. Just makes things more confusing.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Importing from Movable Type](https://wordpress.org/support/topic/importing-from-movable-type/)
 *  [gilbertz](https://wordpress.org/support/users/gilbertz/)
 * (@gilbertz)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/importing-from-movable-type/#post-520740)
 * Ditto.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-mail.php seems to be open and not consistent](https://wordpress.org/support/topic/wp-mailphp-seems-to-be-open-and-not-consistent/)
 *  Thread Starter [gilbertz](https://wordpress.org/support/users/gilbertz/)
 * (@gilbertz)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/wp-mailphp-seems-to-be-open-and-not-consistent/#post-261397)
 * Thanks. If you’d like I can submit tickets instead of messages in the support
   forum. Do I need to do anything special to get permission?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-mail.php seems to be open and not consistent](https://wordpress.org/support/topic/wp-mailphp-seems-to-be-open-and-not-consistent/)
 *  Thread Starter [gilbertz](https://wordpress.org/support/users/gilbertz/)
 * (@gilbertz)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/wp-mailphp-seems-to-be-open-and-not-consistent/#post-261360)
 * You aren’t adding slashes to $wp_content. In functions-post.php, go to line 48
   and add:
    $post_content=addslashes($post_content); to fix this problem.
 * This is a security issue in my opinion. It’s bad all around. The wp-mail.php 
   is open to the world and database errors are visible as well. A malicious user
   can not only send bad data to a query, but even view the query before you ever
   do. This needs to be patched.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-mail.php seems to be open and not consistent](https://wordpress.org/support/topic/wp-mailphp-seems-to-be-open-and-not-consistent/)
 *  Thread Starter [gilbertz](https://wordpress.org/support/users/gilbertz/)
 * (@gilbertz)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/wp-mailphp-seems-to-be-open-and-not-consistent/#post-261357)
 * I just tested with wp-mail.php as well and the unescaped apostrophes occur there
   too. Any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-mail.php seems to be open and not consistent](https://wordpress.org/support/topic/wp-mailphp-seems-to-be-open-and-not-consistent/)
 *  Thread Starter [gilbertz](https://wordpress.org/support/users/gilbertz/)
 * (@gilbertz)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/wp-mailphp-seems-to-be-open-and-not-consistent/#post-261351)
 * I added the wpmail addon to wp-cron and that seemed to solve the problem, but
   it turns out they are not escaping apostrophes and I’m getting database errors.
   Not sure if they’re using a wordpress function and the bug is with wordpress 
   or if the bug is with their own function.
 * Anyone else solve this problem?

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