Skip to content

Commit c73128d

Browse files
author
Luke Woodward
committed
Small tweaks to readme
1 parent 3f4d4a9 commit c73128d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#WP Must-Use Plugin Loader
1+
# WP Must-Use Plugin Loader
22

33
[![Build Status](https://travis-ci.org/lkwdwrd/wp-muplugin-loader.svg?branch=master)](https://travis-ci.org/lkwdwrd/wp-muplugin-loader)
44

5-
Managing plugins using the [Composer Installers](https://github.com/composer/installers) library works remarkably well. However, it's handling of MU plugins leaves something to be desired.
5+
Managing plugins using the [Composer Installers](https://github.com/composer/installers) library works remarkably well. However, its handling of MU plugins leaves something to be desired.
66

77
WordPress MU (must use) Plugins are files that are placed in the `wp-content/mu-plugins/` folder. These files are loaded automatically. The problem is when a plugin is actually inside a folder. WordPress will only load .php files and doesn't drop into any directories. When the Composer Installers plugin runs, it always puts the repo into a nice contained folder. This means the Composer Installers MU plugins never actually run!
88

0 commit comments

Comments
 (0)