Revision history of "TinyMCE"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:23, 27 January 2009Rjhodson talk contribs 447 bytes +447 New page: ==TinyMCE Fix to disable RTE on PHP Code Input Mode== <pre>function _tinymce_page_match($edit) { $page_match = FALSE; // Kill TinyMCE if we're editing a textarea with PHP in it! // ...