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 35375c8 commit 4ab0abfCopy full SHA for 4ab0abf
tests/qunit/wp-includes/js/wp-api.js
@@ -406,7 +406,7 @@
406
} else if ( 'Posts' === modelType ) {
407
expectedMetas = '{"meta_key":"meta_value","footnotes":""}';
408
} else if ( 'Comments' === modelType ) {
409
- expectedMetas = '{"meta_key":"meta_value"},"_wp_note_status":null';
+ expectedMetas = '{"_wp_note_status":null,"meta_key":"meta_value"}';
410
}
411
412
// Verify the meta object returned correctly from `getMetas()`.
0 commit comments