Remove remnants of $c.

git-svn-id: https://develop.svn.wordpress.org/trunk@808 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-01-29 06:49:19 +00:00
parent 3351bbf3dd
commit f94fdae019
5 changed files with 6 additions and 7 deletions

View File

@@ -282,7 +282,7 @@ foreach ($posts as $post) { start_wp();
<?php
// comments
if (($withcomments) or ($c)) {
if (($withcomments) or ($single)) {
$comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date");
if ($comments) {