1 Error sidebar.php - line #27 - Simply Responsive Version 1.3
It has an error in the sidebar.php - line #27 file for those who want to translate their theme with the language file classipress.pot. The two files do not match with the same word.
Child-Theme error: sidebar.php - line #27
<?php _e( 'Last logged in at:', APP_TD ); ?>
Change for:
<?php _e( 'You Last logged in at:', APP_TD ); ?>
--------
classipress.pot
#: sidebar.php:27
msgid "You last logged in at:"
msgstr ""