• Index: cf7-textarea-wordcount.php
    ===================================================================
    --- cf7-textarea-wordcount.php  (revision 1637029)
    +++ cf7-textarea-wordcount.php  (working copy)
    @@ -93,6 +93,7 @@
     function wpcf7wc_add_shortcode_textarea() {
       if ( function_exists('wpcf7_remove_shortcode') ) {
         wpcf7_remove_shortcode( 'textarea' );
    +    wpcf7_remove_shortcode( 'textarea*' );
       }
            wpcf7_add_shortcode( array( 'textarea', 'textarea*' ),
                    'wpcf7wc_textarea_shortcode_handler', true );
    
  • The topic ‘SVN diff file to make it work with required textareas’ is closed to new replies.