includes/clientside/tinymce/plugins/example/langs/en.js
author Dan
Sun, 25 Jan 2009 21:20:14 -0500
changeset 826 dcf5381ce8ba
parent 335 67bd3121a12e
permissions -rw-r--r--
Replaced integer checks that used preg_match() to use ctype_digit() instead

tinyMCE.addI18n('en.example',{
	desc : 'This is just a template button'
});