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

都是用来返回对应当前语言的字符串内容

 echo __( 'This is a post.' );   等同于  _e( 'This is a post.' );  
  也就是说_e 里包含了 each