Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Setting / JavaScript / Tooltips / TooltipEnabled.php
index 04e5711c912e7b0520112da77ff040f9b358fd5c..cfdaac418a53059e30b3d04c4b7507e5803ed4b5 100644 (file)
@@ -1,15 +1,9 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Setting\JavaScript\Tooltips\TooltipEnabled.
- */
 
 namespace Drupal\bootstrap\Plugin\Setting\JavaScript\Tooltips;
 
-use Drupal\bootstrap\Annotation\BootstrapSetting;
 use Drupal\bootstrap\Plugin\Setting\SettingBase;
 use Drupal\bootstrap\Utility\Element;
-use Drupal\Core\Annotation\Translation;
 use Drupal\Core\Form\FormStateInterface;
 
 /**
@@ -40,7 +34,7 @@ class TooltipEnabled extends SettingBase {
 
     $group = $this->getGroupElement($form, $form_state);
     $group->setProperty('description', t('Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don\'t rely on images, use CSS3 for animations, and data-attributes for local title storage. See <a href=":url" target="_blank">Bootstrap tooltips</a> for more documentation.', [
-      ':url' => 'http://getbootstrap.com/javascript/#tooltips',
+      ':url' => 'https://getbootstrap.com/docs/3.3/javascript/#tooltips',
     ]));
   }