-
Notifications
You must be signed in to change notification settings - Fork 384
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
Rename AMP Invalid URLs to AMP Validated URLs #1487
Conversation
The name is now 'AMP Validated URLs', and the menu name is 'Validated URLs.' But this does not change the slug, as that probably belongs in a separate PR that replaces the post_type of existing posts.
Only for AMP_Validation_Error_Taxonomy, as the previous commit applied to AMP_Invalid_URL_Post_Type.
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.
Tested the branch and everything is in place. LGTM!
Approved Hi @westonruter, On pulling checking out this branch and loading a page, the post types are updated as expected. BeforeAfter |
Looks Good On Staging Getting ready for the The new logic looks to have converted the post types well. |
amp_invalid_url
toamp_validated_url
.AMP_Invalid_URL
toAMP_Validated_URL
.s/invalud/validated/
Before
After