| 1 | Index: wp-admin/includes/file.php
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- /var/www/html/src/wp-admin/includes/file.php (revision 38260)
|
|---|
| 4 | +++ /var/www/html/src/wp-admin/includes/file.php (working copy)
|
|---|
| 5 | @@ -1260,7 +1260,7 @@
|
|---|
| 6 | ?>
|
|---|
| 7 | <p class="request-filesystem-credentials-action-buttons">
|
|---|
| 8 | <button class="button cancel-button" data-js-action="close" type="button"><?php _e( 'Cancel' ); ?></button>
|
|---|
| 9 | - <?php submit_button( __( 'Proceed' ), 'button', 'upgrade', false ); ?>
|
|---|
| 10 | + <?php submit_button( __( 'Proceed' ), 'button button-primary', 'upgrade', false ); ?>
|
|---|
| 11 | </p>
|
|---|
| 12 | </div>
|
|---|
| 13 | </form>
|
|---|