[wp-trac] [WordPress Trac] #11678: wpautop() fails on uppercase closing tags

WordPress Trac wp-trac at lists.automattic.com
Thu Dec 31 21:17:03 UTC 2009


#11678: wpautop() fails on uppercase closing tags
--------------------------+-------------------------------------------------
 Reporter:  joehoyle      |       Owner:                   
     Type:  defect (bug)  |      Status:  new              
 Priority:  normal        |   Milestone:  Unassigned       
Component:  Template      |     Version:  2.9              
 Severity:  minor         |    Keywords:  reporter-feedback
--------------------------+-------------------------------------------------
Changes (by azaozz):

  * keywords:  wpautop => reporter-feedback


Comment:

 Upper case tags haven't been in use for 6-7 years I think. They are also
 invalid with most current doctypes and the visual editor would always
 convert them to lower case.

 In that terms adding support to wpautop() for upper case tags would only
 introduce unneeded overhead. It seems the best solution for this is to
 replace all upper case tags while importing or directly in the database
 after importing. That would make your content futureproof too.

 Did you use one of the build-in importers? If this is a common problem we
 need to fix the importer or perhaps can make a small plugin to do that
 automatically after import.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11678#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list