remove extension metadata comments (we have metadata objects now)

This commit is contained in:
Shish
2019-11-02 20:19:09 +00:00
parent 55c6854003
commit b568933f45
100 changed files with 176 additions and 1039 deletions

View File

@@ -1,16 +1,9 @@
<?php
/*
* Name: Resize Image
* Author: jgen <jgen.tech@gmail.com>
* Description: Allows admins to resize images.
* License: GPLv2
* Version: 0.1
* Notice:
* The image resize and resample code is based off of the "smart_resize_image"
* function copyright 2008 Maxim Chernyak, released under a MIT-style license.
* Documentation:
* This extension allows admins to resize images.
*/
class ResizeImageInfo extends ExtensionInfo