Changes between Initial Version and Version 1 of Ticket #23497, comment 15
- Timestamp:
- 02/18/2013 06:25:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23497, comment 15
initial v1 5 5 * XSS in revisions.php: $postid should be run through absint() 6 6 * revisions.php needs some caps checks 7 * $action isn't used in revisions.php, but it's reset from GET/POST 7 * $action isn't used in revisions.php, but it's reset from GET/POST [Edit: probably because it just hasn't been implemented yet, sorry] 8 8 * wp_reset_vars() in the ajax action isn't very nice as it relies on globals 9 9 * Missing $suffix on when revisions.js is registered? (Plus an unnecessary space in `array ('backbone`)