29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-12 15:03:39 +00:00

[4.0] behavior.hastooltip (#25501)

This PR removes the remaining instances of `HTMLHelper::_('behavior.tooltip');`

It doesn't do anything at all as can be seen
42067d5656/libraries/cms/html/behavior.php (L112)

It is just a copy/paste error
This commit is contained in:
Brian Teeman 2019-07-11 20:55:24 +01:00 committed by George Wilson
parent d01355cbff
commit 163ab40b07
3 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@ use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Session\Session;
HTMLHelper::_('behavior.tooltip');
HTMLHelper::_('behavior.multiselect');
$user = Factory::getUser();

View File

@ -19,7 +19,6 @@ use Joomla\CMS\Router\Route;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Workflow\Workflow;
HTMLHelper::_('behavior.tooltip');
HTMLHelper::_('behavior.multiselect');
$user = Factory::getUser();

View File

@ -18,7 +18,6 @@ use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Session\Session;
HTMLHelper::_('behavior.tooltip');
HTMLHelper::_('behavior.multiselect');
$listOrder = $this->escape($this->state->get('list.ordering'));