Prevent Admin Bar Items From Wrapping if There's More Items Than the Available Adminbar Width#352
Closed
KZeni wants to merge 1 commit intoWordPress:masterfrom
Closed
Prevent Admin Bar Items From Wrapping if There's More Items Than the Available Adminbar Width#352KZeni wants to merge 1 commit intoWordPress:masterfrom
KZeni wants to merge 1 commit intoWordPress:masterfrom
Conversation
…Available Adminbar Width Code from version 1.0.3 of https://wordpress.org/plugins/admin-bar-wrap-fix/ per that plugin ideally not being necessary to prevent issues that this resolves (with WordPress just preventing it from the start.)
Author
|
See #1082 as the trac ticket this was attached to (https://core.trac.wordpress.org/ticket/44438) was seen as a duplicate of https://core.trac.wordpress.org/ticket/28983. As such, the PR has been moved over to the active ticket involved here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trac ticket: https://core.trac.wordpress.org/ticket/44438 (has been open for some time without being really followed up on so hopefully this PR breathes some life back into this.)
The Trac ticket has a bunch of additional details regarding the issue being resolved here, screenshots, etc.
Code here is from version 1.0.3 of https://wordpress.org/plugins/admin-bar-wrap-fix/ (June 22, 2020) per that plugin ideally not being necessary to prevent issues that this resolves (with WordPress just preventing it from the start.) Somewhat of a "patch plugin" equivalent to a "feature plugin" WordPress has for forthcoming features, and it might be good to include it in the WP core at some point (if not now).
Edit: Also see https://core.trac.wordpress.org/ticket/28983 as this ticket may take precedent as it's older than my ticket mentioned above while discussing the same issue (though the actual method/implementation to proceed with is yet to be decided, it seems.)