Template Corrections
**Site relevance:** Anti-Christ.net
**Memory type:** theme source memory
**Source path:** Anti-Christ.net/wp-content/themes/anti-christ-thin-veil/page-templates/template-corrections.php
**Size:** 3.6 KB
Summary
Template Name: Corrections
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Template Name: Corrections
* Template Post Type: page
*
* @package Anti_Christ_Thin_Veil
*/
get_header();
?>
<main id="primary" class="site-main">
<section class="page-hero">
<p class="section-label"><?php esc_html_e( 'Corrections', 'anti-christ-thin-veil' ); ?></p>
<h1><?php esc_html_e( 'Correction before ego.', 'anti-christ-thin-veil' ); ?></h1>
<p class="archive-lead"><?php esc_html_e( 'A public archive earns trust by repairing the record. Use this page to challenge factual claims, dates, names, source readings, missing context, or unnecessary exposure of private information.', 'anti-christ-thin-veil' ); ?></p>
</section>
<section class="section-block">
<div class="two-column-grid">
<div class="entry-content">
<h2><?php esc_html_e( 'How to request a correction.', 'anti-christ-thin-veil' ); ?></h2>
<p><?php esc_html_e( 'Send the page URL, the exact passage or claim, the proposed correction, and the strongest source you have. If privacy is involved, explain what data should be removed and why.', 'anti-christ-thin-veil' ); ?></p>
<p><?php esc_html_e( 'For legal matters, this site offers general civic information only. Consult qualified counsel for advice about rights, deadlines, subpoenas, defamation, or private records.', 'anti-christ-thin-veil' ); ?></p>
</div>
<ul class="protocol-list">
<li><?php esc_html_e( 'Correction: a factual error is fixed.', 'anti-christ-thin-veil' ); ?></li>
<li><?php esc_html_e( 'Clarification: wording was accurate but unclear or too broad.', 'anti-christ-thin-veil' ); ?></li>
<li><?php esc_html_e( 'Update: new information changes the current state of the record.', 'anti-christ-thin-veil' ); ?></li>
<li><?php esc_html_e( 'Retraction: the claim should no longer stand as published.', 'anti-christ-thin-veil' ); ?></li>
</ul>
</div>
</section>
<section class="section-block" aria-labelledby="log-title">
<div class="section-head">
<div>
<p class="section-label"><?php esc_html_e( 'Public log pattern', 'anti-christ-thin-veil' ); ?></p>
<h2 id="log-title"><?php esc_html_e( 'How updates should appear.', 'anti-christ-thin-veil' ); ?></h2>
</div>
<p><?php esc_html_e( 'Dossiers and claim reviews should carry a last-reviewed date and compact change note when the record changes materially.', 'anti-christ-thin-veil' ); ?></p>
</div>
<div class="terminal-box">
<p>> <?php esc_html_e( '2026-05-16 / correction / fixed publication date and source link', 'anti-christ-thin-veil' ); ?></p>
<p>> <?php esc_html_e( '2026-05-16 / clarification / separated official claim from independent finding', 'anti-christ-thin-veil' ); ?></p>
<p>> <?php esc_html_e( '2026-05-16 / update / added new agency release to source trail', 'anti-christ-thin-veil' ); ?></p>
</div>
</section>
<section class="section-block">
<div class="contact-panel">
<h2><?php esc_html_e( 'Correction route', 'anti-christ-thin-veil' ); ?></h2>
<p><?php esc_html_e( 'Use the contact protocol or member dispatch path to submit a correction. Membership does not guarantee publication; corrections are reviewed for specificity, source quality, privacy risk, and public relevance.', 'anti-christ-thin-veil' ); ?></p>
<a class="button button-primary" href="<?php echo esc_url( actv_page_url( 'contact' ) ); ?>"><?php esc_html_e( 'Open contact protocol', 'anti-christ-thin-veil' ); ?></a>
<a class="button button-ghost" href="<?php echo esc_url( actv_page_url( 'submit-dispatch' ) ); ?>"><?php esc_html_e( 'Submit member dispatch', 'anti-christ-thin-veil' ); ?></a>
</div>
</section>
</main>
<?php
get_footer();