Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23497, comment 15


Ignore:
Timestamp:
02/18/2013 06:25:20 PM (11 years ago)
Author:
duck_
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23497, comment 15

    initial v1  
    55 * XSS in revisions.php: $postid should be run through absint()
    66 * 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]
    88 * wp_reset_vars() in the ajax action isn't very nice as it relies on globals
    99 * Missing $suffix on when revisions.js is registered? (Plus an unnecessary space in `array ('backbone`)