| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function admin_notice() { |
||
| 36 | ?> |
||
| 37 | <div class="notice notice-error is-dismissible jetpack-message jp-connect" style="display:block !important;"> |
||
| 38 | <p><?php esc_html_e( 'Your connection with WordPress.com seems to be broken. If you\'re experiencing issues, please try to reconnect.', 'jetpack' ); ?></p> |
||
| 39 | </div> |
||
| 40 | <?php |
||
| 41 | } |
||
| 42 | |||
| 45 |