__() 和 _e()  in wp-includes/l10n.php.

都是用來返回對應當前語言的字符串內容

 echo __( 'This is a post.' );   等同於  _e( 'This is a post.' );  
  也就是説_e 裏包含了 each