Changeset 2691
- Timestamp:
- 07/03/2005 05:34:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r2662 r2691 181 181 echo "<input type=\"hidden\" name=\"action\" value=\"deletecomment\" />\n"; 182 182 echo "<input type=\"hidden\" name=\"p\" value=\"$p\" />\n"; 183 echo "<input type=\"hidden\" name=\"comment\" value=\" $comment\" />\n";183 echo "<input type=\"hidden\" name=\"comment\" value=\"{$comment->comment_ID}\" />\n"; 184 184 echo "<input type=\"hidden\" name=\"noredir\" value=\"1\" />\n"; 185 185 echo "<input type=\"submit\" value=\"" . __('Yes') . "\" />";
Note: See TracChangeset
for help on using the changeset viewer.