Opened 13 years ago
Closed 13 years ago
#24236 closed defect (bug) (fixed)
Undefined variable in edit-form-advanced.php for Post formats
| Reported by: | sc0ttkclark | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Post Formats | Version: | 3.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Related to #24190
Seeing this exact issue w/ $show_post_format_ui and line 424:
<div class="wp-post-format-ui<?php if ( ! $show_post_format_ui ) echo ' no-ui' ?>">
Getting undefined notice for $show_post_format_ui:
"Notice: Undefined variable: show_post_format_ui"
Just like in #24190, this one requires another variable set up above to define it to 0
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 24148: