[wpmu-trac] Re: [WordPress MU Trac] #417: title spam
WordPress MU Trac
wpmu-trac at lists.automattic.com
Sun Sep 9 22:41:50 GMT 2007
#417: title spam
--------------------------------------+-------------------------------------
Reporter: redbox | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: component1 | Version:
Severity: normal | Resolution:
Keywords: has-patch, needs-testing |
--------------------------------------+-------------------------------------
Changes (by drmiketemp):
* keywords: => has-patch, needs-testing
Comment:
It looks like we need to add in the following to the wp-includes/default-
filters.php file to remove the html code:
add_filters('signup_another_blog_init', 'strip_tags');
add_filters('signup_blog_init', 'strip_tags');
I haven't tested this and am adding in a needs-testing request to this
ticket.
This will not report any sort of error. I believe it will just remove the
html tags.
May need these filters also where the enduser changes the title of their
blog as well.
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/417#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list