Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / composer / installers / src / Composer / Installers / WordPressInstaller.php
index b03219c696b8bcc9fadac373ff7fb5a192f346fb..91c46ad9961b863e8406ebf0e37eee8d0b2a85fb 100644 (file)
@@ -7,5 +7,6 @@ class WordPressInstaller extends BaseInstaller
         'plugin'    => 'wp-content/plugins/{$name}/',
         'theme'     => 'wp-content/themes/{$name}/',
         'muplugin'  => 'wp-content/mu-plugins/{$name}/',
+        'dropin'    => 'wp-content/{$name}/',
     );
 }