-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix formatting topic and release new version, that check is wp instal…
…led.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* Plugin Name: Must-Use Loader | ||
* Plugin URI: https://github.com/bueltge/Must-Use-Loader | ||
* Description: Load Must-Use Plugins inside subdirectories with caching. For delete the cache: if you view the Must Use plugin list in the network administration. | ||
* Version: 1.2.0 | ||
* Version: 1.2.1 | ||
* Author: Frank Bültge | ||
* Author URI: https://bueltge.de | ||
* License: MIT | ||
|
@@ -19,7 +19,7 @@ | |
* @package WordPress | ||
* @author Frank Bültge <[email protected]> | ||
* @license MIT | ||
* @version 2017-04-18 | ||
* @version 2017-07-01 | ||
*/ | ||
|
||
// If this file is called directly, abort. | ||
|
@@ -31,7 +31,7 @@ | |
} | ||
|
||
if ( ! is_blog_installed() ) { | ||
return; | ||
return; | ||
} | ||
|
||
add_action( | ||
|