Hello my fellow WP users!
I have some great news (for some of us)!
I finally found out how to remove the "You may use these tags in your comments" message.
So I was just staring at the screen trying to find the tags in the kses file but when I went back to my page, I noticed a line saying
<p class="<strong>form-allowed-tags</strong>">Blah blah blah about tags</p>
So I went and downloaded ALL of the files not the folders, just the files in the "wp-includes" folder. I used Notepad++ to "Search in files.." for the line "form-allowed-tags" and it turns out that this thing was hidden in a file called "comment-template.php"!!
So heres what you do:
1. (Recommended) Get this software for free =====> Notepad++
2. Go to your directory and download the "comment-template.php" file. <!--- Make sure do back it up into another folder first ---!>
3. Open it with Notepad++ and go to line 1512.
4.Now delete everything between the two >'<s (inverted commas) and replace it with this:
<p><br><br><br></p><p><br><br></p>
I know it looks messy but hey, it works for me. At least it does the job. If you have a better looking line that will "Add spaces" instead of it losing its foot, please post here.
4.Now save it and re-upload! :D
5.Refresh the page and it should be gone...notice the SHOULD.
Note: This may or may not work for you if you have any problems please post it. I can try to figure it out.
Thanks for reading my post! I hope this is of good use.
Arbs.