[CORE] Plugin API now extends a new Module API
This commit is contained in:
@@ -57,7 +57,7 @@ class TagCloudPlugin extends Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
public function onPluginVersion(array &$versions)
|
||||
public function onPluginVersion(array &$versions): bool
|
||||
{
|
||||
$versions[] = array('name' => 'TagCloud',
|
||||
'version' => self::PLUGIN_VERSION,
|
||||
|
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-14 14:44+0100\n"
|
||||
"POT-Creation-Date: 2019-08-14 14:50+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,6 +17,17 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. TRANS: Menu item in search group navigation panel.
|
||||
#: TagCloudPlugin.php:29
|
||||
msgctxt "MENU"
|
||||
msgid "Recent tags"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Plugin description.
|
||||
#: TagCloudPlugin.php:68
|
||||
msgid "Adds tag clouds to stream pages"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for personal tag cloud section.
|
||||
#: lib/personaltagcloudsection.php:54
|
||||
msgctxt "TITLE"
|
||||
@@ -34,14 +45,3 @@ msgstr ""
|
||||
msgctxt "TITLE"
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Menu item in search group navigation panel.
|
||||
#: TagCloudPlugin.php:29
|
||||
msgctxt "MENU"
|
||||
msgid "Recent tags"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Plugin description.
|
||||
#: TagCloudPlugin.php:68
|
||||
msgid "Adds tag clouds to stream pages"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user