How to prepare SimplePie_Item's get_date() for l10n?
I'm trying to improve the localization of the Bones theme. On the admin side it provides an RSS widget which uses the following code:
?php
echo $item-get_date('j F Y @ g:i a');
?
This uses SimplePie, here's the doc for the method. Which would be the best way to make this translatable?
Topic l10n localization simplepie Wordpress
Category Web