" method="post">

' . sprintf( __( '(Only legacy caching supported, disabled compression and requires Bad Behavior in "%s/plugins/bad-behavior/") ', 'wp-super-cache' ), WP_CONTENT_DIR ) . '

'; if ($changed) { if ( $cache_badbehaviour ) $status = __( "enabled" ); else $status = __( "disabled" ); echo "

" . sprintf( __( "Bad Behavior support is now %s", 'wp-super-cache' ), $status ) . "

"; } echo '
'; wp_nonce_field('wp-cache'); ?>
" . __( 'Warning!', 'wp-super-cache' ) . " $err

"; } add_cacheaction( 'cache_admin_page', 'wp_supercache_badbehaviour_admin' ); ?>