Plugin Directory

Changeset 483948


Ignore:
Timestamp:
01/03/2012 04:33:33 PM (14 years ago)
Author:
Skowron
Message:

code clean up

Location:
nokia-mapsplaces/trunk/tinymce
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • nokia-mapsplaces/trunk/tinymce/tinymce.php

    r466515 r483948  
    3030    }
    3131
    32     /**
    33      *
    34      * Load the TinyMCE plugin : editor_plugin.js
    35      *
    36      * @return $plugin_array
    37      */
    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 
    4532    function add_nokiaplaces_core() {
    4633
Note: See TracChangeset for help on using the changeset viewer.