Skip to content

Commit 8f02b99

Browse files
committed
Use both the ID and class for the "poststuff" wrapper.
This adds support for past and future versions of WordPress, and may be removed or changed at a later date. See: https://core.trac.wordpress.org/ticket/46964#comment:42
1 parent 091f4e2 commit 8f02b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-multi-network/includes/classes/class-wp-ms-networks-admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@ public function page_edit_network() {
391391
</h1>
392392

393393
<form method="post" id="edit-network-form" action="">
394-
<div id="poststuff">
394+
<div id="poststuff" class="poststuff">
395395
<div id="post-body" class="metabox-holder columns-2">
396-
<div id="post-body-content" style="position: relative;">
396+
<div id="post-body-content">
397397
<div id="titlediv">
398398
<div id="titlewrap">
399399
<label class="screen-reader-text" id="title-prompt-text" for="title"><?php echo esc_html_e( 'Enter network title here', 'wp-multi-network' ); ?></label>

0 commit comments

Comments
 (0)