-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
First batch of package updates for WordPress 5.8 beta 3 #32848
Merged
Merged
Conversation
This file contains 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
… to Theme (#32568) * navigation: update category from Design to Theme * loginout: update category from Design to Theme * query: update category from Design to Theme * post title: update category from Design to Theme * post content: update category from Design to Theme * post date: update category from Design to Theme * post excerpt: update category from Design to Theme * post featured image: update category from Design to Theme * post author: update category from Design to Theme * post comment: update category from Design to Theme * post comments: update category from Design to Theme * post comments count: update category from Design to Theme * post comments form: update category from Design to Theme * post comments link: update category from Design to Theme * term description: update category from Design to Theme * nextpage: update category from Design to Theme * break: undo category change * post navigation link: update category from Design to Theme
* Update and expand block descriptions for Query and Post Template. * Add helpful text explaining the different intricate parts of a WP query. The goal is to introduce users to some of the more obscure concepts that come with WordPress, making the Query block a paving stone for more advanced usage of the software.
When passing args to WP_Query::__construct method (in this case, but creating a new WP_Query, this one internally executes the WP_Query::get_posts method and stores the result in the WP_Query::posts property. When calling the WP_Query::get_posts again, the same SQL query gets executed, and the result is again stored in the WP_Query::posts property. Originally done in WordPress Core in https://core.trac.wordpress.org/changeset/51144 for https://core.trac.wordpress.org/ticket/53176 with props to jorbin and david.binda.
Co-authored-by: Bernie Reiter <[email protected]>
…way the post editor does (#32766)
…y when GUTENBERG_PHASE is 1 (#32801)
* Fix widgets background when loading theme styles * Adjust for dark background colors. * Fix heading hover styles * Fix theme styles in legacy widget preview * Remove theme colour from editor background * Remove border styling as not needed anymore * Add toggle and fix background styles * Fix padding issue * Add back interface background color * Fix legacy widget select padding * Fix theme style bleed * Fix space around widget area heading * Move .editor-styles-wrapper to the widget area * Create temp canvas only if no canvas exists; inserter fix * Add theme styles for older versions of WP Co-authored-by: Robert Anderson <[email protected]>
…bar (#32762) * Remove overflow inherit style * Switch to using mousedown instead of focusin * Revert style change
youknowriad
requested review from
adamziel,
ajitbohra,
chrisvanpatten,
draganescu,
ellatrix,
kevin940726,
nerrad and
noisysocks
as code owners
June 21, 2021 11:45
youknowriad
requested review from
oandregal,
ntwb,
spacedmonkey,
talldan,
tellthemachines and
TimothyBJacobs
as code owners
June 21, 2021 11:45
Size Change: +1.12 kB (0%) Total Size: 1.04 MB
ℹ️ View Unchanged
|
7 tasks
…has no the right permissions (#32817) * [Block Library - Site Title, Site Tagline] - Readonly view when user has no the right permissions * fix multi-entity-save tests * Fallback value during init of RichText until title is loaded
7 tasks
There's a lint failure on this PR. It's not clear why it's only failing on this branch and not in trunk and it's being fixed in #32866 |
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.
This includes
Various:
gutenberg
domain from Post Template block #32804Template Editor:
Widgets Editor: