Skip to content
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

Remove screen_icon() from Options Framework options page #1531

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

benlk
Copy link
Collaborator

@benlk benlk commented Sep 11, 2018

screen_icon() and get_screen_icon() are deprecated since WordPress 4.8.

screen_icon() triggers a _deprecated_function() call and calls get_screen_icon(), which outputs an HTML comment: https://developer.wordpress.org/reference/functions/get_screen_icon/

Fixes #1523 for #844

screen_icon and get_screen_icon are deprecated since WordPress 4.8.

screen_icon() triggers a _deprecated_function() call and calls
get_screen_icon(), which outputs an HTML comment:
https://developer.wordpress.org/reference/functions/get_screen_icon/
@benlk benlk added this to the 0.6 - Performance & SEO milestone Sep 11, 2018
@benlk benlk added priority: normal Must be completed before release of this version of plugin. type: tech debt For necessary updates because code is old labels Sep 11, 2018
@benlk benlk merged commit 86d01da into 0.5-dev Sep 11, 2018
@benlk benlk deleted the 1523-844-remove-screen_icon branch September 11, 2018 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: normal Must be completed before release of this version of plugin. type: tech debt For necessary updates because code is old
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant