Plugin Directory

Changeset 548659


Ignore:
Timestamp:
05/24/2012 07:05:04 PM (14 years ago)
Author:
bemcapaz
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • facebook-like-a-lot/tags/1.2.1/facebooklike.php

    r548657 r548659  
    100100        }
    101101
    102        /**
    103         *
    104         * This method insert the default config of the plugin and also creates a database
    105         * to control what comments were already added and those that were not
    106         * @return void
    107         */
     102        /**
     103         *
     104         * This method insert the default config of the plugin and also creates a database
     105         * to control what comments were already added and those that were not
     106         * @return void
     107         */
    108108        public function install()
    109109        {
     
    112112
    113113        /**
    114         *
    115         * Method called when the plugin is uninstalled
    116         * @return void
    117         */
     114         *
     115         * Method called when the plugin is uninstalled
     116         * @return void
     117         */
    118118        public function remove(){}
    119119
Note: See TracChangeset for help on using the changeset viewer.