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 Depreciation Warning #219

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Fix Depreciation Warning #219

merged 1 commit into from
Feb 14, 2023

Conversation

cvladan
Copy link
Contributor

@cvladan cvladan commented Feb 10, 2023

This depreciation warning is really driving me crazy:

PHP Deprecated:  Creation of dynamic property Create_Block_Theme::$loader is deprecated in ... class-create-block-theme.php on line 49

This is just a quick fix.

This depreciation warning is really driving me crazy:

```
PHP Deprecated:  Creation of dynamic property Create_Block_Theme::$loader is deprecated in ... class-create-block-theme.php on line 49
```

This is just a quick fix.
Copy link
Contributor

@matiasbenedetto matiasbenedetto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I Tested on PHP 8.2 I could see the deprecation message. This fix removes the warning.
LGTM
Thanks, @cvladan for the PR! 🚀

@matiasbenedetto matiasbenedetto merged commit 52d86fb into WordPress:trunk Feb 14, 2023
@cvladan cvladan deleted the patch-1 branch February 14, 2023 10:51
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.

2 participants