bug/error
-
error in javascript file :
/enable-jquery-migrate-helper/js/deprecation-notice.js:131
=================================================================
/** * Try to log the deprecation for the admin area. * * @param message */ function reportDeprecation( message ) { // Do not write to the logfile if this is the backend and the notices are written to the screen. if ( JQMH.backend && notice.length ) { return; } if ( ! JQMH.capture_deprecations ) { return; } let data = { action: 'jquery-migrate-log-notice', notice: message, nonce: JQMH.report_nonce, backend: JQMH.backend, url: window.location.href, }; $.post( { url: JQMH.ajaxurl, data } ); }
^ data key is missing any value and : colons
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘bug/error’ is closed to new replies.