Просмотр исходного кода

Added _e to a string

Hey,
i added the _e() to a string i found.
elron 13 лет назад
Родитель
Сommit
9d98709f23
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      sidebar.php

+ 1 - 1
sidebar.php

@@ -9,7 +9,7 @@
 						<!-- This content shows up if there are no widgets defined in the backend. -->
 						
 						<div class="alert help">
-							<p>Please activate some Widgets.</p>
+							<p><?php _e("Please activate some Widgets.", "bonestheme");  ?></p>
 						</div>
 
 					<?php endif; ?>