}
$commentID = (int) $_GET['cid'];
$postID = (int) $_GET['pid'];
$commentAction = $_GET['action'];
$commentAction = addslashes(preg_replace("/[^a-z0-9]/i", '', strip_tags($commentAction)));
$localization = 'ajaxEdit';
$min = '';
if ($aecomments->get_admin_option('compressed_scripts') == 'true') {
    $min = ".min";
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php 
AECCSS::output_interface_css();
AECJS::register_popups_js('request-deletion');
wp_print_scripts(array('aec_popups'));
wp_print_styles(array('aeccommenteditor'));
do_action('add_wp_ajax_comments_css_editor');
?>
<title>WP Ajax Edit Comments Request Deletion</title>
</head>
<body class="request-deletion">
<div id="comment-options">
<h3><?php 
_e("Request Deletion", 'ajaxEdit');
?>
</h3>
<?php 
/* Admin nonce */