Skip to content

Instantly share code, notes, and snippets.

@normadize
normadize / mqtranslate_wphacks.php
Last active August 29, 2015 14:00
Fixes mqtransalte 2.6.2.1 - comments editor is broken as it tries to alter the rich text editor which doesn't exist.
<?php // encoding: utf-8
/* Copyright 2008 Qian Qin (email : mail@qianqin.de)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@normadize
normadize / qtranslate_hooks.php
Last active August 29, 2015 14:00 — forked from warenhaus/qtranslate_hooks.php
Fixes for qTranslate and WP 3.9, with a further fix for the comments editor (broken as it tries to modify the rich text editor which doesn't exist).
<?php // encoding: utf-8
/*Copyright 2008Qian Qin(email : mail@qianqin.de)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,