Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / bootstrap.theme
index f89d6d8cc26ed230c3c6ce8ca7225699ab754645..b6ca21cd288d8ff89a687ebc772240b7a986fa65 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * @file
  * The primary PHP file for the Drupal Bootstrap base theme.
@@ -15,7 +16,7 @@
  * the `./templates` directory. This is a highly automated and complex system
  * designed to only load the necessary files when a given theme hook is invoked.
  *
- * Visit this project's official documentation site, http://drupal-bootstrap.org
+ * Visit this project's official documentation site https://drupal-bootstrap.org
  * or the markdown files inside the `./docs` directory.
  *
  * @see bootstrap_theme()
@@ -32,7 +33,7 @@ Bootstrap::initialize();
 /**
  * {@inheritdoc}
  *
- * @see hook_bootstrap_colorize_text_alter().
+ * @see hook_bootstrap_colorize_text_alter()
  */
 function bootstrap_bootstrap_colorize_text_alter(&$data, &$context1 = NULL, &$context2 = NULL) {
   Bootstrap::alter(__FUNCTION__, $data, $context1, $context2);
@@ -41,7 +42,7 @@ function bootstrap_bootstrap_colorize_text_alter(&$data, &$context1 = NULL, &$co
 /**
  * {@inheritdoc}
  *
- * @see hook_bootstrap_iconize_text_alter().
+ * @see hook_bootstrap_iconize_text_alter()
  */
 function bootstrap_bootstrap_iconize_text_alter(&$data, &$context1 = NULL, &$context2 = NULL) {
   Bootstrap::alter(__FUNCTION__, $data, $context1, $context2);
@@ -50,7 +51,7 @@ function bootstrap_bootstrap_iconize_text_alter(&$data, &$context1 = NULL, &$con
 /**
  * {@inheritdoc}
  *
- * @see hook_bootstrap_layouts_class_options_alter().
+ * @see hook_bootstrap_layouts_class_options_alter()
  */
 function bootstrap_bootstrap_layouts_class_options_alter(&$data, &$context1 = NULL, &$context2 = NULL) {
   Bootstrap::alter(__FUNCTION__, $data, $context1, $context2);