COMMENT_ORDER_NEWEST_FIRST
Definition
Description
Constants to define the viewing orders for comment listings
Code
<?php
define('COMMENT_ORDER_NEWEST_FIRST', 1);
?> Constants to define the viewing orders for comment listings
<?php
define('COMMENT_ORDER_NEWEST_FIRST', 1);
?>