Support » Plugin: WP-Print » WP-Print doesn't work with Multisite

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    In wp-content/plugins/wp-print/print-options.php

    Find:
    <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>?page=<?php echo plugin_basename(__FILE__); ?>">

    Replace:
    <form method="post" action="<?php echo admin_url('admin.php?page='.plugin_basename(__FILE__)); ?>">

    Yes! Works beautifully. Just now upgraded to WP 3.2.1, and WP-Print is still going strong. Thank you, Lester.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP-Print doesn't work with Multisite’ is closed to new replies.