|
153 | 153 | <h1><?php echo esc_html( $title ); ?></h1> |
154 | 154 | <form method="post" action="settings.php" novalidate="novalidate"> |
155 | 155 | <?php wp_nonce_field( 'siteoptions' ); ?> |
156 | | - <h2><?php _e( 'Operational Settings' ); ?></h2> |
| 156 | + <h2 id="wp-settings-section-operational-settings"><?php _e( 'Operational Settings' ); ?></h2> |
157 | 157 | <table class="form-table" role="presentation"> |
158 | 158 | <tr> |
159 | 159 | <th scope="row"><label for="site_name"><?php _e( 'Network Title' ); ?></label></th> |
|
197 | 197 | </td> |
198 | 198 | </tr> |
199 | 199 | </table> |
200 | | - <h2><?php _e( 'Registration Settings' ); ?></h2> |
| 200 | + <h2 id="wp-settings-section-registration-settings"><?php _e( 'Registration Settings' ); ?></h2> |
201 | 201 | <table class="form-table" role="presentation"> |
202 | 202 | <?php $new_registrations_settings_title = __( 'Allow new registrations' ); ?> |
203 | 203 | <tr> |
|
315 | 315 | </tr> |
316 | 316 |
|
317 | 317 | </table> |
318 | | - <h2><?php _e( 'New Site Settings' ); ?></h2> |
| 318 | + <h2 id="wp-settings-section-new-site-settings"><?php _e( 'New Site Settings' ); ?></h2> |
319 | 319 | <table class="form-table" role="presentation"> |
320 | 320 |
|
321 | 321 | <tr> |
|
396 | 396 | </td> |
397 | 397 | </tr> |
398 | 398 | </table> |
399 | | - <h2><?php _e( 'Upload Settings' ); ?></h2> |
| 399 | + <h2 id="wp-settings-section-upload-settings"><?php _e( 'Upload Settings' ); ?></h2> |
400 | 400 | <table class="form-table" role="presentation"> |
401 | 401 | <tr> |
402 | 402 | <th scope="row"><?php _e( 'Site upload space' ); ?></th> |
|
454 | 454 | $translations = wp_get_available_translations(); |
455 | 455 | if ( ! empty( $languages ) || ! empty( $translations ) ) { |
456 | 456 | ?> |
457 | | - <h2><?php _e( 'Language Settings' ); ?></h2> |
| 457 | + <h2 id="wp-settings-section-language-settings"><?php _e( 'Language Settings' ); ?></h2> |
458 | 458 | <table class="form-table" role="presentation"> |
459 | 459 | <tr> |
460 | 460 | <th><label for="WPLANG"><?php _e( 'Default Language' ); ?><span class="dashicons dashicons-translation" aria-hidden="true"></span></label></th> |
|
504 | 504 |
|
505 | 505 | if ( $menu_items ) : |
506 | 506 | ?> |
507 | | - <h2><?php _e( 'Menu Settings' ); ?></h2> |
| 507 | + <h2 id="wp-settings-section-menu-settings"><?php _e( 'Menu Settings' ); ?></h2> |
508 | 508 | <table id="menu" class="form-table"> |
509 | 509 | <?php $enable_administration_menus_title = __( 'Enable administration menus' ); ?> |
510 | 510 | <tr> |
|
0 commit comments