| @@ -38,9 +38,9 @@ | ||
| 38 | 38 | * @return string Sharing config URL |
| 39 | 39 | */ |
| 40 | 40 | function jetpack_sharedaddy_configuration_url() { |
| 41 | 41 | $status = new Status(); |
| 42 | - if ( $status->is_development_mode() || $status->is_staging_site() || ! Jetpack::is_user_connected() ) { | |
| 42 | + if ( $status->is_offline_mode() || $status->is_staging_site() || ! Jetpack::is_user_connected() ) { | |
| 43 | 43 | return admin_url( 'options-general.php?page=sharing' ); |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | return Redirect::get_url( 'calypso-marketing-sharing-buttons' ); |