From 15153cf22918bdaec11f4440ed1d180384640abf Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Mon, 8 Apr 2013 01:23:58 +0100 Subject: [PATCH] MDL-39010 theme_bootstrap: ADDED $THEME->hidefromselector = true; to theme/bootstrap/config.php. --- theme/bootstrap/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/bootstrap/config.php b/theme/bootstrap/config.php index 31c7d2832dd..a40535e4621 100644 --- a/theme/bootstrap/config.php +++ b/theme/bootstrap/config.php @@ -167,3 +167,4 @@ if (strpos($useragent, 'MSIE 8') || strpos($useragent, 'MSIE 7')) { $THEME->javascripts[] = 'html5shiv'; } +$THEME->hidefromselector = true;