I'm sure it's right under my nose, but I'm trying to figure out where the default "just another X weblog" subtitle for new blogs is set? I'd like to be able to change this to something more appropriate to my site.
Thanks!
I'm sure it's right under my nose, but I'm trying to figure out where the default "just another X weblog" subtitle for new blogs is set? I'd like to be able to change this to something more appropriate to my site.
Thanks!
/wp-includes/wpmu-functions.php
I believe you're looking for the "blogdescription" option in wp-admin/upgrade-schema.php...it's around line 244.
This puts the default tagline of "just another (your site name) weblog" in newly created blogs.
Steve
It's wp-admin/includes/schema.php now.
Line 231 of the 1.3 version.
Oh yeah, a whole bunch of stuff got moved around...
It might be better not to change the core files but use the wpmu_new_blog action in a plugin.