• T S

    (@tait-stangl)


    Breaks Jquery/javascript functionality in the backend.

Viewing 1 replies (of 1 total)
  • You need to change this:
    wp_register_script(‘wpb-js’, WP_PLUGIN_URL.’/wp-blocks/js/wp-blocks.js’);

    To this:
    wp_register_script(‘wpb-js’, WP_PLUGIN_URL.’/wp-blocks/js/wp-blocks.js’,array(),false,true);

    Inside wp-blocks.php

    It fixed it for me.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Blocks] Not working in WordPress 3.1.1’ is closed to new replies.