Forums
(@incellion)
12 years, 8 months ago
I had the same problem and I’ve figured it out. Add this in functions.php:
function my_last_login( ) { return 'j F Y H:i'; } add_filter('wpll_date_format', 'my_last_login');
Of course any format will do.