• Resolved theusername

    (@theusername)


    Cool plugin!
    Just one request: could you please stay up-to-date with the current moot version? I noticed this plugin includes an older version of moot’s css, causing major style breaks on my website. I fixed it for now in classes/class-plugin.php line 117:
    replaced
    wp_enqueue_style( 'moot', 'http://cdn.moot.it/1.0/moot.css', null, '1.0' );
    with
    wp_enqueue_style( 'moot', 'http://cdn.moot.it/1/moot.css', null );

    http://wordpress.org/extend/plugins/moot/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Old css include’ is closed to new replies.