zedzedzed / table-of-contents-plus

https://wordpress.org/plugins/table-of-contents-plus/
GNU General Public License v2.0
53 stars 26 forks source link

[qtranslate-x][+fix] Widget lists all languages #123

Open X-O opened 8 years ago

X-O commented 8 years ago

Fixed it by adding __().

1612: $items = $tic->extract_headings( $find, $replace, wptexturize(__($post->post_content)) );

LorenzLoesch commented 7 years ago

wanted to post a similar issue. I fixed it by adding $content = __($content); in line 1321 - also solved the issue.