cuny-academic-commons / cbox-theme

Default theme for Commons In A Box
GNU General Public License v2.0
20 stars 15 forks source link

Fix display of comments and prevent warning #247

Closed christianwach closed 7 years ago

christianwach commented 7 years ago

I noticed that when there are only trackbacks and/or pingbacks on a post, they were not displaying because the conditionals in 'comments.php' were incorrectly nested.

I've also removed the 'return-by-reference' for $comments_by_type as it is throwing PHP Strict Standards warnings and seems to be unnecessary.

boonebgorges commented 7 years ago

Good catch! Thanks, @christianwach