diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-01-21 22:40:38 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-01-21 22:40:38 +0400 |
| commit | 6368785ef43717b7693239ac7823bff4b85edc62 (patch) | |
| tree | 32a2a02fd2be555fbcac46078583d80d89c0b152 /plugins | |
| parent | a90952ec00185fa102eed70296d896dc6d3f6432 (diff) | |
af_unburn: update description
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/af_unburn/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/af_unburn/init.php b/plugins/af_unburn/init.php index e57389872..e503851d9 100644 --- a/plugins/af_unburn/init.php +++ b/plugins/af_unburn/init.php @@ -6,7 +6,7 @@ class Af_Unburn extends Plugin { function about() { return array(1.0, - "Resolve feedburner URLs (requires CURL)", + "Resolves feedburner and similar feed redirector URLs (requires CURL)", "fox"); } |