" . sprintf( __( "Jetpack not found in %s. Install it and enable the mobile theme and this helper plugin to cache visits by mobile visitors.", 'wp-super-cache' ), dirname( WPCACHEHOME ) ) . ""; } else { ?>
' . __( 'Provides support for the Jetpack mobile theme and plugin. PHP caching mode and mobile support will be enabled too.', 'wp-super-cache' ) . '

'; if ( isset( $changed ) && $changed ) { if ( $cache_jetpack ) $status = __( "enabled", 'wp-super-cache' ); else $status = __( "disabled", 'wp-super-cache' ); echo "

" . sprintf( __( "Jetpack Mobile Theme support is now %s", 'wp-super-cache' ), $status ) . "

"; } echo '
'; wp_nonce_field('wp-cache'); ?>
'jetpack', 'url' => 'http://wordpress.org/extend/plugins/jetpack/', 'title' => __( 'Jetpack Mobile Theme', 'wp-super-cache' ), 'desc' => __( 'Provides support for the Jetpack mobile theme and plugin. PHP caching mode and mobile support will be enabled too.', 'wp-super-cache' ), ); return $list; } add_cacheaction( 'wpsc_filter_list', 'wpsc_cache_jetpack_list' ); ?>