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

constructor method for WP_Widget deprecated #3

Merged

Conversation

mehigh
Copy link

@mehigh mehigh commented Apr 24, 2016

This fixes the following PHP Notice:

The called constructor method for WP_Widget in JobmanLatestJobsWidget
is deprecated since version 4.3.0! Use
__construct()
instead.

(+ also removed white spaces from end of the lines, according to Wordpress Coding Standards - https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards)

thomastownsend and others added 4 commits December 20, 2015 20:08
The called constructor method for WP_Widget in JobmanLatestJobsWidget
is deprecated since version 4.3.0! Use
__construct()
instead.
@thomastownsend thomastownsend merged commit bf30ece into thomastownsend:development Apr 28, 2016
@mehigh
Copy link
Author

mehigh commented Apr 28, 2016

Thanks for getting this in, Thomas!

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

Successfully merging this pull request may close these issues.

None yet

2 participants