Skip to content

Commit 72be4e7

Browse files
committed
Explicitly declare the object for the data sent in the notice logger Ajax action
1 parent cae71cf commit 72be4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/deprecation-notice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jQuery( document ).ready( function( $ ) {
132132

133133
$.post( {
134134
url: JQMH.ajaxurl,
135-
data
135+
data: data
136136
} );
137137
}
138138

0 commit comments

Comments
 (0)