Changes between Initial Version and Version 1 of Ticket #18958, comment 18

Timestamp:
10/19/11 20:54:49 (19 months ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18958, comment 18

    initial v1  
    1 The meta box functions should be able to handle screen options. Patch updates them to handle WP_Screen and use the current screen if an empty screen is passed.  edit-form-advanced.php now passes 0 to all meta box calls to indicate that they should use the current screen. A bit ugly, but in a blessedly brief sort of way.  Future WP_Screen improvements will hopefully replace a lot of this mess. 
     1The meta box functions should be able to handle screen objects. Patch updates them to handle WP_Screen and use the current screen if an empty screen is passed.  edit-form-advanced.php now passes 0 to all meta box calls to indicate that they should use the current screen. A bit ugly, but in a blessedly brief sort of way.  Future WP_Screen improvements will hopefully replace a lot of this mess.