qTranslate Tag Fix WordPress 2.7
qTranslate Tag Fix WordPress 2.7
qTranslate is a plugin to makes creation of multilingual content as easy as working with a single language.
But … qTranslate 2.0 crash my WordPress :’(
It’s 1:15 A.M. I dont have much time to check now what’s the problem, next days I’m going to Nuevo Leon with my family so i decide to downgrade to qTranslate 1.1.6
Again “str_replace()” fix the tag cloud (wp-includes/category-template.php) WordPress 2.7:
684 685 686 687 688 689 690 691 692 | foreach ( $tags as $key => $tag ) { $count = $counts[ $key ]; $tag_link = '#' != $tag->link ? clean_url( $tag->link ) : '#'; $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key; $tag_name = $tags[ $key ]->name; $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attribute_escape( $topic_count_text_callback( $count ) ) . "'$rel style='font-size: " . str_replace(",",".",( $smallest + ( ( $count - $min_count ) * $font_step ) )) . "$unit;'>$tag_name</a>"; } |


Were you ever able to fix the problem? I am asking you because the developer does not respond.