'; wp_nonce_field('wp-cache'); if( $cache_badbehaviour == 0 ) { $bb_status = __( 'disabled', 'wp-super-cache' ); } else { $bb_status = __( 'enabled', 'wp-super-cache' ); wp_super_cache_disable(); } echo '' . sprintf( __( 'Bad Behaviour support is %s.', 'wp-super-cache' ), $bb_status ) . ''; printf( __( '(Only half-on caching supported, disabled compression and requires Bad Behavior in "%s/plugins/bad-behavior/") ', 'wp-super-cache' ), WP_CONTENT_DIR ); if( $cache_badbehaviour == 0 ) { echo ''; } else { echo ''; } echo "\n"; if( $err ) echo "
" . __( 'Warning!', 'wp-super-cache' ) . " $err
"; } add_cacheaction( 'cache_admin_page', 'wp_supercache_badbehaviour_admin' ); ?>