• I want to point out that there is one and only line to change to make this plugin PHP 5.4 aware. It’s located inside includes/widget.php, line 37:
    $new_url = ereg_replace('www\.','',$host);
    Where ereg_replace should be replaced with preg_replace and the corresponding syntax.
    Hope to hear soon from you.
    Best regards and great plugin

    http://wordpress.org/extend/plugins/sexybookmarks/

  • The topic ‘Not completely PHP 5.4 compliant’ is closed to new replies.