@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | $response = wp_remote_get( $url ); |
| 66 | 66 | if ( is_array( $response ) && ! is_wp_error( $response ) ) { |
| 67 | - $addons = $response['body']; |
|
| 67 | + $addons = $response['body']; |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | if ( ! empty( $addons ) ) { |