Viewing 1 replies (of 1 total)
  • Thread Starter attilabakos

    (@attilabakos)

    If anyone is interested in the solution:

    Change this code in page-menu-editor.php:
    $menu_label = stripslashes($pgmenueditor[0]['menu_label']);

    To this:
    $menu_label = __(stripslashes($pgmenueditor[0]['menu_label']));

Viewing 1 replies (of 1 total)

The topic ‘qTranslate short codes problem’ is closed to new replies.