We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118c5b3 commit ecafb0cCopy full SHA for ecafb0c
Source/SourceIntegration.php
@@ -3,6 +3,11 @@
3
# Copyright (c) 2012 John Reese
4
# Licensed under the MIT license
5
6
+/**
7
+ * Class SourceIntegrationPlugin
8
+ *
9
+ * Child plugin handling the framework's integration with the MantisBT UI
10
+ */
11
final class SourceIntegrationPlugin extends MantisSourceBase {
12
function register() {
13
$this->name = plugin_lang_get( 'title', 'Source' );
0 commit comments