Request: Add a span.date around the date in all widget displays
-
I’m talking about at around line 392 of inc/rss_multi_importer_widget.php.
If that line could go as follows, it would allow better styling flexibility. (At the moment I can’t style the date.)
echo “<span class=’date’>”.date_i18n($strDate,$items[“mystrdate”]).”</span>”;
That would also make it match the span class on the date in the simple list display version of the widget.
Cheers! ??
- The topic ‘Request: Add a span.date around the date in all widget displays’ is closed to new replies.