Title: A &#8220;/&#8221; Problem!
Last modified: August 18, 2016

---

# A “/” Problem!

 *  [scooter](https://wordpress.org/support/users/scooter/)
 * (@scooter)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/a-problem/)
 * Hey everyone. I remember there being a way to fix that error that WordPress had
   a few months back where it added a bunch of “/”s wherever a quotation or something
   was. Is there a plugin, or an easy fix in wp-hacks.php to be able to fix this
   issue?
    Thanks so much.

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

 *  [chuyskywalker](https://wordpress.org/support/users/chuyskywalker/)
 * (@chuyskywalker)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/a-problem/#post-93234)
 * Got a page where that’s happening? I haven’t had that come up…
 *  Thread Starter [scooter](https://wordpress.org/support/users/scooter/)
 * (@scooter)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/a-problem/#post-93391)
 * here is one of 100 posts that have that issue.
    [http://www.jezzjournal.com/archives/2003/06/30/drink-up/#comments](http://www.jezzjournal.com/archives/2003/06/30/drink-up/#comments)
   There was a fix, I can remember that. I just don’t remember the fix, and my searches
   have been futile.
 *  [charle97](https://wordpress.org/support/users/charle97/)
 * (@charle97)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/a-problem/#post-93392)
 * try the stripslashes function
 *  [chuyskywalker](https://wordpress.org/support/users/chuyskywalker/)
 * (@chuyskywalker)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/a-problem/#post-93475)
 * Yeah, charle is right, just wrap the comments in a `stripslashes()` function 
   and it should solve that.
 *  Thread Starter [scooter](https://wordpress.org/support/users/scooter/)
 * (@scooter)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/a-problem/#post-93705)
 * How do you do that? I need to know how to do it, I’m not that great with PHP.
   =/
 *  [chuyskywalker](https://wordpress.org/support/users/chuyskywalker/)
 * (@chuyskywalker)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/a-problem/#post-93750)
 * K, this is really hacky and probably not the best way of doing it, but it should
   work…
    Open up `wp-includes/template-functions-comment.php` and goto line 176`
   echo apply_filters('comment_text', $comment_text);` and change it to: `echo stripslashes(
   apply_filters('comment_text', $comment_text));` That ought to do the trick.

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

The topic ‘A “/” Problem!’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [chuyskywalker](https://wordpress.org/support/users/chuyskywalker/)
 * Last activity: [21 years, 8 months ago](https://wordpress.org/support/topic/a-problem/#post-93750)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
