Hi!
Im localizing a theme and when wrapping text for Poedit ive encountered a problem. Theres styling attached to the text messages. Im fairly new to this so what do i do with them? Heres an example( ive kept the styling where i found it but wrapped the strings:
<div class="comment-bubble"><span><?php comments_popup_link(__('<span class="nocomment">No Comment',edgree),
__(' 1 Comment',edgree),
__( '% Comments',edgree) ); ?></span></div>
Please help!!