Removed debug

This commit is contained in:
Mike Jolley 2011-12-07 13:18:01 +00:00
parent 0679151cfe
commit cbab3fa3fc
1 changed files with 1 additions and 21 deletions

View File

@ -287,24 +287,4 @@ function woocommerce_shipping_class_description() {
echo wpautop(__('Shipping classes can be used to group products of similar type. These groups can then be used by certain shipping methods to provide different rates to different products.', 'woothemes'));
}
/**
* Description for shipping class page
*/
add_action('pa_genre_pre_add_form', 'woocommerce_stestass_description');
add_action('pa_image-size_pre_add_form', 'woocommerce_stestass_description');
function woocommerce_stestass_description() {
global $wp_current_screen_options;
var_dump($wp_current_screen_options);
$screen = get_current_screen();
var_dump($screen);
}
}