Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#24021 closed defect (bug) (fixed)

3.5/wp-includes/formatting.php: duplicate ⁄

Reported by: tivnet Owned by: SergeyBiryukov
Priority: normal Milestone: 3.6
Component: Formatting Version: 1.5.1
Severity: trivial Keywords: has-patch commit
Cc: Focuses:

Description

Line 2217:

'⁄' => '/',

Line 2405:

'⁄' => '⁄',

Attachments (1)

24021.patch (378 bytes ) - added by SergeyBiryukov 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
13 years ago

  • Component GeneralFormatting
  • Keywords needs-patch removed
  • Milestone Awaiting Review3.6
  • Version 3.5.11.5.1

Introduced along with ent2ncr() in [2517].

'⁄' is actually used, which is consistent with charmap.js:
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-includes/js/tinymce/themes/advanced/js/charmap.js#L66

#2 @SergeyBiryukov
13 years ago

  • Keywords has-patch commit added

#3 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 23948:

Remove duplicate array key. props tivnet. fixes #24021.

Note: See TracTickets for help on using tickets.