Changeset 1338

Show
Ignore:
Timestamp:
06/24/08 17:36:46 (2 months ago)
Author:
donncha
Message:

Update the "home" theme too

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/themes/home/comments.php

    r1238 r1338  
    7979<?php else : ?> 
    8080 
    81 <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" /> 
     81<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> 
    8282<label for="author"><small>Name <?php if ($req) echo "(required)"; ?></small></label></p> 
    8383 
    84 <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" /> 
     84<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'"; ?> /> 
    8585<label for="email"><small>Mail (will not be published) <?php if ($req) echo "(required)"; ?></small></label></p> 
    8686 
  • trunk/wp-content/themes/home/single.php

    r1238 r1338  
    4646                                                        Both comments and pings are currently closed. 
    4747 
    48                                                 <?php } edit_post_link('Edit this entry.','',''); ?> 
     48                                                <?php } edit_post_link('Edit this entry','','.'); ?> 
    4949 
    5050                                        </small> 
  • trunk/wp-content/themes/home/style.css

    r1238 r1338  
    617617        } 
    618618 
     619.hidden { 
     620        display: none; 
     621        } 
     622 
    619623hr { 
    620624        display: none;