瀏覽代碼

Added _e to a string

Hey,
i added the _e() to a string i found.
elron 13 年之前
父節點
當前提交
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; ?>