[Plugin: Rehabtabs] UTF-8 and non-latin characters
-
I would like to inform about a problem with other language characters in the titles (Cyrillic). The problem brakes the initialization of the Rehabtabs.
I have replaced:
$tab_id = sanitize_title( $tab['title'] ) . $key;with:
// No unexpected characters
$tab_id = /*sanitize_title( $tab['title'] )*/ 'rhbt_' . $key;..which enabled proper work of the plugin. With urlencode/decode, the tabs were working, but were not connected to the correspoiding div.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Rehabtabs] UTF-8 and non-latin characters’ is closed to new replies.