-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Position Jumpstart dialog close button same as upgrade dialog close button #8961
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,7 +163,6 @@ function jetpack_get_module_i18n( $key ) { | |
'seo-tools' => array( | ||
'name' => _x( 'SEO Tools', 'Module Name', 'jetpack' ), | ||
'description' => _x( 'Better results on search engines and social media.', 'Module Description', 'jetpack' ), | ||
'recommended description' => _x( 'Better results on search engines and social media.', 'Jumpstart Description', 'jetpack' ), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You may want to revert this file to avoid having it show up in this PR. See: #8981 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Due to the previous upstream change in |
||
), | ||
|
||
'sharedaddy' => array( | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No newline at end of file.