Unverified Commit b935d5bc authored by Tamar Peled's avatar Tamar Peled Committed by Mark Halliwell
Browse files

Issue #3104209 by tamarpe: API documentation of bootstrap_inline_element_types is incorrect

parent 9c84eca9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ function hook_bootstrap_iconize_text_alter(array &$texts) {
 *
 * @see https://www.drupal.org/project/bootstrap/issues/2868538
 */
function hook_bootstrap_inline_element_types(array &$types) {
function hook_bootstrap_inline_element_types_alter(array &$types) {
  // Remove certain types from the list.
  foreach (['number', 'tel'] as $type) {
    $index = array_search($type, $types);