Super!

Thank you. I almost got it, but I called $initArray, and got an error. Now it's working. :)

Karl


31 maj 2008 kl. 19.28 skrev Andrew Ozz:

That would be:
function my_tinymce_mod($init) {

 $init['theme_advanced_blockformats'] = 'p,dt,dd,code,...';
 return $init;
}
add_filter('tiny_mce_before_init', 'my_tinymce_mod');

More info:
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_blockformats

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers


----------------------------------
          Wångstedt nova

Karl Wångstedt       0278-61 12 33
Stenhuggarvägen 3g   070-578 13 04
821 41  BOLLNÄS
----------------------------------
Det här brevet skickades med en Macintosh från Apple.
Garanterat virusfri med Mac OS X.
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to