Hi all, my name is Dino and I really like Wordpress. I'd like to ask a small hack for Wordpress 2.1. I currently did it on my own installation: for accessibility reasons, it would be nice to customize the "read more" link text shown when I use the <!--more--> separator. In post-template.php you have at row 98:

$output .= '<a id="more-'.$id.'"></a>'.$content[1];

Could you please replace this with

$output .= '<span id="more-'.$id.'">&nbsp;</span>'.$content[1];

Because an "empty link" is a bad practice and raises an error when validating the page against W3C automatic validators.

Thank you very much.
dino.

--
due chiacchiere <http://feeds.feedburner.com/duechiacchiere>
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to