summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/functions.photon.php')
-rw-r--r--plugins/jetpack/functions.photon.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/jetpack/functions.photon.php b/plugins/jetpack/functions.photon.php
index 5cbc2e5b..c7ac839f 100644
--- a/plugins/jetpack/functions.photon.php
+++ b/plugins/jetpack/functions.photon.php
@@ -1,7 +1,4 @@
<?php
-
-use Automattic\Jetpack\Status;
-
/**
* Generic functions using the Photon service.
*
@@ -10,6 +7,8 @@ use Automattic\Jetpack\Status;
* @package automattic/jetpack
*/
+use Automattic\Jetpack\Status;
+
/**
* Generates a Photon URL.
*
@@ -327,7 +326,6 @@ function jetpack_photon_banned_domains( $skip, $image_url ) {
return $skip;
}
-
/**
* Jetpack Photon - Support Text Widgets.
*