Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#32239 closed enhancement (fixed)

All occurrences of `echo __()` should be replaced with `_e()`.

Reported by: marsjaninzmarsa Owned by: SergeyBiryukov
Priority: normal Milestone: 4.3
Component: I18N Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

Like in the topic.

Attachments (2)

32239.patch (3.8 KB ) - added by marsjaninzmarsa 11 years ago.
32239.1.patch (763 bytes ) - added by deconf 11 years ago.
echo () to _e() in class-wp-posts-list-table.php

Download all attachments as: .zip

Change History (6)

#1 @marsjaninzmarsa
11 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
11 years ago

  • Milestone Awaiting Review4.3

@deconf
11 years ago

echo () to _e() in class-wp-posts-list-table.php

#3 @deconf
11 years ago

Ahhh, ignore my patch, those were already fixed in the first patch, sorry!

Last edited 11 years ago by deconf (previous) (diff)

#4 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 32333:

Replace echo __() with _e().

props marsjaninzmarsa.
fixes #32239.

Note: See TracTickets for help on using tickets.