Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3669

Reply To: Add ‘code’ button to teeny_mce visual editor

$
0
0

hmmm, can you try

function fx_tinymce_paste_plain_text( $plugins = array() ) {
    array_push($plugins,"paste","code");
    print_r($plugins);
    return $plugins;
}

Pascal.


Viewing all articles
Browse latest Browse all 3669

Trending Articles