From 421f414a44fc4b33984b00e2b1432232d7c0bffc Mon Sep 17 00:00:00 2001 From: Mark Carver Date: Thu, 12 Nov 2015 12:12:17 -0600 Subject: [PATCH] Issue #2614240: Remove "Bootstrap 3 compatibility" --- path_breadcrumbs.module | 5 ----- 1 file changed, 5 deletions(-) diff --git a/path_breadcrumbs.module b/path_breadcrumbs.module index c48cf30..baa7c71 100644 --- a/path_breadcrumbs.module +++ b/path_breadcrumbs.module @@ -333,11 +333,6 @@ function path_breadcrumbs_breadcrumb($variables) { return FALSE; } - // Bootstrap 3 compatibility. See: https://drupal.org/node/2178565 - if (is_array($breadcrumbs[count($breadcrumbs) - 1])) { - array_pop($breadcrumbs); - } - // Add options for rich snippets. $elem_tag = 'span'; $elem_property = ''; -- 2.4.9 (Apple Git-60)