When you save your settings, it just sends you to the master blog if you are using multisite and the settings are not saved.
When you save your settings, it just sends you to the master blog if you are using multisite and the settings are not saved.
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.
This topic has been closed to new replies.