[Plugin: Wiki Page Links] 0.2 : Broken with WP 3.0
-
Hi,
This very good plugin is broken with WordPress 3.0, because page-new.php and post-new.php are now merged into one single post-new.php !
So, to make it work, you only have to change :
$content = str_replace($match, "{$page_title}[<a href='$home/wp-admin/page-new.php?post_title=$encodedlink'
into
$content = str_replace($match, "{$page_title}[<a href='$home/wp-admin/post-new.php?post_type=page&post_title=$encodedlink'
Hope it helps !
Janiko.
https://www.ads-software.com/extend/plugins/wiki-page-links/
- The topic ‘[Plugin: Wiki Page Links] 0.2 : Broken with WP 3.0’ is closed to new replies.