I made an easy fix for latest wordpress version 🙂
Open bulk-plugin-installation.php
On line 34 find:
add_action( 'install_plugins_dashboard', array( &$this, 'install_plugins_dashboard' ) );
And replace with:
add_action( 'install_plugins_featured', array( &$this, 'install_plugins_dashboard' ) );
That’s all, now it will work as before 🙂
Thank you so much e_kingstone! It worked!!!
Hi, yep thanks for this fix 🙂
Thread Starter
Mike V
(@mikevens)
The fix doesn’t work for me. I now have a permissions issue “Are you sure you want to do this?”
EDIT:
It DOES output a field where you can input all the plugins you want to install.
Unfortunately it DOES NOT actually work. Got the “error”:
Are you sure you want to do this?