Skip to content

Instantly share code, notes, and snippets.

@rendfall
Last active August 29, 2015 14:16
Show Gist options
  • Save rendfall/5a5d67227b47ec8ef599 to your computer and use it in GitHub Desktop.
Save rendfall/5a5d67227b47ec8ef599 to your computer and use it in GitHub Desktop.
WP 4.0 qTranslate FIX
// WP 4.0 qTranslate FIX
add_action( 'admin_init', 'custom_deregister_editor_expand' );
function custom_deregister_editor_expand() {
wp_deregister_script('editor-expand');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment