Homepage different from the directory
I don't like all of the WordPress files cluttering up the root directory. WordPress allows you (
http://codex.wordpress.org/Giving_WordP ... _Directory" onclick="window.open(this.href);return false
to install the WordPress files to a subdirectory, but have your blog exist in the site root - however this breaks a number of things, it would be better to use 'siteurl' rather than 'home' in some places for full compatibility for the various installation options without detriment to anyone who has the files in their root directory...
\includes\theme-emails.php - Line 27 for the admin link to edit
\includes\theme-enqueue.php - Line 28 and 29 to load the tinymce editor
\includes\theme-functions.php - Line 67 so that register and login links work
\classipress\sidebar-user.php - Line 17 for WordPress Admin link
\classipress\tpl-profile.php - Line 64 for password strength meter
I also notice that get_settings has been used in a couple of places in \includes\theme-stats.php (Line 240 and 241), this function is depreciated and should probably be get_option.
Hope this helps, I think 3.0 is great and I am enjoying trying to work out how to redo the customisations I have previously made. Keep up the good work.
Christopher