[wp-hackers] Pesky "Says:"

scribu scribu at gmail.com
Mon Nov 24 08:42:23 GMT 2008


>
> > Would this be ok?
> > http://trac.wordpress.org/changeset/9854
>

Excelent. Thank you. :)

Here's a little hack to replace the text, using only CSS:

.comment-author .says:before {content: "said:"}  /* the new text */
.comment-author .says {display:block; overflow:hidden; width:36px}  /* width
has to match the width of the new text */
.comment-author cite {display:block; float:left; padding-right:4px}  /*
optional */

-- 
http://scribu.net


More information about the wp-hackers mailing list