Simplify Stories removal notice text#4314
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
a7723bf to
96484a2
Compare
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
| printf( | ||
| '<div class="notice notice-info"><p>%s</p></div>', | ||
| esc_html__( 'The Stories experience has been removed from the AMP plugin. This beta feature is being split into a separate standalone plugin which will be available for installation soon.', 'amp' ) | ||
| esc_html__( 'The Stories experience [beta] has been split into a standalone plugin which will be available soon.', 'amp' ) |
There was a problem hiding this comment.
There is one more instance of this string in the render_stories_deprecation_editor_notice() method.
There was a problem hiding this comment.
Or rather, perhaps two?
There was a problem hiding this comment.
I would strongly advocate for removing the [beta] part from this string.
Also, I would unify the strings. Now there are "has been split" and "is being split"
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
e42d45a to
62a7ed5
Compare
62a7ed5 to
f73a063
Compare
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
…ive-stylesheet-urls * 'develop' of github.com:ampproject/amp-wp: (23 commits) Bump stable tag to 1.4.4 Simplify notice text for Stories removal (#4314) Update composer.lock Bump amp-custom style limit from 50000 to 75000 bytes Update composer.lock Update wp-cli/wp-cli to v2.4.1 Revert "Ignore wp-cli/wp-cli patch for mustache/mustache" Update dependency svg-inline-loader to v0.8.2 (#4302) Update dependency @wordpress/editor to v9.12.1 (#4306) Update dependency @wordpress/server-side-render to v1.8.1 (#4308) Update dependency @wordpress/nux to v3.12.1 (#4307) Update dependency @wordpress/edit-post to v3.13.1 (#4305) Update dependency @wordpress/components to v9.2.1 (#4304) Update dependency @wordpress/block-editor to v3.7.1 (#4303) Update dependency postcss to v7.0.27 (#4309) Update dependency browserslist to v4.8.7 (#4287) Update dependency terser-webpack-plugin to v2.3.5 (#4291) Update dependency sirbrillig/phpcs-variable-analysis to v2.8.1 Ignore wp-cli/wp-cli patch for mustache/mustache Add test ...
Summary
Simplify the message given to users after the Stories experience has been removed. This is the case for users that did not have stories created prior to the removal.
Checklist