[wp-trac] [WordPress Trac] #6584: The move to meta boxes killed
dbx_page_sidebar and dbx_page_advanced
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 4 10:41:16 GMT 2008
#6584: The move to meta boxes killed dbx_page_sidebar and dbx_page_advanced
----------------------------+-----------------------------------------------
Reporter: mark8barnes | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.5.1
Component: Administration | Version:
Severity: critical | Keywords:
----------------------------+-----------------------------------------------
dbx_page_sidebar and dbx_page_advanced were deprecated in 2.5 without
warning or documentation in [6665], and without being moved to
deprecated.php. I presume this is an error. dbx_post_sidebar and
dbx_post_advanced were retained, despite the move to do_meta_boxes. This
obviously breaks plug-ins needlessly.
Adding <?php do_action('dbx_page_sidebar'); ?> below line 185, and <?php
do_action('dbx_page_advanced'); ?> below line 285 (both in edit-page-
form.php) seems to fix it. But I'm not a programmer.
--
Ticket URL: <http://trac.wordpress.org/ticket/6584>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list