| @@ -232,9 +232,9 @@ | ||
| 232 | 232 | |
| 233 | 233 | /** |
| 234 | 234 | * Determine the current state of a plugin. |
| 235 | 235 | * |
| 236 | - * @param string $plugin_name The plugin basename (e.g. 'athemes-patcher/athemes-patcher.php'). | |
| 236 | + * @param string $plugin_name The plugin basename (e.g. 'woocommerce/woocommerce.php'). | |
| 237 | 237 | * |
| 238 | 238 | * @return string One of 'active', 'installed', or 'not_installed'. |
| 239 | 239 | */ |
| 240 | 240 | private function get_plugin_state( $plugin_name ) { |
| @@ -369,9 +369,9 @@ | ||
| 369 | 369 | |
| 370 | 370 | /** |
| 371 | 371 | * Activate a plugin. |
| 372 | 372 | * |
| 373 | - * @param string $plugin_name The plugin basename (e.g. 'athemes-patcher/athemes-patcher.php'). | |
| 373 | + * @param string $plugin_name The plugin basename (e.g. 'woocommerce/woocommerce.php'). | |
| 374 | 374 | * |
| 375 | 375 | * @return true|WP_Error True on success, WP_Error on failure. |
| 376 | 376 | */ |
| 377 | 377 | private function activate( $plugin_name ) { |