We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0383759 commit d4c6e84Copy full SHA for d4c6e84
404.php
@@ -15,7 +15,7 @@ function _e($text)
15
?>
16
<main>
17
<h1> 404 - <?php _e('页面没找到'); ?></h1>
18
- <h3> <?php _e('你想查看的页面已被转移或删除了, 要不要搜索看看: '); ?></h3>
+ <h3> <?php _e('你想查看的页面已被转移或删除了'); ?></h3>
19
</main>
20
<?php $this->need('footer.php');
21
0 commit comments