Revision: 43935
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 3, 2011 18:01 by alp
Initial Code
# This sets the Visual Editor as default # add_filter( 'wp_default_editor', create_function('', 'return "tinymce";') ); # This sets the HTML Editor as default # add_filter( 'wp_default_editor', create_function('', 'return "html";') );
Initial URL
Initial Description
in functions.php
Initial Title
Set default editor | Wordpress
Initial Tags
wordpress
Initial Language
PHP