芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php
/>
/>
' . sprintf( __( '(Only WPCache caching supported, disabled compression and requires
Bad Behavior
in "%s/plugins/bad-behavior/") ', 'wp-super-cache' ), WP_CONTENT_DIR ) . ''; if ( isset( $changed ) && $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', 'url' => 'http://www.bad-behavior.ioerror.us/', 'title' => __( 'Bad Behavior', 'wp-super-cache' ), 'desc' => sprintf( __( 'Support for Bad Behavior. (Only WPCache caching supported, disabled compression and requires Bad Behavior in "%s/plugins/bad-behavior/") ', 'wp-super-cache' ), WP_CONTENT_DIR ), ); return $list; } add_cacheaction( 'wpsc_filter_list', 'wpsc_badbehaviour_list' );