XPressME Integration Kit

Trac

Changeset 651


Ignore:
Timestamp:
Sep 7, 2010, 1:21:57 PM (14 years ago)
Author:
toemon
Message:

aria-requiredがW3C Validation でエラーとなるバグ修正 Fixes#369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/comments.php

    r629 r651  
    8888                                                <?php endif; ?> 
    8989                                        <?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'"; ?> /> 
    9191                                                <label for="author"><small><?php _e('Name', 'xpress'); ?> <?php if ($req) _e("(required)", "xpress"); ?></small></label></p> 
    9292 
    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'"; ?> /> 
    9494                                                <label for="email"><small><?php _e('Mail (will not be published)', 'xpress'); ?> <?php if ($req) _e("(required)", "xpress"); ?></small></label></p> 
    9595 
Note: See TracChangeset for help on using the changeset viewer.