Sergey Biryukov
f6bff0572f
Tests: Make some optional parameters required in unit tests for previous/next attachment links.
...
This resolves a "Deprecated: Required parameter follows optional parameter" notice on PHP 8.
Follow-up to [48794], [51122].
See #45708 , #52625 .
Built from https://develop.svn.wordpress.org/trunk@51172
git-svn-id: http://core.svn.wordpress.org/trunk@50781 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-16 17:31:59 +00:00
Sergey Biryukov
07737d2d8d
External Libraries: Upgrade PHPMailer to version 6.5.0.
...
Release notes: https://github.com/PHPMailer/PHPMailer/releases/tag/v6.5.0
For a full list of changes in this update, see the PHPMailer GitHub:
https://github.com/PHPMailer/PHPMailer/compare/v6.4.1...v6.5.0
Props ayeshrajans, Synchro.
Fixes #53430 .
Built from https://develop.svn.wordpress.org/trunk@51169
git-svn-id: http://core.svn.wordpress.org/trunk@50778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-16 17:02:59 +00:00
Sergey Biryukov
b27fbee0f3
Docs: Update syntax for some multi-line comments per the documentation standards.
...
Follow-up to [51003], [51149].
See #52628 .
Built from https://develop.svn.wordpress.org/trunk@51168
git-svn-id: http://core.svn.wordpress.org/trunk@50777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-16 09:42:56 +00:00
Sergey Biryukov
5ffd5d6e9b
Editor: Check if `supports` metadata key is defined before migrating typography keys.
...
This avoids an "Undefined index" PHP notice on blocks without a `supports` key in `block.json`.
Follow-up to [51089], [51153], [51159].
Props walbo.
Fixes #53416 .
Built from https://develop.svn.wordpress.org/trunk@51167
git-svn-id: http://core.svn.wordpress.org/trunk@50776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 21:37:58 +00:00
Sergey Biryukov
d32aa67e80
Docs: Update syntax for multi-line comment in `wp_generate_attachment_metadata()` per the documentation standards.
...
Follow-up to [23766], [25968], [35554], [51162].
Props hellofromTonya.
Fixes #52603 .
Built from https://develop.svn.wordpress.org/trunk@51166
git-svn-id: http://core.svn.wordpress.org/trunk@50775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 19:10:58 +00:00
desrosj
282a246085
Post WordPress 5.8 Beta 2 version bump.
...
Built from https://develop.svn.wordpress.org/trunk@51165
git-svn-id: http://core.svn.wordpress.org/trunk@50774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 18:05:58 +00:00
desrosj
5ff9de5830
WordPress 5.8 Beta 2.
...
Built from https://develop.svn.wordpress.org/trunk@51164
git-svn-id: http://core.svn.wordpress.org/trunk@50773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 17:40:57 +00:00
Sergey Biryukov
8bb6b05d78
Quick/Bulk Edit: Ensure that `$post_ids` variable is initialized ahead of usage.
...
This brings some consistency between similar fragments of `wp-admin/edit.php` and `wp-admin/upload.php`.
Follow-up to [51111], [51161].
See #39589 , #53411 .
Built from https://develop.svn.wordpress.org/trunk@51163
git-svn-id: http://core.svn.wordpress.org/trunk@50772 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 17:04:56 +00:00
Sergey Biryukov
4803207ba1
Media: Make sure `wp_generate_attachment_metadata()` always returns an array.
...
This matches the documentation for the filter of the same name.
Previously, the function could return `false` for an audio or video attachment that does not exist in the local filesystem.
Props Chouby, SergeyBiryukov.
Fixes #52603 .
Built from https://develop.svn.wordpress.org/trunk@51162
git-svn-id: http://core.svn.wordpress.org/trunk@50771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 16:52:56 +00:00
davidbaumwald
870a494015
Media: Ensure `$post_ids` is evaluated properly when processing bulk actions.
...
After [51111], the `$post_ids` variable is now initialized as an empty array when processing a bulk action. As such, the original check using `isset` on `$post_ids` will always evaluate to `true`. This change swaps the `isset` checks for `empty` to check array length instead.
Props david.binda, hellofromTonya.
Fixes #53411 .
Built from https://develop.svn.wordpress.org/trunk@51161
git-svn-id: http://core.svn.wordpress.org/trunk@50770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 16:51:59 +00:00
Sergey Biryukov
84d822fc46
I18N: Remove redundant `default` text domain parameter in some `__()` calls.
...
Follow-up to [43919], [44262], [48141], [50259].
See #52627 .
Built from https://develop.svn.wordpress.org/trunk@51160
git-svn-id: http://core.svn.wordpress.org/trunk@50769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 16:16:57 +00:00
Sergey Biryukov
200a5058e0
Docs: Add missing documentation for `wp_migrate_old_typography_shape()`.
...
Follow-up to [51089].
See #52991 , #52628 .
Built from https://develop.svn.wordpress.org/trunk@51159
git-svn-id: http://core.svn.wordpress.org/trunk@50768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 16:04:58 +00:00
Sergey Biryukov
0def70a94c
Coding Standards: Use consistent formatting for `_wp_posts_page_notice()` and `_wp_block_editor_posts_page_notice()`.
...
Remove redundant casting to `int` for post ID, which is always an integer.
Follow-up to [51116].
See #45537 , #52627 .
Built from https://develop.svn.wordpress.org/trunk@51158
git-svn-id: http://core.svn.wordpress.org/trunk@50767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 15:50:58 +00:00
Sergey Biryukov
4811dad603
I18N: Use consistent pattern for placeholder references in translator comments for some bundled theme strings.
...
Follow-up to [42827], [44562], [50234].
See #52628 .
Built from https://develop.svn.wordpress.org/trunk@51157
git-svn-id: http://core.svn.wordpress.org/trunk@50766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 15:38:57 +00:00
youknowriad
b018c55899
Block Editor: Second batch of fixes for 5.8 beta 2
...
This includes:
- Fix regression emptying post content block in template mode.
- Legacy Widget: Don't display "No preview" when widget has image tags.
See #53397 .
Built from https://develop.svn.wordpress.org/trunk@51156
git-svn-id: http://core.svn.wordpress.org/trunk@50765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 15:30:24 +00:00
Sergey Biryukov
aed608b98c
Coding Standards: Remove a one-time `$message` variable in WordPress version requirement notices for bundled themes.
...
This makes the formatting of these messages more consistent.
Follow-up to [23816], [51154].
See #52627 .
Built from https://develop.svn.wordpress.org/trunk@51155
git-svn-id: http://core.svn.wordpress.org/trunk@50764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 15:24:58 +00:00
Sergey Biryukov
e05ffb46a5
Coding Standards: Remove a one-time `$message` variable in some `_doing_it_wrong()` calls.
...
This brings some consistency with most other calls.
Follow-up to [23378], [25605], [34745], [36219], [44108], [46111], [48156].
See #52627 .
Built from https://develop.svn.wordpress.org/trunk@51154
git-svn-id: http://core.svn.wordpress.org/trunk@50763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 15:22:58 +00:00
Sergey Biryukov
4d3ddd056f
Editor, I18N: Remove code from a translatable string in `wp_migrate_old_typography_shape()`.
...
Replace a `trigger_error()` call with `_doing_it_wrong()` for consistency with how similar messages are displayed elsewhere in core.
Follow-up to [51089].
See #52991 .
Built from https://develop.svn.wordpress.org/trunk@51153
git-svn-id: http://core.svn.wordpress.org/trunk@50762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 14:02:59 +00:00
Sergey Biryukov
408db6120e
Docs: Document the `VALID_ORIGINS` constant in `WP_Theme_JSON`.
...
Follow-up to [51149].
See #52628 .
Built from https://develop.svn.wordpress.org/trunk@51152
git-svn-id: http://core.svn.wordpress.org/trunk@50761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 11:25:08 +00:00
Sergey Biryukov
6276e68c6c
Docs: Document the usage of `$wp_embed` global in `WP_oEmbed_Controller::get_proxy_item()`.
...
Follow-up to [48135].
Fixes #52628 .
Built from https://develop.svn.wordpress.org/trunk@51151
git-svn-id: http://core.svn.wordpress.org/trunk@50760 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 10:24:57 +00:00
Sergey Biryukov
aba17cd9ea
Docs: Document the usage of `$_wp_current_template_content` global in a few block template functions.
...
Follow-up to [51003], [51149].
See #52628 .
Built from https://develop.svn.wordpress.org/trunk@51150
git-svn-id: http://core.svn.wordpress.org/trunk@50759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 10:21:57 +00:00
youknowriad
c114304471
Block Editor: Update the WordPress packages with the fixes for 5.8 beta 2.
...
This includes:
**Various**
- Fix multi selection for nested blocks https://github.com/WordPress/gutenberg/pull/32536
- Consistently show the drop indicator while dragging blocks https://github.com/WordPress/gutenberg/pull/31896
- Fix horizontal drop indicator https://github.com/WordPress/gutenberg/pull/32589
- Fix Safari flickering issue https://github.com/WordPress/gutenberg/pull/32581
- Silence useSelect zombie bug errors https://github.com/WordPress/gutenberg/pull/32088
**Template Editor**
- Clarify the template creation modal https://github.com/WordPress/gutenberg/pull/32427
- Only add skip links for block templates https://github.com/WordPress/gutenberg/pull/32451
**Widgets Editor**
- Add block breadcrumb https://github.com/WordPress/gutenberg/pull/32498 https://github.com/WordPress/gutenberg/pull/32528 https://github.com/WordPress/gutenberg/pull/32569
- Saved deleted and restored widgets. https://github.com/WordPress/gutenberg/pull/32534
- Fix unsaved changes detection https://github.com/WordPress/gutenberg/pull/32573
- Fix button spacing in the header https://github.com/WordPress/gutenberg/pull/32585
- Avoid extra undo levels https://github.com/WordPress/gutenberg/pull/32572
- Move Legacy Widget block to the `@wordpress/widgets` package https://github.com/WordPress/gutenberg/pull/32501
- Fix Social Links color inheritance https://github.com/WordPress/gutenberg/pull/32625
- Use Button appender https://github.com/WordPress/gutenberg/pull/32580
**Global Styles (theme.json)**
- Separate the presets per origin in the block editor settings https://github.com/WordPress/gutenberg/pull/32358 https://github.com/WordPress/gutenberg/pull/32622
- Use CSS Custom Properties for the preset styles https://github.com/WordPress/gutenberg/pull/32627
**Performance**
- Remove is-typing classname to improve typing performance https://github.com/WordPress/gutenberg/pull/32567
Props nosolosw, jorgefilipecosta, aristath, ntsekouras, peterwilsoncc, mcsf.
See #53397 .
Built from https://develop.svn.wordpress.org/trunk@51149
git-svn-id: http://core.svn.wordpress.org/trunk@50758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 08:52:30 +00:00
desrosj
f0ac297720
Editor: Replace a Gutenberg specific function with the Core equivalent.
...
This replaces a stray instance of `gutenberg_experimental_set()` with the WordPress Core version of this function, `_wp_array_set()`.
A stray `gutenberg` text domain is also removed from a `__()` call.
Props walbo, chaion07, JeffPaul.
Fixes #53369 .
Built from https://develop.svn.wordpress.org/trunk@51148
git-svn-id: http://core.svn.wordpress.org/trunk@50757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-14 23:44:58 +00:00
desrosj
e0e19035dc
Coding Standards: Apply some alignment fixes.
...
Follow up to [51145].
See #50105 .
Built from https://develop.svn.wordpress.org/trunk@51147
git-svn-id: http://core.svn.wordpress.org/trunk@50756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-14 23:43:02 +00:00
desrosj
8fad82a2d6
Build/Test Tools: Replace the deprecated `@babel/polyfill`.
...
This replaces the dependency of the deprecated `@babel/polyfill` package with the `core-js` package through `@wordpress/babel-preset-default`.
Previously, the file consisted of a generalized group of polyfills, and not all of them were required. This change allows the contents of this file to be built according to the exact needs as dictated by the `@wordpress/babel-preset-default` package, which takes into account the current browser support.
Props gziolo, youknowriad.
Fixes #52941 .
Built from https://develop.svn.wordpress.org/trunk@51146
git-svn-id: http://core.svn.wordpress.org/trunk@50755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-14 23:18:11 +00:00
joedolson
fe1cb3ff0d
Media: Restore AJAX response data shape in media library.
...
Restore the original shape of the AJAX response data in the media library after removing infinite scroll, and pass total number of attachments in the response headers `X-WP-Total` and `X-WP-TotalPages`.
Improve backwards compatibility for plugins intercepting the ajax response. Headers match the structure and count calculation used in REST API responses.
Fix an issue with hiding the spinner after the load is completed and ensure that the load more view is created when changing tabs in the media library modal.
Follow up to [50829].
props adamsilverstein, spacedmonkey, joedolson.
Fixes #50105 .
Built from https://develop.svn.wordpress.org/trunk@51145
git-svn-id: http://core.svn.wordpress.org/trunk@50754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-14 20:50:57 +00:00
Aaron Jorbin
5d9ca9dc68
Block Editor: Prevent duplicate queries
...
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.
This was introduced in [51003].
Props david.binda, jorbin.
Fixes #53280 . See #53176 .
Built from https://develop.svn.wordpress.org/trunk@51144
git-svn-id: http://core.svn.wordpress.org/trunk@50753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-14 20:39:57 +00:00
desrosj
b7489425cb
Site Health: Display a list of file formats supported by the GD library.
...
This adds the list of file formats supported by the GD library to the Media Handling section in Site Health.
This will help site owners debug any issues they encounter as support for newer, more modern image formats is added (such as WebP in [50810]).
Follow up to [50817].
Props adamsilverstein, jorbin.
Fixes #53022 .
Built from https://develop.svn.wordpress.org/trunk@51143
git-svn-id: http://core.svn.wordpress.org/trunk@50752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-14 18:59:59 +00:00
Sergey Biryukov
05e98e28f3
Docs: Update documentation for some `WP_Customize_Widgets` methods per the documentation standards.
...
* Add missing `@since` tags for the `$id_base` parameter of ::sanitize_widget_instance()` and `::sanitize_widget_js_instance()`.
* Document the usage of `$wp_widget_factory` global in `::sanitize_widget_instance()`.
* Use multi-line comment syntax for a comment in `::enqueue_scripts()`.
Follow-up to [50996], [51141].
See #52628 .
Built from https://develop.svn.wordpress.org/trunk@51142
git-svn-id: http://core.svn.wordpress.org/trunk@50751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-14 15:16:58 +00:00
Sergey Biryukov
2e0e705d4c
Docs: Document the usage of `$wp_widget_factory` global in `WP_Customize_Widgets::sanitize_widget_instance()`.
...
Follow-up to [50996].
Props jontyravi, audrasjb.
Fixes #53394 .
Built from https://develop.svn.wordpress.org/trunk@51141
git-svn-id: http://core.svn.wordpress.org/trunk@50750 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-14 11:02:57 +00:00
Sergey Biryukov
9f91305af2
Tests: Fix typo in a `retrieve_widgets()` test name.
...
Correct parameter description for `data_wp_widget_get_field_name()`.
Follow-up to [34780], [41555].
See #52625 .
Built from https://develop.svn.wordpress.org/trunk@51140
git-svn-id: http://core.svn.wordpress.org/trunk@50749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-13 16:28:58 +00:00
Sergey Biryukov
39e041b877
Tests: Fix typo in a `get_bookmarks()` test name.
...
Follow-up to [44546].
See #52625 .
Built from https://develop.svn.wordpress.org/trunk@51139
git-svn-id: http://core.svn.wordpress.org/trunk@50748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-12 15:49:02 +00:00
Sergey Biryukov
41e3cb04ad
Docs: Correct DocBlock formatting for some revision tests.
...
Follow-up to [50949], [51124].
See #52628 .
Built from https://develop.svn.wordpress.org/trunk@51138
git-svn-id: http://core.svn.wordpress.org/trunk@50747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-11 12:36:00 +00:00
Sergey Biryukov
3c2c27c637
Tests: Use `assertSameSets()` in some newly introduced tests.
...
This ensures that not only the array values being compared are equal, but also that their type is the same.
Going forward, stricter type checking by using `assertSameSets()` or `assertSameSetsWithIndex()` should generally be preferred, to make the tests more reliable.
Follow-up to [48939], [49925], [50157], [50959], [50960], [50995], [51079].
See #52625 .
Built from https://develop.svn.wordpress.org/trunk@51137
git-svn-id: http://core.svn.wordpress.org/trunk@50746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-10 19:20:01 +00:00
Peter Wilson
8df65cdbe9
Widgets: Improve unit tests for RSS Widget.
...
Prevent unit tests from making HTTP requests to wordpress.org. Specify URLs as https rather than http.
Follow up to [51107].
Props hellofromTonya.
Fixes #53278 .
Built from https://develop.svn.wordpress.org/trunk@51136
git-svn-id: http://core.svn.wordpress.org/trunk@50745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 23:51:56 +00:00
Sergey Biryukov
adf23b3ed5
Tests: Ignore EOL differences in some tests using multiline string assertions.
...
Unix vs. Windows EOL style mismatches can cause misleading failures in tests using the heredoc syntax (`<<<`) or multiline strings as the expected result.
Follow-up to [48466], [50995], [51079].
See #52625 .
Built from https://develop.svn.wordpress.org/trunk@51135
git-svn-id: http://core.svn.wordpress.org/trunk@50744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 19:42:58 +00:00
desrosj
8c4cff0708
Upgrade/Install: Built files should not be included in the `$_old_files` list.
...
Follow up to [51133].
Unprops desrosj.
See #53367 .
Built from https://develop.svn.wordpress.org/trunk@51134
git-svn-id: http://core.svn.wordpress.org/trunk@50743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 16:22:03 +00:00
desrosj
f7c74d3994
Upgrade/Install: Update the `$_old_files` list for 5.8.
...
Follow up to [50761], [50794], [51021].
Props kapilpaul, desrosj.
See #52991 , #52846 , #53246 .
Fixes #53367 .
Built from https://develop.svn.wordpress.org/trunk@51133
git-svn-id: http://core.svn.wordpress.org/trunk@50742 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 15:54:57 +00:00
desrosj
f9aaec8f73
Post WordPress 5.8 Beta 1 version bump.
...
Built from https://develop.svn.wordpress.org/trunk@51132
git-svn-id: http://core.svn.wordpress.org/trunk@50741 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 02:40:58 +00:00
desrosj
3ee24bd3bf
WordPress 5.8 Beta 1.
...
Built from https://develop.svn.wordpress.org/trunk@51131
git-svn-id: http://core.svn.wordpress.org/trunk@50740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 02:02:58 +00:00
desrosj
15ee62321a
Build/Test Tools: Silence jQuery Migrate console warnings when running E2E tests.
...
These warnings will still be visible in the browser console. The majority of the warnings are coming from jQuery UI, which is still waiting for a new update to be released that is jQuery >= 3.0 friendly.
This change makes the E2E test results more readable without having to tread through the large number of warnings.
Props isabel_brison.
Fixes #52860 .
Built from https://develop.svn.wordpress.org/trunk@51130
git-svn-id: http://core.svn.wordpress.org/trunk@50739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 01:36:57 +00:00
antpb
06cddbd3b3
Privacy: Improve naming of user confimed action email filters.
...
The filters `user_confirmed_action_email_content`, `user_erasure_complete_email_subject`, and `user_erasure_complete_email_headers` have been deprecated.
They have been replaced with `user_erasure_fulfillment_email_content`, `user_erasure_fulfillment_email_subject`, and `user_erasure_fulfillment_email_headers`.
Props desrosj, garrett-eclipse, birgire, DrewAPicture, lifeforceinst, ocean90, pbiron, pento, coffee2code, TZ-Media, SergeyBiryukov, johnbillion, audrasjb, davidbaumwald, hellofromTonya, helen, xkon, antpb, peterwilsoncc, lukecarbis.
Fixes #44314 .
Built from https://develop.svn.wordpress.org/trunk@51129
git-svn-id: http://core.svn.wordpress.org/trunk@50738 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 01:35:58 +00:00
desrosj
af81b98b92
Tests: Introduce some E2E tests for the Quick Draft dashboard widget.
...
Props isabel_brison, johnbillion.
Fixes #523905 .
Built from https://develop.svn.wordpress.org/trunk@51128
git-svn-id: http://core.svn.wordpress.org/trunk@50737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-09 00:20:56 +00:00
whyisjake
2e36162a20
Widgets: Don't decode HTML entities ahead of the widget constructor.
...
This reverts the changes from [51114].
See #53138 .
Unprops whyisjake.
Built from https://develop.svn.wordpress.org/trunk@51127
git-svn-id: http://core.svn.wordpress.org/trunk@50736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 23:40:00 +00:00
desrosj
37652569e4
Login and Registration: Improve the unknown username error message
...
The new message is more clear and makes the next step more clear to the user.
Props dd32, SergeyBiryukov, audrasjb, desrosj, dlh, marybaum, chanthaboune, jeffpaul.
Fixes #52915 .
Built from https://develop.svn.wordpress.org/trunk@51126
git-svn-id: http://core.svn.wordpress.org/trunk@50735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 23:34:58 +00:00
whyisjake
32ecbd061e
Permalinks: Revert the changes stemming from pagination limits.
...
In [51118], an attempt was made to add pagination limits. The added tests need to be updated to ensure that they pass with the new changes.
Reverts [51118].
See #50233 .
Built from https://develop.svn.wordpress.org/trunk@51125
git-svn-id: http://core.svn.wordpress.org/trunk@50734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 23:32:56 +00:00
whyisjake
011a598fa1
Revisions: Check and return errors for insertions to revisions.
...
Fixes #30009 .
Props rmccue, adamsilverstein, coreymckrill, whyisjake.
Built from https://develop.svn.wordpress.org/trunk@51124
git-svn-id: http://core.svn.wordpress.org/trunk@50733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 23:24:57 +00:00
antpb
38e4f333c0
Media: Allow multi-uploads in Galleries.
...
Previously, when more than one media item was uploaded using a gallery, failures occurred on the second upload.
Props glendaviesnz, Mista-Flo, hellofromTonya.
Fixes #53169 .
Built from https://develop.svn.wordpress.org/trunk@51123
git-svn-id: http://core.svn.wordpress.org/trunk@50732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 23:14:55 +00:00
whyisjake
cc26b6f068
Media: Add new functions to return the previous/next attachment links.
...
New functions:
* get_adjacent_image_link()
* get_next_image_link()
* get_previous_image_link()
Fixes #45708 .
Props flixos90, DrewAPicture, mor10, antpb, hellofromTonya, whyisjake.
Built from https://develop.svn.wordpress.org/trunk@51122
git-svn-id: http://core.svn.wordpress.org/trunk@50731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 23:13:57 +00:00
antpb
bb041c2503
Feeds: Avoid notices in `get_post_comments_feed_link()`.
...
When an feed request is made to a non-existent page, surpress the notice.
Props dd32, SergeyBiryukov, mukesh27, hellofromTonya.
Fixes #52814 .
Built from https://develop.svn.wordpress.org/trunk@51121
git-svn-id: http://core.svn.wordpress.org/trunk@50730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 23:00:59 +00:00