Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
Remove about() function since that's deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyondecay committed May 9, 2012
1 parent 76bb9d8 commit 9dd4b30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions README.markdown
Expand Up @@ -14,11 +14,6 @@ With Tag Manager, you can:
- Test, test, test
- Figure out the best way of exposing the extension to the backend (i.e., in the navigation or on the section's publish page)

- Version: 0.1
- Author: Ben Babcock <ben@tachyondecay.net>
- Updated: May 9, 2012
- GitHub Repository: https://github.com/tachyondecay/tag_manager

## Installation & Use

You can always install the latest version through git: `git clone git://github.com/tachyondecay/tag_manager.git`
Expand Down
14 changes: 0 additions & 14 deletions extension.driver.php
Expand Up @@ -2,20 +2,6 @@

Class Extension_Tag_Manager extends Extension {

public function about() {
return array(
'name' => 'Tag Manager',
'version' => '0.1',
'release-date' => '',
'author' => array(
'name' => 'Ben Babcock',
'website' => 'http://tachyondecay.net/',
'email' => 'ben@tachyondecay.net',
),
'description' => 'Manage the tags associated with a section.'
);
}

public function getSubscribedDelegates() {
return array(
array(
Expand Down

0 comments on commit 9dd4b30

Please sign in to comment.