mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-20 07:11:30 +01:00
1 line
322 B
JavaScript
1 line
322 B
JavaScript
|
tinymce.PluginManager.add("hr",function(e){e.addCommand("InsertHorizontalRule",function(){e.execCommand("mceInsertContent",!1,"<hr />")}),e.addButton("hr",{icon:"hr",tooltip:"Horizontal line",cmd:"InsertHorizontalRule"}),e.addMenuItem("hr",{icon:"hr",text:"Horizontal line",cmd:"InsertHorizontalRule",context:"insert"})});
|