- Timestamp:
- Jun 5, 2009, 5:09:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/single.php
r252 r253 65 65 66 66 <div id ="xpress-comments-block"> 67 <?php comments_template(); ?> 67 <?php 68 if (xpress_is_wp20() ) 69 comments_template(); 70 else 71 comments_template('',true); 72 ?> 68 73 </div> 69 74 </div>
Note: See TracChangeset
for help on using the changeset viewer.