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

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

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