Index: wysiwyg_filter.admin.inc =================================================================== --- wysiwyg_filter.admin.inc (revision 1801) +++ wysiwyg_filter.admin.inc (working copy) @@ -53,7 +53,7 @@
  • JavaScript event attributes such as onclick, onmouseover, etc. are always ignored. Should you need them, please consider using the "Full HTML" input format instead.
  • If you allow usage of the attributes "id", "class" and/or "style", then you should also select which style properties are allowed and/or specify explicit matching rules for them using the "Advanced rules" section below.
  • ', array( - '@valid-elements' => 'http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements', + '@valid-elements' => 'http://tinymce.moxiecode.com/wiki.php/Configuration:valid_elements', '%elements-blacklist' => implode(' ', $elements_blacklist), )), ); Index: wysiwyg_filter.inc =================================================================== --- wysiwyg_filter.inc (revision 1801) +++ wysiwyg_filter.inc (working copy) @@ -126,7 +126,7 @@ /** * Parse valid_elements string in TinyMCE format. * - * @link http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements + * @link http://tinymce.moxiecode.com/wiki.php/Configuration:valid_elements * * @param string $valid_elements *