Changes between Version 1 and Version 2 of Ticket #46964, comment 30
- Timestamp:
- 02/09/2020 11:13:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46964, comment 30
v1 v2 11 11 If the goal is to avoid duplicate IDs in `the_block_editor_meta_boxes()`, then let's do just that. 12 12 13 For some context, in the classic editor, `#poststuff` was used to wrap almost the entire edit form, not just the meta boxes. Ideally, just moving `#poststuff` outside of the loop would work for our purposes:13 For some context, in the classic editor, `#poststuff` was used to wrap [source:tags/5.3.2/src/wp-admin/edit-form-advanced.php?marks=497#L484 almost the entire edit form], not just the meta boxes. Ideally, just moving `#poststuff` outside of the loop would work for our purposes: 14 14 {{{ 15 15 <div id="poststuff" class="sidebar-open">