Forums

[Plugin: Post Links] 2.8.4 fix (2 posts)

  1. john.andrews
    Member
    Posted 2 years ago #

    Add new link button was not working in 2.8.4. Changed post-links-js.php line:2
    from:
    require_once(dirname(__FILE__).'/../../../wp-config.php');
    to:
    require_once(dirname(__FILE__).'/../../../wp-load.php');
    require_once(dirname(__FILE__).'/../../../wp-admin/admin.php')

    http://wordpress.org/extend/plugins/post-links/

  2. Michael Fields
    Member
    Posted 1 year ago #

    I can verify that this fix also works in WordPress version 2.9.2 - just don't forget the semicolon on the second require_once() :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags