← All changes
|
modules/post-by-email/class-jetpack-post-by-email.php
+1
-1
12.0.3
→
16.3-a.1
View file →
| @@ -142,9 +142,9 @@ | ||
| 142 | 142 | <br /> |
| 143 | 143 | <?php echo esc_html( wptexturize( __( "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds.", 'jetpack' ) ) ); ?> |
| 144 | 144 | </p> |
| 145 | 145 | <p> |
| 146 | - <a href="<?php echo esc_url( $jetpack->build_connect_url( false, get_edit_profile_url( get_current_user_id() ) . '#post-by-email', 'unlinked-user-pbe' ) ); ?>" class="button button-connector" id="wpcom-connect"><?php esc_html_e( 'Link account with WordPress.com', 'jetpack' ); ?></a> | |
| 146 | + <a href="<?php echo esc_url( $jetpack->build_connect_url( true, get_edit_profile_url( get_current_user_id() ) . '#post-by-email', 'unlinked-user-pbe' ) ); ?>" class="button button-connector" id="wpcom-connect"><?php esc_html_e( 'Link account with WordPress.com', 'jetpack' ); ?></a> | |
| 147 | 147 | </p> |
| 148 | 148 | <?php |
| 149 | 149 | } |
| 150 | 150 | ?> |