Explorar o código

404.php put two strings in _e

Frag Fulgor %!s(int64=14) %!d(string=hai) anos
pai
achega
0d0cf66df3
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      404.php

+ 3 - 3
404.php

@@ -8,13 +8,13 @@
 						
 						
 						<header>
 						<header>
 							
 							
-							<h1>Epic 404 - Article Not Found</h1>
+							<h1><?php _e("Epic 404 - Article Not Found", "bonestheme"); ?></h1>
 						
 						
 						</header> <!-- end article header -->
 						</header> <!-- end article header -->
 					
 					
 						<section class="post_content">
 						<section class="post_content">
 							
 							
-							<p>The article you were looking for was not found, but maybe try looking again!</p>
+							<p><?php _e("The article you were looking for was not found, but maybe try looking again!", "bonestheme"); ?></p>
 					
 					
 						</section> <!-- end article section -->
 						</section> <!-- end article section -->
 						
 						
@@ -28,4 +28,4 @@
     
     
 			</div> <!-- end #content -->
 			</div> <!-- end #content -->
 
 
-<?php get_footer(); ?>
+<?php get_footer(); ?>