Make WordPress Core


Ignore:
Timestamp:
04/20/2005 04:06:37 AM (19 years ago)
Author:
matt
Message:

More sanitization cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r2536 r2557  
    488488
    489489    $comment = $_GET['comment'];
    490     $p = $_GET['p'];
     490    $p = (int) $_GET['p'];
    491491    $commentdata = get_commentdata($comment, 1, true) or die(sprintf(__('Oops, no comment with this ID. <a href="%s">Go back</a>!'), 'edit.php'));
    492492
Note: See TracChangeset for help on using the changeset viewer.