Преглед изворни кода

Merge pull request #46 from fulgor/master

404.php: Two strings put in _e()
Eddie Machado пре 14 година
родитељ
комит
9247764c8f
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      404.php

+ 3 - 3
404.php

@@ -8,13 +8,13 @@
 						
 						<header>
 							
-							<h1>Epic 404 - Article Not Found</h1>
+							<h1><?php _e("Epic 404 - Article Not Found", "bonestheme"); ?></h1>
 						
 						</header> <!-- end article header -->
 					
 						<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 -->
 						
@@ -28,4 +28,4 @@
     
 			</div> <!-- end #content -->
 
-<?php get_footer(); ?>
+<?php get_footer(); ?>