Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Dave Romsey (goto10)

    (@goto10)

    Also, I should get a warning for messing up the title of this post ??

    Plugin Author liechtenecker

    (@liechtenecker)

    Thank you for your feedback. We will most likely fix the warnings in the next major upgrade.

    Plugin Author liechtenecker

    (@liechtenecker)

    resolved

    Thread Starter Dave Romsey (goto10)

    (@goto10)

    Thanks! You’re a gentleman and a scholar.

    Thread Starter Dave Romsey (goto10)

    (@goto10)

    For anyone that might want to resolve these in the meantime…

    One of the more annoying warnings can be fixed by changing line 849 of instagram.php from:

    add_options_page('Instapress '.__('Settings', 'instagram'), 'Instapress', 8, basename(__FILE__), array(&$this, 'handleOptions'));

    to

    add_options_page('Instapress '.__('Settings', 'instagram'), 'Instapress', 'manage_options', basename(__FILE__), array(&$this, 'handleOptions'));

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Instapress] Lots's of warnings everywhere’ is closed to new replies.