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,17 +1,5 @@
<?php
/*
* Name: Browser Search
* Author: ATravelingGeek <atg@atravelinggeek.com>
* Some code (and lots of help) by Artanis (Erik Youngren <artanis.00@gmail.com>) from the 'tagger' extention - Used with permission
* Link: http://atravelinggeek.com/
* License: GPLv2
* Description: Allows the user to add a browser 'plugin' to search the site with real-time suggestions
* Version: 0.1c, October 26, 2007
* Documentation:
*
*/
class BrowserSearchInfo extends ExtensionInfo
{
public const KEY = "browser_search";