Changeset 336:ff20f24c0ab2 for inc/core/class.dc.blog.php
- Timestamp:
- 06/04/11 15:52:34 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r335 r336 858 858 859 859 if($dir > 0) { 860 861 862 863 864 865 866 860 $sign = '>'; 861 $order = 'ASC'; 862 } 863 else { 864 $sign = '<'; 865 $order = 'DESC'; 866 } 867 867 868 868 $params['post_type'] = $post->post_type;
Note: See TracChangeset
for help on using the changeset viewer.