Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor K. Tough

    (@kjvtough)

    Hi, JurrienD.

    Can you go into timed-content.php and look for this piece of code (near line 957):

    if ( version_compare( $wp_version, "3.8", ">=" ) )
        $image = "/clock.gif";
    else
        $image = "";

    and change ">=" to "<"?

    Let me know if that helps.

    Plugin Contributor K. Tough

    (@kjvtough)

    I’ve applied this patch to the current version 2.1.3. I’m marking this as resolved for now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double 'Timed Content' icon in WYSIWYG editor’ is closed to new replies.