' . sprintf( __( '(Only WPCache 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', 'wp-super-cache' ); } else { $status = __( 'disable', 'wp-super-cache' ); } 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' ); function wpsc_badbehaviour_list( $list ) { $list['badbehaviour'] = array( 'key' => 'badbehaviour',