| @@ -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 | - | |