Source code indention [SERIOUS hacking!]
-
I’ve done a few quick passes over the forum to see if anyone else has attempted anything remotely like what I’m trying to do. Alas, no. So here’s the dillio:
I’m really weird about my source code and have been hacking various functions to get their output more to my [albeit particular] liking. However, I’ve run across a couple of instances where I can’t figure out why/how something is happening.
- wpautop() seems to not want to separate the closing tag sequence for p blockquote [which I can’t represent here due to formatting issues]but has no problem breaking up the opening tag sequence [blockquote p]. This looks really odd to me in the source code.
- The order of preg_replace() calls in wpautop() seems to prevent the indention of a line that’s already been broken once. This only shows up at the end of the post/excerpt. I’m no regex expert, so this is probably the hardest problem I’m facing.
Anyone else got a clue? Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Source code indention [SERIOUS hacking!]’ is closed to new replies.