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.
2 parents 0d487f7 + 940a30f commit 1bdd5ebCopy full SHA for 1bdd5eb
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