Changes between Initial Version and Version 1 of Ticket #20771, comment 2
- Timestamp:
- 06/01/2012 12:45:29 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20771, comment 2
initial v1 4 4 > We should probably review all the instances. 5 5 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".6 We could remove all the uses of `esc_url( wp_nonce_url( ... ) )`, but there isn't anything technically wrong with escaping twice. It's being overly cautious for sure, but not "wrong". 7 7 8 8 That being said, the revised attached patch removes all such occurrences.