Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Robert Chapin

    (@miqrogroove)

    BTW it’s a simple syntax error…

    define( PTE_PLUGINURL, plugins_url(basename( dirname(__FILE__))) . "/");
    define( PTE_PLUGINPATH, dirname(__FILE__) . "/");
    define( PTE_VERSION, "0.2");

    … should be …

    define( 'PTE_PLUGINURL', plugins_url(basename( dirname(__FILE__))) . "/");
    define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/");
    define( 'PTE_VERSION', "0.2");
    Plugin Author sewpafly

    (@sewpafly)

    Okay, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Post Thumbnail Editor] Errors in Debug Mode’ is closed to new replies.