Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#17598 closed defect (bug) (fixed)

WordPress/bbPress admin bug

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

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 15 years ago.
Screenshot with explanation
editable-slug.diff (713 bytes ) - added by yoavf 15 years ago.

Download all attachments as: .zip

Change History (7)

@ramiy
15 years ago

Screenshot with explanation

#1 @ramiy
15 years ago

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

#2 @ramoonus
15 years ago

  • Keywords needs-patch added
  • Version 3.1.43.1.3

@yoavf
15 years ago

#3 @yoavf
15 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone Awaiting Review3.2

#4 @ramiy
15 years ago

Patch tested. It's working. Thanks yoav.

#5 @ryan
15 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

In [18106]:

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

Note: See TracTickets for help on using tickets.