Change plugin to addon

change the use of plugin to addon where appropriate.
This commit is contained in:
Adam Magness 2018-01-17 14:22:38 -05:00
parent 3bad83f24e
commit b86b04a81a
25 changed files with 164 additions and 164 deletions

View file

@ -390,7 +390,7 @@ class User
$photo = avatar_img($email);
}
// unless there is no avatar-plugin loaded
// unless there is no avatar-addon loaded
if (strlen($photo)) {
$photo_failure = false;