Changeset 176 for trunk/wp-content/themes/xpress_default/comments.php
- Timestamp:
- Apr 11, 2009, 2:12:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/comments.php
r168 r176 30 30 <?php else : // comments are closed ?> 31 31 <!-- If comments are closed. --> 32 <p class="nocomments"> Comments are closed.</p>32 <p class="nocomments"><?php _e('Comments are closed.' , 'xpress'); ?></p> 33 33 <?php endif; ?> 34 34 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.