PluginProbe
Patchstack – WordPress & Plugins Security / 2.2.10
Patchstack – WordPress & Plugins Security v2.2.10
2.3.7 trunk 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.18 2.1.19 2.1.2 2.1.20 2.1.21 2.1.22 2.1.23 2.1.24 2.1.25 2.1.3 2.1.4 2.1.5 2.1.6 All 49 releases
← All changes | includes/migrations/v304.php +1 -1 trunk2.2.10 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2
3 3 // Try to create the mu-plugins folder/file.
4 4 // No need to do this if it already exists.
5 -if ( file_exists( WPMU_PLUGIN_DIR . '/_patchstack.php' ) || ( defined( 'PS_DISABLE_MU' ) && PS_DISABLE_MU ) ) {
5 +if ( file_exists( WPMU_PLUGIN_DIR . '/_patchstack.php' )) {
6 6 update_option('patchstack_db_version', '3.0.4');
7 7 return;
8 8 }
9 9