Completed
Push — develop ( d40adc...7223e2 )
by Aristeides
03:02
created
kirki.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.