have_comments

Definition:
function have_comments() {}

Whether there are comments to loop over.

Source code

	function have_comments() {

		if ( $this->current_comment + 1 < $this->comment_count ) {

			return true;

		} elseif ( $this->current_comment + 1 == $this->comment_count ) {

			$this->rewind_comments();

		}



		return false;

	}

1941

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: