[wp-trac] [WordPress Trac] #24236: Undefined variable in edit-form-advanced.php for Post formats

WordPress Trac noreply at wordpress.org
Wed May 1 02:19:08 UTC 2013


#24236: Undefined variable in edit-form-advanced.php for Post formats
--------------------------+-----------------------------
 Reporter:  sc0ttkclark   |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Post Formats  |    Version:  trunk
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 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

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/24236>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list