Changes between Version 1 and Version 2 of Ticket #35878
- Timestamp:
- 03/23/2016 08:07:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35878 – Description
v1 v2 3 3 On line ~116 in `wp-includes/js/media/views/attachment.js` we're testing: 4 4 5 ``` 5 {{{ 6 #!php 6 7 if ( options.nonces ) { 7 ``` 8 }}} 8 9 9 10 but `options.nonces` isn't initialized above in the `options` defaults.