@@ -3,7 +3,9 @@ |
||
| 3 | 3 | defined( 'WP_UNINSTALL_PLUGIN' ) || die; |
| 4 | 4 | |
| 5 | 5 | require_once __DIR__.'/site-reviews.php'; |
| 6 | -if( !GL_Plugin_Check_v1::isValid( array( 'wordpress' => '4.7.0' )))return; |
|
| 6 | +if( !GL_Plugin_Check_v1::isValid( array( 'wordpress' => '4.7.0' ))) { |
|
| 7 | + return; |
|
| 8 | +} |
|
| 7 | 9 | |
| 8 | 10 | $majorVersion = explode( '.', glsr()->version ); |
| 9 | 11 | |
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | const EXPIRY_TIME = WEEK_IN_SECONDS; |
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | - * @return array |
|
| 13 | + * @return array |
|
| 14 | 14 | */ |
| 15 | 15 | public function getCloudflareIps() |
| 16 | 16 | { |