[wp-hackers] Tabbed Editor
    Brian Layman 
    Brian at TheCodeCave.com
       
    Fri Sep 22 20:46:24 GMT 2006
    
    
  
Andy Skelton write:
>Look in the database. If you have the unfiltered_html capability, you
>will find exactly what you typed in the editor. The HTML you see on
>the blog is filtered on output, not save. See
>wp-includes/default-filters.php.
Ah, I see that now.  So, the problems I have been facing come into play only
because I am trying to use sections of HTML in Quicktags and because
Quicktags  DOESN'T filter at all and my post are manually doing some stuff
normally done by wpautop, I'm getting the doubling up of line feeds that I
sometimes see.  A quick query shows that I have '<br' in roughly 10% of my
posts.  I'll dig in to wpautop and see if I can identify more specifically
what situations I see failing.  There are probably situations where wpautop
or some related filter are not able to identify that an linefeed does not
need to be added because the html code already provides it.
Thanks for the pointer.
_______________________________________________
Brian Layman
www.TheCodeCave.com
 
    
    
More information about the wp-hackers
mailing list