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: remove invalid param from wp_register_style() in gutenberg_enqueue_stored_styles() #68409

Conversation

justlevine
Copy link
Contributor

What?

This PR fixes an issue in gutenberg_enqueue_stored_styles() where wp_register_style() is called with an invalid $media arg value of true.

To resolve, the entire $media arg has been removed from the function call, in favor of the default $media = 'all'.

Why?

While this issue was surfaced by PHPStan (via #66693) it can be remediated independently as part of #66598

How?

Testing Instructions

Testing Instructions for Keyboard

Screenshots or screencast

Before After

Copy link

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: justlevine <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@carolinan carolinan added the [Type] Code Quality Issues or PRs that relate to code quality label Jan 27, 2025
@carolinan carolinan merged commit 271ec7b into WordPress:trunk Jan 27, 2025
65 of 68 checks passed
@github-actions github-actions bot added this to the Gutenberg 20.2 milestone Jan 27, 2025
@justlevine justlevine deleted the fix/invalid-wp_register_style-gutenberg_enqueue_stored_styles branch January 27, 2025 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Code Quality Issues or PRs that relate to code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants