← All changes
|
modules/sharedaddy/services/class-jetpack-mastodon-modal.php
+3
-2
12.2.3
→
16.3-a.1
View file →
| @@ -58,15 +58,16 @@ | ||
| 58 | 58 | |
| 59 | 59 | // Render the modal. |
| 60 | 60 | self::render_modal(); |
| 61 | 61 | |
| 62 | - die(); | |
| 62 | + die( 0 ); | |
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | 66 | * Render the modal. |
| 67 | 67 | */ |
| 68 | - public static function render_modal() { ?> | |
| 68 | + public static function render_modal() { | |
| 69 | + ?> | |
| 69 | 70 | <!doctype html> |
| 70 | 71 | <html <?php language_attributes(); ?>> |
| 71 | 72 | <head> |
| 72 | 73 | <meta charset="<?php bloginfo( 'charset' ); ?>" /> |