Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Karissa Skirmont

    (@karissa)

    So I did a line by line comparision to version 1.4 and see that this line was missing:

    add_action( ‘admin_print_styles’, array(&$this,’config_page_styles’));
    {was it ment to?}

    And found there error that there was an ) missing.

    From
    “add_action( ‘publish_post’, array( &$this, ‘clicky_insert_post’ ) ;”
    To
    “add_action( ‘publish_post’, array( &$this, ‘clicky_insert_post’ )) ;”

    That fixed it for me.

    Yup.

    There is a missing ‘)’ on line 71. I’m sure it will be corrected very soon. In the meantime you can add the ‘)’ or just disable the plugin until it’s officially fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Clicky by Yoast] Line 71 Error’ is closed to new replies.