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

Fix PHP deprecated warnings #42

Merged
merged 4 commits into from Nov 22, 2023

Conversation

marcissimus
Copy link
Collaborator

@marcissimus marcissimus commented Nov 17, 2023

Fixes the following PHP 8 messages in debug.log:

[17-Nov-2023 17:56:40 UTC] PHP Deprecated:  Required parameter $args follows optional parameter $depth in /mnt/web101/d2/95/5228195/htdocs/lio/wp-content/themes/suffusion/library/suffusion-walkers.php on line 27
[17-Nov-2023 17:56:40 UTC] PHP Deprecated:  Required parameter $output follows optional parameter $depth in /mnt/web101/d2/95/5228195/htdocs/lio/wp-content/themes/suffusion/library/suffusion-walkers.php on line 27

[17-Nov-2023 17:23:12 UTC] PHP Deprecated:  Required parameter $current_comment follows optional parameter $custom_options in /mnt/web101/d2/95/5228195/htdocs/lio/wp-content/themes/suffusion/functions/filters.php on line 48
[17-Nov-2023 17:23:12 UTC] PHP Deprecated:  Required parameter $current_post follows optional parameter $custom_options in /mnt/web101/d2/95/5228195/htdocs/lio/wp-content/themes/suffusion/functions/filters.php on line 48

Closes #37

@marcissimus marcissimus merged commit 3dc286f into sayontan:master Nov 22, 2023
@marcissimus marcissimus deleted the fix_php_deprecate branch November 22, 2023 17:08
@marcissimus marcissimus mentioned this pull request Nov 22, 2023
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.

Issue with PHP 8.1
2 participants