]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Autocomplete/AutocompletePlugin.php
Merge branch '0.9.x' into twitstream
[quix0rs-gnu-social.git] / plugins / Autocomplete / AutocompletePlugin.php
index b2be365dd64547d69a58da0ca25214362f574b2f..620b5e7b06a0e5aeb5ff408ba657f905bf06ddfc 100644 (file)
@@ -80,6 +80,4 @@ class AutocompletePlugin extends Plugin
                             _m('The autocomplete plugin allows users to autocomplete screen names in @ replies. When an "@" is typed into the notice text area, an autocomplete box is displayed populated with the user\'s friend\' screen names.'));
         return true;
     }
-
 }
-?>