| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName |
| 2 | 2 | /** |
| 3 | 3 | * Module Name: Notifications |
| 4 | - * Module Description: Receive instant notifications of site comments and likes. | |
| 4 | + * Module Description: Receive real‑time notifications about site activity across your devices. | |
| 5 | 5 | * Sort Order: 13 |
| 6 | 6 | * First Introduced: 1.9 |
| 7 | 7 | * Requires Connection: Yes |
| 8 | 8 | * Requires User Connection: Yes |
| @@ -204,9 +204,9 @@ | ||
| 204 | 204 | 'html' => '<div id="wpnt-notes-panel2" class="intrinsic-ignore" style="display:none" lang="' . esc_attr( $user_locale ) . '" dir="' . ( is_rtl() ? 'rtl' : 'ltr' ) . '"><div class="wpnt-notes-panel-header"><span class="wpnt-notes-header">' . __( 'Notifications', 'jetpack' ) . '</span><span class="wpnt-notes-panel-link"></span></div></div>' . $third_party_cookie_check_iframe, |
| 205 | 205 | 'class' => 'menupop', |
| 206 | 206 | ), |
| 207 | 207 | 'parent' => 'top-secondary', |
| 208 | - 'href' => 'https://wordpress.com/notifications', | |
| 208 | + 'href' => 'https://wordpress.com/reader/notifications', | |
| 209 | 209 | ) |
| 210 | 210 | ); |
| 211 | 211 | } |
| 212 | 212 | |