Hi,
Thanks for a cool plugin. It works as advertised, but when I activate it, I’m left with a period after the post date. I tried following your instructions, but can’t seem to work it out. Here is, I think, the relevant code:
——————————
<div class=”entry-meta”>
<?php echo retina_post_date() . retina_post_comments() . retina_post_author() . retina_post_sticky() . retina_post_edit_link(); ?>
</div><!– .entry-meta –>
——————————
What should I place in the parent class and regex fields of your plugin to get rid of the period?
Thanks a lot.