| @@ -24,9 +24,8 @@ | ||
| 24 | 24 | * Set Elementor activation hook. |
| 25 | 25 | * |
| 26 | 26 | * Fired by `register_activation_hook` when the plugin is activated. |
| 27 | 27 | * |
| 28 | - * @param bool $network_wide | |
| 29 | 28 | * @since 1.0.0 |
| 30 | 29 | * @access public |
| 31 | 30 | * @static |
| 32 | 31 | */ |
| @@ -120,9 +119,9 @@ | ||
| 120 | 119 | |
| 121 | 120 | Manager::create_default_kit(); |
| 122 | 121 | |
| 123 | 122 | restore_current_blog(); |
| 124 | - } | |
| 123 | + }; | |
| 125 | 124 | |
| 126 | 125 | return; |
| 127 | 126 | } |
| 128 | 127 | |