Remove duplicate unautop

This commit is contained in:
claudiulodro 2017-12-21 10:43:02 -08:00
parent 9dc9fffc3a
commit 90dd9179ac
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ add_filter( 'woocommerce_short_description', 'do_shortcode', 11 ); // After wpau
add_filter( 'woocommerce_short_description', 'wc_format_product_short_description', 9999999 );
add_filter( 'woocommerce_short_description', 'wc_do_oembeds' );
add_filter( 'woocommerce_short_description', array( $GLOBALS['wp_embed'], 'run_shortcode' ), 8 ); // Before wpautop().
add_filter( 'woocommerce_short_description', 'shortcode_unautop' );
/**
* Define a constant if it is not already defined.