I’m going to be doing some major website maintenance today, so things may not work as expected for awhile.
Subscribe To This Site
Recent Comments
-
Random Posts
-
Recent Posts
Most Popular Tags
Sites We Like
-
Send to Kindle
I’m going to be doing some major website maintenance today, so things may not work as expected for awhile.
The upgrade to WordPress 2.1 was easy, as usual with most of WordPress’s upgrades. Minor tweaks to some plug-ins and files, but otherwise, looks good.
Wow Jody! This looks brilliant! Nothing like it looked yesterday.
Then it worked. Man, I’m good!
I just noticed that wordpress is now inserted a paragraph tag at the beginning for DIV tags, causing the font to not be italics for quotations. Great.
I fixed the problem with the quotes not being italized. WordPress was insert a <P> tag within my DIV tag, screwing up the formatting. I had to comment line number 66 in the “wp-includes/formatting.php” file:
// $pee = preg_replace( ‘|<p>(<div[^>]*>\s*)|’, “$1<p>”, $pee );