plugin_path() . '/includes/admin/tables/AnyCommentUploadedFilesTable.php';
require_once( $path );
?>
= __( 'Files', 'anycomment' ) ?>
';
} else {
$messages = '' . __( 'Failed to delete selected files.', 'anycomment' ) . '
';
}
echo $messages;
}
$filesTable = new AnyCommentUploadedFilesTable();
$filesTable->prepare_items();
$filesTable->display();
?>