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

Deprecated get_file_path_from_theme method. #45831

Merged
merged 3 commits into from
Sep 12, 2023
Merged

Conversation

spacedmonkey
Copy link
Member

@spacedmonkey spacedmonkey commented Nov 17, 2022

What?

Part of #45171

Deprecated get_file_path_from_theme method, using the existing get_file_path on the theme object exists. This method has a filter and better documented.

Why?

How?

Testing Instructions

Screenshots or screencast

@codesandbox
Copy link

codesandbox bot commented Nov 17, 2022

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

Copy link
Member

@felixarntz felixarntz left a comment

Choose a reason for hiding this comment

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

Mostly LGTM, however I have a concern on the way the deprecation is being handled. Not necessarily opposed, but I wanna make sure we have thought this through.

@aristath
Copy link
Member

Out of curiosity, Is there a reason we don't simply use the get_theme_file_path function? 🤔

@github-actions
Copy link

github-actions bot commented Jan 17, 2023

Flaky tests detected in 3298728.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6149298630
📝 Reported issues:

@spacedmonkey
Copy link
Member Author

Out of curiosity, Is there a reason we don't simply use the get_theme_file_path function? 🤔

Because we already have a theme instance already.

Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
@spacedmonkey spacedmonkey added the Backport from WordPress Core Pull request that needs to be backported to a Gutenberg release from WordPress Core label Jun 27, 2023
@spacedmonkey
Copy link
Member Author

Backport from core now this has been merged - WordPress/wordpress-develop@a13f896

Copy link
Member

@jorgefilipecosta jorgefilipecosta left a comment

Choose a reason for hiding this comment

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

The change looks good and matches what we have in the core now, so I think we should merge this PR soon to avoid accidentally reverting the core during backport.

@github-actions
Copy link

This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress.

If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core Github repository soon after this pull request is merged.

If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack.

Thank you! ❤️

View changed files
❔ lib/class-wp-theme-json-resolver-gutenberg.php

@spacedmonkey spacedmonkey merged commit 699819c into trunk Sep 12, 2023
50 checks passed
@spacedmonkey spacedmonkey deleted the fix/deprecate-method branch September 12, 2023 14:16
@github-actions github-actions bot added this to the Gutenberg 16.7 milestone Sep 12, 2023
@mikachan mikachan added [Type] Enhancement A suggestion for improvement. [Feature] Block API API that allows to express the block paradigm. labels Sep 20, 2023
@github-actions
Copy link

Warning: Type of PR label error

To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.

  • Type-related labels to choose from: [Type] Accessibility (a11y), [Type] Automated Testing, [Type] Breaking Change, [Type] Bug, [Type] Build Tooling, [Type] Code Quality, [Type] Copy, [Type] Developer Documentation, [Type] Enhancement, [Type] Experimental, [Type] Feature, [Type] New API, [Type] Task, [Type] Performance, [Type] Project Management, [Type] Regression, [Type] Security, [Type] WP Core Ticket, Backport from WordPress Core.
  • Labels found: [Type] Enhancement, [Feature] Block API, Backport from WordPress Core.

Read more about Type labels in Gutenberg.

1 similar comment
@github-actions
Copy link

Warning: Type of PR label error

To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.

  • Type-related labels to choose from: [Type] Accessibility (a11y), [Type] Automated Testing, [Type] Breaking Change, [Type] Bug, [Type] Build Tooling, [Type] Code Quality, [Type] Copy, [Type] Developer Documentation, [Type] Enhancement, [Type] Experimental, [Type] Feature, [Type] New API, [Type] Task, [Type] Performance, [Type] Project Management, [Type] Regression, [Type] Security, [Type] WP Core Ticket, Backport from WordPress Core.
  • Labels found: [Type] Enhancement, [Feature] Block API, Backport from WordPress Core.

Read more about Type labels in Gutenberg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport from WordPress Core Pull request that needs to be backported to a Gutenberg release from WordPress Core [Feature] Block API API that allows to express the block paradigm. [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants