richardshepherd / TwentyTenFive

Updates the WordPress TwentyTen theme to HTML5
http://twentytenfive.com
GNU General Public License v2.0
90 stars 15 forks source link

twentytenfive_comments(): aria-required true failed #10

Open sprungmarker opened 13 years ago

sprungmarker commented 13 years ago

twentytenfive_comments()

$aria_req for email and author is not filled even when it is required

$aria_req = ( $req ? " aria-required='true'" : '' ); is working

Thanks ...