Changeset 548659
- Timestamp:
- 05/24/2012 07:05:04 PM (14 years ago)
- File:
-
- 1 edited
-
facebook-like-a-lot/tags/1.2.1/facebooklike.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-like-a-lot/tags/1.2.1/facebooklike.php
r548657 r548659 100 100 } 101 101 102 /**103 *104 * This method insert the default config of the plugin and also creates a database105 * to control what comments were already added and those that were not106 * @return void107 */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 */ 108 108 public function install() 109 109 { … … 112 112 113 113 /** 114 *115 * Method called when the plugin is uninstalled116 * @return void117 */114 * 115 * Method called when the plugin is uninstalled 116 * @return void 117 */ 118 118 public function remove(){} 119 119
Note: See TracChangeset
for help on using the changeset viewer.