Viewing 1 replies (of 1 total)
  • The code is in the multiedit.php plugin file. Version 0.97 code seems to have been updated to use both page.php and post.php – here’s the code from my installation:

    if (in_array(basename($_SERVER['PHP_SELF']),array('post.php','page.php')) && $_GET['action'] == 'edit' ) {
    	add_action('init','multiedit');
    }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Page.ly MultiEdit] Compatiblity with WordPress 3.0’ is closed to new replies.