Advertisement
Guest User

Untitled

a guest
Oct 7th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. change this line:
  2.  
  3. $post_date = human_time_diff(get_the_time('U', $post_id), current_time('timestamp')) . ' ' . __('ago', 'cosmotheme');
  4.  
  5. with this one:
  6.  
  7. $post_date = __('ago', 'cosmotheme') . ' ' . human_time_diff(get_the_time('U', $post_id), current_time('timestamp'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement