Hello,
When I view a category page the posts display correctly with the exception that this error is displayed before the posts:
Missing argument 1 for __() in D:\wp-includes\l10n.php on line 96
Line 96 contains: function __( $text, $domain = 'default' ) {
return translate( $text, $domain );
}
which relates to translation. I have no translation plugins installed and the problem persists with all current plugins disabled. Any idea on how to get rid of this message? I am using Wordpress 3.0.1 and thematic with a child theme. I get the error when I load the child theme and when I load thematic directly. It doesn't appear when I use a default theme.
Your help is much appreciated.