• Simple press developers need to turn on their debug info for wordpress.. there are so many errors you will not be able to read the content on the browser.

    I’m considering removing simple press just because of all the errors that appear.

    peter

Viewing 1 replies (of 1 total)
  • Thread Starter Crisium

    (@crisium)

    function sp_get_metakeywords() {
    global $sfvars;

    $keywords = ”;
    $sfmetatags = sp_get_option(‘sfmetatags’);
    if (isset($sfmetatags[‘sfusekeywords’]) && $sfmetatags[‘sfusekeywords’]) $keywords = stripslashes($sfmetatags[‘sfkeywords’]);

    return apply_filters(‘sph_meta_keywords’, $keywords);
    }

    come on… look it’s a bug .. and it would have been caught if you turned on the debugging info.

    stupid bug.

    peter

Viewing 1 replies (of 1 total)
  • The topic ‘debug info’ is closed to new replies.