wp/wp-includes/js/tinymce/utils/form_utils.js
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
--- a/wp/wp-includes/js/tinymce/utils/form_utils.js	Mon Jun 08 16:11:51 2015 +0000
+++ b/wp/wp-includes/js/tinymce/utils/form_utils.js	Tue Jun 09 03:35:32 2015 +0200
@@ -1,11 +1,11 @@
 /**
  * form_utils.js
  *
- * Copyright 2009, Moxiecode Systems AB
+ * Copyright, Moxiecode Systems AB
  * Released under LGPL License.
  *
- * License: http://tinymce.moxiecode.com/license
- * Contributing: http://tinymce.moxiecode.com/contributing
+ * License: http://www.tinymce.com/license
+ * Contributing: http://www.tinymce.com/contributing
  */
 
 var themeBaseURL = tinyMCEPopup.editor.baseURI.toAbsolute('themes/' + tinyMCEPopup.getParam("theme"));
@@ -132,9 +132,9 @@
 			}
 		}
 	} else {
-		tinymce.each(tinyMCEPopup.editor.dom.getClasses(), function(o) {
+		/*tinymce.each(tinyMCEPopup.editor.dom.getClasses(), function(o) {
 			styleSelectElm.options[styleSelectElm.length] = new Option(o.title || o['class'], o['class']);
-		});
+		});*/
 	}
 }