Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#23766 closed defect (bug) (fixed)

Inaccurate placeholder in translator comment

Reported by: SergeyBiryukov Owned by: SergeyBiryukov
Priority: low Milestone: 3.6
Component: Inline Docs Version: 2.8
Severity: trivial Keywords: easy-fix has-patch commit
Cc: Focuses:

Description

See $defaults in feed_links():
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-includes/general-template.php#L1598

%s in line 1603 should be just 1.

Attachments (1)

23766.diff (553 bytes ) - added by devesine 13 years ago.

Download all attachments as: .zip

Change History (4)

@devesine
13 years ago

#1 @devesine
13 years ago

  • Keywords has-patch added; needs-patch removed

#2 @SergeyBiryukov
13 years ago

  • Keywords commit added

#3 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 23709:

Fix placeholder reference in translator comment. props devesine. fixes #23766.

Note: See TracTickets for help on using tickets.