Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Fixed a couple missing i18N inclusions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Beckett committed Jan 7, 2011
1 parent f6c22ae commit 57a5f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
Plugin::setInfos(array(
'id' => 'tagger',
'title' => 'Tagger',
'description' => 'Add tags to any page and organize your website.',
'description' => __('Add tags to any page and organize your website.'),
'version' => TAGGER_VERSION,
'license' => 'MIT',
'author' => 'Andrew Smith and Tyler Beckett',
'author' => 'Andrew Smith ' . __('and') . ' Tyler Beckett',
'website' => 'http://www.tbeckett.net/articles/plugins/tagger.xhtml',
'update_url' => 'http://www.tbeckett.net/wpv.xhtml',
'require_wolf_version' => '0.7.0')
'require_wolf_version' => '0.7.3')
);

Plugin::addController('tagger', 'Tagger');
Expand Down

0 comments on commit 57a5f8b

Please sign in to comment.