Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20771, comment 2

Timestamp:
06/01/2012 12:45:29 AM (12 years ago)
Author:
jkudish
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20771, comment 2

    initial v1  
    44> We should probably review all the instances.
    55
    6 We could remove all the uses of `esc_url( wp_nonce_url( ... ) )`, there isn't anything technically wrong with escaping twice. It's being overly cautious for sure, but not "wrong".
     6We could remove all the uses of `esc_url( wp_nonce_url( ... ) )`, there isn't anything technically wrong with escaping twice. It's being overly cautious for sure, but not "wrong".
    77
    88That being said, the revised attached patch removes all such occurrences.