PluginProbe
Faust.js / 1.0.2
Faust.js v1.0.2
1.8.12 1.8.11 1.4.1 1.8.0 1.8.8 1.8.9 trunk 0.7.0 0.7.1 0.7.10 0.7.11 0.7.3 0.7.4 0.7.5 0.7.6 0.7.7 0.7.8 0.7.9 0.8.0 0.8.1 0.8.3 0.8.4 0.8.5 0.8.6 0.8.7 All 40 releases
← All changes | includes/detect-conflicts/functions.php +1 -2 0.7.91.0.2 View file →
@@ -49,9 +49,9 @@
49 49
50 50 /**
51 51 * Determines whether the plugin conflicts warning should be shown.
52 52 *
53 - * The warning is only shown on the plugins page and FaustWP settings page
53 + * The warning is only shown on the plugins page and Faust settings page
54 54 * when the user has the activate_plugins capability and there are active
55 55 * conflicts.
56 56 *
57 57 * @return boolean True if the warning should be shown.
@@ -118,5 +118,4 @@
118 118 }
119 119
120 120 update_user_meta( get_current_user_id(), DISMISSED_CONFLICTS_META_KEY, $dismissed );
121 121 }
122 -