Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#32239 closed enhancement (fixed)

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

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

Description

Like in the topic.

Attachments (2)

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

Download all attachments as: .zip

Change History (6)

#1 @marsjaninzmarsa
9 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
9 years ago

  • Milestone changed from Awaiting Review to 4.3

@deconf
9 years ago

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

#3 @deconf
9 years ago

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

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

#4 @SergeyBiryukov
9 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 32333:

Replace echo __() with _e().

props marsjaninzmarsa.
fixes #32239.

Note: See TracTickets for help on using tickets.