Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21616, comment 3


Ignore:
Timestamp:
08/17/2012 04:26:17 AM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21616, comment 3

    initial v1  
    22
    33{{{
    4 __('Foo');
     4_e('Foo');
    55}}}
    66
     
    88
    99{{{
    10 __('Foo', 'some-textdomain' );
     10_e('Foo', 'some-textdomain' );
    1111}}}