Comments number bug.

git-svn-id: https://develop.svn.wordpress.org/trunk@707 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-01-03 20:35:02 +00:00
parent dfdf60424d
commit a62c5e20c6
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -80,7 +80,6 @@ if (!strstr($HTTP_SERVER_VARS['REQUEST_URI'], 'install.php')) {
$use_trackback = get_settings('use_trackback');
$use_pingback = get_settings('use_pingback');
$require_name_email = get_settings('require_name_email');
$comment_allowed_tags = get_settings('comment_allowed_tags');
$comments_notify = get_settings('comments_notify');
$use_smilies = get_settings('use_smilies');
$smilies_directory = get_settings('smilies_directory');