| 10 | | Note: will add RTL yet after this is finalized. |
| | 10 | CSS changes on the post, link and comment write/edit screens: |
| | 11 | - Outputs the `do_action('submitpost_box');` and `do_meta_boxes($post_type, 'side', $post);` below the main page content, same as when the user had selected one column before. |
| | 12 | - Wraps the `do_meta_boxes()` calls in DIVs making them same as on the dashboard. |
| | 13 | - Removes most of the tweaks to #submitdiv and #categorydiv when displayed under the editor/main content. Before they were inconsistent. |
| | 14 | - Adds a DIV wrapper inside of #linkcategorydiv same as in #categorydiv so it can be targeted with the same styles (it's back-compat as previous styles target the ID and will overwrite this). |
| | 15 | - Standardizes the tabs display in #categorydiv and #linkcategorydiv to be the same regardless of position (center or left column). |
| | 16 | |
| | 17 | Note: will add RTL after this is finalized. |