We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281044c commit 9f25be2Copy full SHA for 9f25be2
src/js/_enqueues/admin/common.js
@@ -2357,8 +2357,10 @@ $( function( $ ) {
2357
2358
/**
2359
* Disable the submit button until all users radio buttons are checked.
2360
+ *
2361
+ * @since 7.0.0
2362
*/
-(function($){
2363
+(function(){
2364
const usersForm = document.querySelector( '.users-php .delete-and-reassign-users-form' );
2365
2366
// Check if the form exists and contains any radio buttons.
@@ -2407,5 +2409,4 @@ $( function( $ ) {
2407
2409
radio.checked = e.target.value !== '-1';
2408
2410
});
2411
-
-})(jQuery);
2412
+})();
0 commit comments