Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#24021 closed defect (bug) (fixed)

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

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

Description

Line 2217:

'⁄' => '/',

Line 2405:

'⁄' => '⁄',

Attachments (1)

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

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
12 years ago

  • Component changed from General to Formatting
  • Keywords needs-patch removed
  • Milestone changed from Awaiting Review to 3.6
  • Version changed from 3.5.1 to 1.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
12 years ago

  • Keywords has-patch commit added

#3 @SergeyBiryukov
12 years ago

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

In 23948:

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

Note: See TracTickets for help on using tickets.