]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/sites.php
WordPress 4.4
[autoinstalls/wordpress.git] / wp-admin / network / sites.php
index 733383acad6e5e6b24bc905e2416caa783c3bf05..e0e7e1e9952df6af5c8d5173f35235b9897615a9 100644 (file)
@@ -46,6 +46,11 @@ get_current_screen()->set_help_sidebar(
        '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
 );
 
+get_current_screen()->set_screen_reader_content( array(
+       'heading_pagination' => __( 'Sites list navigation' ),
+       'heading_list'       => __( 'Sites list' ),
+) );
+
 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0;
 
 if ( isset( $_GET['action'] ) ) {
@@ -102,7 +107,7 @@ if ( isset( $_GET['action'] ) ) {
                                        <input type="hidden" name="_wp_http_referer" value="<?php echo esc_attr( wp_get_referer() ); ?>" />
                                        <?php wp_nonce_field( $site_action . '_' . $id, '_wpnonce', false ); ?>
                                        <p><?php echo sprintf( $manage_actions[ $site_action ], $site_address ); ?></p>
-                                       <?php submit_button( __( 'Confirm' ), 'button' ); ?>
+                                       <?php submit_button( __( 'Confirm' ), 'primary' ); ?>
                                </form>
                        </div>
                <?php