The Easiest Way to Save and Share Code Snippets on the web

Opción PHP

php

posted: Jan, 22nd 2010 | jump to bottom

function my_default_editor() {
	$r = 'tinymce'; // html or tinymce
	return $r;
}
add_filter( 'wp_default_editor', 'my_default_editor' );
22 views