Changeset 483948
- Timestamp:
- 01/03/2012 04:33:33 PM (14 years ago)
- Location:
- nokia-mapsplaces/trunk/tinymce
- Files:
-
- 1 deleted
- 1 edited
-
editor_plugin.js (deleted)
-
tinymce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nokia-mapsplaces/trunk/tinymce/tinymce.php
r466515 r483948 30 30 } 31 31 32 /**33 *34 * Load the TinyMCE plugin : editor_plugin.js35 *36 * @return $plugin_array37 */38 function add_tinymce_plugin($plugin_array) {39 40 $plugin_array[$this->pluginname] = $this->path . 'editor_plugin.js';41 42 return $plugin_array;43 }44 45 32 function add_nokiaplaces_core() { 46 33
Note: See TracChangeset
for help on using the changeset viewer.