Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

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

Open
X-O opened this issue Oct 27, 2016 · 1 comment
Open

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

X-O opened this issue Oct 27, 2016 · 1 comment

Comments

@X-O
Copy link

X-O commented Oct 27, 2016

Fixed it by adding __().

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

@LorenzLoesch
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants