- Timestamp:
- Aug 11, 2009, 4:31:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/comments.php
r253 r360 12 12 13 13 <!-- You can start editing here. --> 14 <?php if ( ! xpress_is_wp20()) : ?>14 <?php if ( xpress_is_wp_version('>=','2.7')) : ?> 15 15 <?php if ( have_comments() ) : ?> 16 16 <?php if ( ! empty($comments_by_type['comment']) ) : ?> … … 34 34 <?php endif; ?> 35 35 <?php endif; ?> 36 <?php else : // is WordPress2.0?>36 <?php else : // is version 2.7 under?> 37 37 <?php if ( $comments ) : ?> 38 38 <h3 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to “%s”', 'xpress'), the_title('', '', false)); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.