Making WordPress.org

Opened 11 years ago

Closed 11 years ago

#1233 closed defect (bug) (fixed)

DevHub: Make explanations editing UIs accessible again

Reported by: DrewAPicture Owned by: drewapicture
Priority: normal Milestone:
Component: Developer Hub Keywords:
Cc:

Description

Following [wp34177], the explanations editing UIs became unavailable due to show_ui being false.

Change History (1)

#1 @drewapicture
11 years ago

  • Owner set to drewapicture
  • Resolutionfixed
  • Status newclosed

In 1880:

DevHub: Restore the ability to access UIs for editing explanations.

Following [wp34177], editing UIs are now inaccessible if the show_ui argument for register_post_type() evaluates to false. Setting show_ui to true and show_in_menu to false restores the previous behavior.

Fixes #1233.

Note: See TracTickets for help on using tickets.