thegoose
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different Tagline QuestionFor anyone that is interested, here’s my hack to fix this:
function bloginfo($show='') {
$info = get_bloginfo($show);
if ($show != 'description') :
$info = apply_filters('bloginfo', $info, $show);
endif;
echo convert_chars($info);
}
in wp-includes/template-functions-general.phpForum: Fixing WordPress
In reply to: Different Tagline QuestionI used to have a word italicized in my “tagline”, and with 1.5 it’s now showing the raw html (“
<em>“)!!! Is this the same problem/solution?Forum: Everything else WordPress
In reply to: wordpress.org passwordI’m talking about the password for this forum (my WordPress powered site is fine). Here’s the email I received when I signed up:
——————————————————
From: m@wordpress.org <m@wordpress.org>
Date: Wed, 9 Feb 2005 04:10:14 +0000 (GMT)
Subject: WordPress Support: Password
To: xxxxxx@xxxxxx.comYour password is: YYYYYY
You can now login: http://wordpress.org/support/Enjoy!
——————————————
YYYYYY is some random password, which clearly I would like to change.Forum: Everything else WordPress
In reply to: wordpress.org passwordYou mean that I have to remember this auto-generated password?!?!?!