← All changes
|
includes/admin/upgrades/views/upgrades-complete.php
+13
-7
2.3.2
→
4.17.0
View file →
| @@ -13,15 +13,21 @@ | ||
| 13 | 13 | if ( ! defined( 'ABSPATH' ) ) { |
| 14 | 14 | exit; |
| 15 | 15 | } |
| 16 | 16 | ?> |
| 17 | -<div class="wrap" id="poststuff"> | |
| 18 | - <div id="give-updates"> | |
| 19 | - <h1 id="give-updates-h1"><?php esc_html_e( 'Give - Updates Complete', 'give' ); ?></h1> | |
| 20 | - <hr class="wp-header-end"> | |
| 17 | +<div id="give-updates" class="wrap give-settings-page"> | |
| 21 | 18 | |
| 22 | - <div class="give-update-panel-content"> | |
| 23 | - <p><?php esc_html_e( 'Congratulations! You are running the latest versions of Give and its add-ons.', 'give' ); ?></p> | |
| 19 | + <div class="give-settings-header"> | |
| 20 | + <h1 id="give-updates-h1" | |
| 21 | + class="wp-heading-inline"><?php echo sprintf( __( 'GiveWP %s Updates Complete', 'give' ), '<span class="give-settings-heading-sep dashicons dashicons-arrow-right-alt2"></span>' ); ?></h1> | |
| 22 | + </div> | |
| 23 | + | |
| 24 | + <div id="give-updates-content"> | |
| 25 | + <div id="poststuff" class="give-update-panel-content give-clearfix"> | |
| 26 | + <p> | |
| 27 | + <?php echo '🎉 '; ?> | |
| 28 | + <?php esc_html_e( 'Congratulations! You are all up to date and running the latest versions of GiveWP and its add-ons.', 'give' ); ?> | |
| 29 | + </p> | |
| 24 | 30 | </div> |
| 31 | + </div> | |
| 25 | 32 | |
| 26 | - </div> | |
| 27 | 33 | </div> |