From f12d708e615ad4fa46f64ebef79c8faeec6c7cc8 Mon Sep 17 00:00:00 2001 From: cescobedo Date: Wed, 13 Nov 2019 18:36:09 +0100 Subject: [PATCH 1/1] MDL-67248 filter_displayh5p: Add new description on filter --- filter/displayh5p/lang/en/filter_displayh5p.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/filter/displayh5p/lang/en/filter_displayh5p.php b/filter/displayh5p/lang/en/filter_displayh5p.php index 950324dfbd0..dfb1f12c938 100644 --- a/filter/displayh5p/lang/en/filter_displayh5p.php +++ b/filter/displayh5p/lang/en/filter_displayh5p.php @@ -27,8 +27,6 @@ defined('MOODLE_INTERNAL') || die; $string['allowedsourceslist'] = 'Allowed sources'; $string['allowedsourceslistdesc'] = 'A list of URLs from which users can embed H5P content. If none are specified, all URLs will remain as links and not be displayed as embedded H5P content. -\'[id]\' is a placeholder for the H5P content ID in the external source. - -The wildcard character \'*\' may be used to specify subdomains. For example, *.example.com will allow embedded H5P content from any subdomain of example.com, but not from the example.com domain.'; +\'[id]\' is a placeholder for the H5P content ID in the external source.'; $string['filtername'] = 'Display H5P'; $string['privacy:metadata'] = 'The display H5P filter does not store any personal data.'; -- 2.43.0