mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Reinstitute Intall Now AYS that was accidentally disabled. props ocean90. fixes #16032
git-svn-id: https://develop.svn.wordpress.org/trunk@17176 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -47,7 +47,7 @@ jQuery(document).ready(function($) {
|
||||
return false;
|
||||
});
|
||||
|
||||
$('#install-plugins .action-links .install-now').click( function() {
|
||||
$('a.install-now').click( function() {
|
||||
return confirm( plugininstallL10n.ays );
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user