Ticket #34078: 34078.patch
File 34078.patch, 1.9 KB (added by , 9 years ago) |
---|
-
src/wp-admin/network/settings.php
101 101 <h1><?php echo esc_html( $title ); ?></h1> 102 102 <form method="post" action="settings.php" novalidate="novalidate"> 103 103 <?php wp_nonce_field( 'siteoptions' ); ?> 104 <h 3><?php _e( 'Operational Settings' ); ?></h3>104 <h2><?php _e( 'Operational Settings' ); ?></h2> 105 105 <table class="form-table"> 106 106 <tr> 107 107 <th scope="row"><label for="site_name"><?php _e( 'Network Title' ) ?></label></th> … … 120 120 </td> 121 121 </tr> 122 122 </table> 123 <h 3><?php _e( 'Registration Settings' ); ?></h3>123 <h2><?php _e( 'Registration Settings' ); ?></h2> 124 124 <table class="form-table"> 125 125 <tr> 126 126 <th scope="row"><?php _e( 'Allow new registrations' ) ?></th> … … 196 196 </tr> 197 197 198 198 </table> 199 <h 3><?php _e('New Site Settings'); ?></h3>199 <h2><?php _e( 'New Site Settings' ); ?></h2> 200 200 <table class="form-table"> 201 201 202 202 <tr> … … 268 268 </td> 269 269 </tr> 270 270 </table> 271 <h 3><?php _e( 'Upload Settings' ); ?></h3>271 <h2><?php _e( 'Upload Settings' ); ?></h2> 272 272 <table class="form-table"> 273 273 <tr> 274 274 <th scope="row"><?php _e( 'Site upload space' ) ?></th> … … 306 306 $translations = wp_get_available_translations(); 307 307 if ( ! empty( $languages ) || ! empty( $translations ) ) { 308 308 ?> 309 <h 3><?php _e( 'Language Settings' ); ?></h3>309 <h2><?php _e( 'Language Settings' ); ?></h2> 310 310 <table class="form-table"> 311 311 <tr> 312 312 <th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th> … … 333 333 } 334 334 ?> 335 335 336 <h 3><?php _e( 'Menu Settings' ); ?></h3>336 <h2><?php _e( 'Menu Settings' ); ?></h2> 337 337 <table id="menu" class="form-table"> 338 338 <tr> 339 339 <th scope="row"><?php _e( 'Enable administration menus' ); ?></th>