Hook consistency

This commit is contained in:
Mike Jolley 2013-02-28 19:32:26 +00:00
parent b4ebbd5e9e
commit d8282b9a98
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ function woocommerce_scan_template_files( $template_path ) {
function woocommerce_status_tools() {
global $woocommerce, $wpdb;
$tools = apply_filters( 'wc_debug_tools', array(
$tools = apply_filters( 'woocommerce_debug_tools', array(
'clear_transients' => array(
'name' => __( 'WC Transients','woocommerce'),
'button' => __('Clear transients','woocommerce'),