Skip to content

Commit 1eab5e4

Browse files
committed
Whitespace and unused variable removal
1 parent f8bdaba commit 1eab5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

class.jetpack.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ private function Jetpack() {
317317
* available
318318
*/
319319
if( is_multisite() ) {
320-
$jpms = Jetpack_Network::init();
320+
Jetpack_Network::init();
321321

322322
if( is_network_admin() )
323323
return; // End here to prevent single site actions from firing
@@ -2984,7 +2984,7 @@ function admin_page() {
29842984
$can_reconnect_jpms = true;
29852985
if( is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
29862986
$jpms = Jetpack_Network::init();
2987-
$can_reconnect_jpms = ( $jpms->get_option( 'sub-site-connection-override' ) )? 1: 0;
2987+
$can_reconnect_jpms = ( $jpms->get_option( 'sub-site-connection-override' ) ) ? 1: 0;
29882988
}
29892989

29902990

0 commit comments

Comments
 (0)