-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Removed assets referred to from deprecated functions. #31395
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
Conversation
|
Using this image as an example, it's used from within |
|
🤔 I'm thinking this isn't the focus of the PR and perhaps the goal is just to reduce package size; but building on my last thought it makes me wonder if we shouldn't just turn functions like |
barryhughes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a question, really just to double-check comfort with this change. Beyond that, LGTM (so marking as approved to expedite things if we're happy).
|
Good question. Not sure at this point. We should probably form a policy about what to do with deprecated functions. In this particular case, though, I think the whole old setup wizard is now deprecated and I'm not even sure if it can be accessed somehow, as on a new installation, the new OBW is started right after activation. We should just remove the whole file at some point, or turn all functions in there to noops. Let's discuss with the team. |
|
Hi @peterfabian, thanks for merging this pull request. Please take a look at these follow-up tasks you may need to perform:
|
|
@peterfabian I just spotted that this PR removed the storefront.png file while trunk is still referencing the file at
Do you want me to open a new issue to restore the file? |
All Submissions:
Changes proposed in this Pull Request:
Removes images that are referred to from deprecated functions and methods. Not entirely backward compatible, but hoping not many people are actually using these in their plugins.
How to test the changes in this Pull Request:
Other information:
Changelog entry
FOR PR REVIEWER ONLY: