Use profile->getBestName() instead of more complex i18n unfriendly construction.
Update translator documentation. Number parameters where more than one is used. L10n updates. Update README file to break lines at or just before 80 characters. Remove PHP4-ism "?>" Update indentation. Update whitespace.
This commit is contained in:
@@ -31,7 +31,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Superclass for plugin to output XHTML Mobile Profile
|
||||
*
|
||||
@@ -44,13 +43,8 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||
|
||||
class WAP20Plugin extends Plugin
|
||||
{
|
||||
|
||||
function onStartShowHTML($action)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user