- Timestamp:
- Sep 7, 2010, 1:21:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/comments.php
r629 r651 88 88 <?php endif; ?> 89 89 <?php else : ?> 90 <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req ) echo "aria-required='true'"; ?> />90 <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req && 0) echo "aria-required='true'"; ?> /> 91 91 <label for="author"><small><?php _e('Name', 'xpress'); ?> <?php if ($req) _e("(required)", "xpress"); ?></small></label></p> 92 92 93 <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req ) echo "aria-required='true'"; ?> />93 <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req && 0) echo "aria-required='true'"; ?> /> 94 94 <label for="email"><small><?php _e('Mail (will not be published)', 'xpress'); ?> <?php if ($req) _e("(required)", "xpress"); ?></small></label></p> 95 95
Note: See TracChangeset
for help on using the changeset viewer.