From 929a0ddd7344dc784bbc158472c5001e3c69645a Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Mon, 15 Jul 2013 11:49:54 +1000 Subject: [PATCH] MDL-40658 Include tinymce_pdw and tinymce_wrap in the list of standard plugins --- lib/pluginlib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pluginlib.php b/lib/pluginlib.php index 1706683964b..6d0519e784c 100644 --- a/lib/pluginlib.php +++ b/lib/pluginlib.php @@ -823,6 +823,7 @@ class plugin_manager { 'tinymce' => array( 'ctrlhelp', 'dragmath', 'moodleemoticon', 'moodleimage', 'moodlemedia', 'moodlenolink', 'spellchecker', + 'pdw', 'wrap' ), 'theme' => array( -- 2.39.2