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

Skeleton needs update. It calls deprecated functions: add_custom_image_header() & get_current_theme(). #114

Open
feralreason opened this issue Sep 27, 2019 · 0 comments

Comments

@feralreason
Copy link

The Skeleton Theme needs an update (is throwing notices when debug is "On".)
It calls deprecated "add_custom_image_header" on line 269 of functions.php. Should use add_theme_support( 'custom-header', $args ) instead.
It calls "get_theme( get_current_theme());" on line 128. Should use wp_get_theme($stylesheet) instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant