Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#17598 closed defect (bug) (fixed)

WordPress/bbPress admin bug

Reported by: ramiy's profile ramiy Owned by: ryan's profile ryan
Milestone: 3.2 Priority: normal
Severity: normal Version: 3.1.3
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

Original Ticket #bb1537 in bbPress trac.

The "slug meta box" (slugdiv) in WordPress Edit Posts/Pages screen and in bbPress Edit Forum/Topic/Reply screen need to be filtered using 'editable_slug'. (Code example to fix the problem)

When shown non-filtered result with non-english charecters it show "t%c3%b8paec1" instead of "tøpæc1".


Related Tickets:

Attachments (2)

17598.PNG (36.9 KB) - added by ramiy 14 years ago.
Screenshot with explanation
editable-slug.diff (713 bytes) - added by yoavf 14 years ago.

Download all attachments as: .zip

Change History (7)

@ramiy
14 years ago

Screenshot with explanation

#1 @ramiy
14 years ago

As you can see in the screenshot, the "slug meta box" (slugdiv) shows unfiltered slug.

#2 @ramoonus
14 years ago

  • Keywords needs-patch added
  • Version changed from 3.1.4 to 3.1.3

@yoavf
14 years ago

#3 @yoavf
14 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone changed from Awaiting Review to 3.2

#4 @ramiy
14 years ago

Patch tested. It's working. Thanks yoav.

#5 @ryan
14 years ago

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

In [18106]:

Apply editable_slug filter in post_slug_meta_box(). Props yoavf, ramiy. fixes #17598

Note: See TracTickets for help on using tickets.