X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fsystem_module_test%2Fsystem_module_test.module;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fsystem_module_test%2Fsystem_module_test.module;h=69c92949f1f95fa9852c39f137e6aade34cdf569;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/system_module_test/system_module_test.module b/web/core/modules/system/tests/modules/system_module_test/system_module_test.module new file mode 100644 index 000000000..69c92949f --- /dev/null +++ b/web/core/modules/system/tests/modules/system_module_test/system_module_test.module @@ -0,0 +1,20 @@ + $parts) { + if (in_array($parts[1], $meta_tags_to_remove)) { + unset($page['#attached']['html_head'][$index]); + } + } + +}