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 e415674 commit 940a30fCopy full SHA for 940a30f
administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php
@@ -123,12 +123,6 @@ public function render()
123
// Make text strings available in the JavaScript API
124
Text::script('COM_PATCHTESTER_CONFIRM_RESET');
125
126
- // Set a warning on 4.0 branch
127
- if (version_compare(JVERSION, '4.0', 'ge'))
128
- {
129
- Factory::getApplication()->enqueueMessage(Text::_('COM_PATCHTESTER_40_WARNING'), 'warning');
130
- }
131
-
132
return parent::render();
133
}
134
0 commit comments