Update info comments in all plugins

This commit is contained in:
Fabio Comuni 2011-06-14 15:08:03 +02:00
commit b7dc9f8867
19 changed files with 151 additions and 30 deletions

View file

@ -1,5 +1,10 @@
<?php
/**
* Name: Converter App
* Description: Unit converter application
* Version: 1.0
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
*/
function convert_install() {
register_hook('app_menu', 'addon/convert/convert.php', 'convert_app_menu');