Recent Topics

1 Jan 16, 2016 14:35    

In skins_fallback_v6\_item_block.inc.php on line 107

		// We want to display the post time:
		$Item->issue_time( array(
				'before'      => ' '.T_('posted on '),
				'after'       => ' ',
				'time_format' => 'M j, Y',
			) );

The T_('posted on ') has a blank space after 'on'. Just remove it then it's OK!
(Or maybe the line "posted on" in .po file should be added a blank space after the word 'on')


Form is loading...