Hey!
As soon as I activate this plugin, the word that references the time like: minutes, hours, days…. gets spaced out from the word “ago”.
For example:
Plugin deactivated:
https://i.imgur.com/6OFr4Ma.png
Plugin activated:
https://i.imgur.com/GOPfBM8.png
$human_time = sprintf( __( '%s atrás', 'binarymoon'), human_time_diff( $post_time, current_time( 'timestamp' ) ) );
If I remove the space in “%s atrás” it displays correctly in the browser, but if the user try to copy the time, the words gets together, like:
3 minutesago
Can you fix it?
Thanks! ??
BTW: No cache plugin is installed, so this is not a cache issue.
]]>