Przeglądaj źródła

Added _e to a string

Hey,
i added the _e() to a string i found.
elron 13 lat temu
rodzic
commit
9d98709f23
1 zmienionych plików z 1 dodań i 1 usunięć
  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; ?>