qTranslate issues? Not working with tml_user_links filter
-
I’ve stumbled upon some issues TML is having with qTranslate here on TML’s WP support and I’d like to add that the tml_user_links filter doesn’t seem to be working either:
function tml_user_links_filter( $link ) { return qtrans_convertURL( $link); } add_filter( 'tml_user_links', 'tml_user_links_filter');
This turns all my user links into:
Warning: strpos() expects parameter 1 to be string, array given in C:\xampp\htdocs\testdev\wp-content\plugins\qtranslate\qtranslate_core.php on line 537
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘qTranslate issues? Not working with tml_user_links filter’ is closed to new replies.