• Guy,
    consider updating your description. It implies that the plugin somehow copies settings (maybe images? over to twentyeleven theme and activates that. HOWEVER Version 1.2 of the plugin doesn’t do anything wrt twenty-eleven, and appears to have 3 lines of code that just add a stylesheet with a rather minimal set of tweaks mostly to do with font. The result is definitely not ‘responsive’.

       add_action( 'wp_enqueue_scripts', 'safely_add_stylesheet' );
        function safely_add_stylesheet() {
            wp_enqueue_style( 'prefix-style', plugins_url('style.css', __FILE__) );
        }
  • The topic ‘misleading description’ is closed to new replies.