Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / vendor / drush / drush / tests / makefiles / patches-local-test-wysiwyg.patch
1 diff --git a/wysiwyg.module b/wysiwyg.module
2 index 771cbd7..647ac31 100644
3 --- a/wysiwyg.module
4 +++ b/wysiwyg.module
5 @@ -112,6 +112,12 @@ function wysiwyg_theme() {
6  }
7  
8  /**
9 + * This patch doesn't really do anything. It just adds a comment to
10 + * wysiwyg.module so that we can test Drush Make's support of applying patches
11 + * that are on the local filesystem.
12 + */
13 +
14 +/**
15   * Implementation of hook_help().
16   */
17  function wysiwyg_help($path, $arg) {