wenpai.org/wp-content/plugins/glotpress/gp-templates/404.php
2024-06-21 23:57:39 +08:00

7 lines
135 B
PHP

<?php
gp_title( __( 'Not Found &lt; GlotPress', 'glotpress' ) );
gp_tmpl_header();
_e( 'Not Found', 'glotpress' );
gp_tmpl_footer();