-
Notifications
You must be signed in to change notification settings - Fork 383
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
Consistently use wp_parse_url(); deprecate AMP_WP_Utils #995
Conversation
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.
Bumping to 4.8 is not required yet. This can stay at 4.7 for now. Note that the removal of AMP_WP_Utils
was filed in #876. By all means we should cease calling it, but we cannot straight remove the class yet since other plugins may be calling it. The class and its methods should be marked as deprecated.
I removed the version bump, restored the class and marked the class and its function as deprecated. |
parse_url()
andAMP_WP_Utils::parse_url()
.Fixes #876.