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: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | normal | Version: | 3.6 |
| Component: | Post Formats | Keywords: | |
| Focuses: | Cc: |
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.
In 24148: