Make WordPress Core


Ignore:
Timestamp:
05/25/2007 10:33:48 PM (17 years ago)
Author:
markjaquith
Message:

attribute_escape()s and int casts for 2.0.x: see #4333

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/post.php

    r5058 r5550  
    195195    $p = (int) $_GET['p'];
    196196
    197     if ( ! $comment = get_comment($comment) )
     197    if ( ! $comment = get_comment_to_edit($comment) )
    198198        die(sprintf(__('Oops, no comment with this ID. <a href="%s">Go back</a>!'), 'edit.php'));
    199199
Note: See TracChangeset for help on using the changeset viewer.