|
@@ -76,8 +76,8 @@ |
|
|
block discarded – undo |
|
76
|
76
|
*/ |
|
77
|
77
|
function kirki_show_upgrade_notification( $plugin_data, $response ) { |
|
78
|
78
|
|
|
79
|
|
- // Check "upgrade_notice". |
|
80
|
|
- if ( isset( $response->upgrade_notice ) && strlen( trim( $response->upgrade_notice ) ) > 0 ) : ?> |
|
|
79
|
+ // Check "upgrade_notice". |
|
|
80
|
+ if ( isset( $response->upgrade_notice ) && strlen( trim( $response->upgrade_notice ) ) > 0 ) : ?> |
|
81
|
81
|
<style> |
|
82
|
82
|
.kirki-upgrade-notification { |
|
83
|
83
|
background-color: #d54e21; |
Please login to merge, or discard this patch.