Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #35878


Ignore:
Timestamp:
03/23/2016 08:07:11 PM (7 years ago)
Author:
obenland
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35878 – Description

    v1 v2  
    33On line ~116 in `wp-includes/js/media/views/attachment.js` we're testing:
    44
    5 ```
     5{{{
     6#!php
    67if ( options.nonces ) {
    7 ```
     8}}}
    89
    910but `options.nonces` isn't initialized above in the `options` defaults.