Both WPML and WordPress SEO by Yoast are installed on one of our sites but now the title for the english pages displays the wrong title.
<title><?php wp_title('|') ?></title>
Example normale page:
http://www.website.com/page
page | website name
Example english page:
http://www.website.com/en/page
| page | website name
So I think the wp_title('|') is executed twice. It doesn't matter if I use another character. The problem is the same for wp_title(',')