Commit 57c6e21
committed
Merge branch 'trunk' into LAPSrj/trunk
* trunk: (44 commits)
I18N: Use `wp_get_list_item_separator()` as list separator for the states of sites, posts, and media.
Tests: Use `assertSame()` in some newly introduced tests.
Export: Update `export_wp()` to handle `get_comment()` returning `null` due to filter.
I18N: Add missing translation functions for REST API app login.
Tests: Use `assertSame()` in some newly introduced tests.
Networks and Sites: Ensure the Site Address field renders in correct order when RTL locale is active.
Tests: Use `assertSame()` in some newly introduced tests.
Add: Unit test to validate core abilities schemas only include valid properties.
Docs: Improve specificity of types in `WP_Script_Modules` and `script-modules.php` functions.
I18N: add border.radiusSizes key to theme-i18n.json
Posts, Post Types: Only set default title for custom post types if they have title support.
Site Health: Include value of `EMPTY_TRASH_DAYS` constant in debug data.
Docs: Improve accuracy for types in phpdoc for `WP_Dependencies`, `_WP_Dependency`, `WP_Scripts`, and `WP_Styles`.
Script Loader: Re-target release for missing dependency notices from 7.0.0 to 6.9.1.
Docs: Add missing parameter descriptions in `wp-admin/install.php`.
Site Health: Add common HTTP response headers for page cache detection.
Docs: Update `@since x.y.z` with actual version number.
Plugins: Restore line break between the filter links row and the plugin cards in the Featured view.
Mail: Add missing `embeds` key for the `wp_mail_succeeded` action's `$mail_data` param.
Upgrade/Install: Add missing file to the `$_old_files` array.
...File tree
125 files changed
+1050
-482
lines changed- src
- js/_enqueues/wp
- wp-admin
- includes
- network
- wp-content/themes
- twentyeleven
- inc
- twentyfifteen
- inc
- twentyfourteen
- twentynineteen
- inc
- twentyseventeen
- inc
- twentysixteen
- twentyten
- twentythirteen
- inc
- twentytwelve
- twentytwentyfive
- twentytwentyfour
- twentytwentyone
- assets
- css
- sass/01-settings
- twentytwentythree
- twentytwentytwo
- twentytwenty
- inc
- template-parts
- wp-includes
- css
- html-api
- rest-api/endpoints
- tests/phpunit/tests
- abilities-api
- admin
- block-processor
- blocks
- comment
- dependencies
- functions
- html-api
- pluggable
- rest-api
- script-modules
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+1050
-482
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | | - | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4804 | 4804 | | |
4805 | 4805 | | |
4806 | 4806 | | |
| 4807 | + | |
| 4808 | + | |
4807 | 4809 | | |
4808 | 4810 | | |
4809 | 4811 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1592 | 1592 | | |
1593 | 1593 | | |
1594 | 1594 | | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
1595 | 1600 | | |
1596 | 1601 | | |
1597 | 1602 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| 677 | + | |
677 | 678 | | |
678 | 679 | | |
679 | 680 | | |
| |||
682 | 683 | | |
683 | 684 | | |
684 | 685 | | |
685 | | - | |
| 686 | + | |
686 | 687 | | |
687 | | - | |
| 688 | + | |
688 | 689 | | |
689 | 690 | | |
690 | 691 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3412 | 3412 | | |
3413 | 3413 | | |
3414 | 3414 | | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
| 3418 | + | |
| 3419 | + | |
| 3420 | + | |
| 3421 | + | |
| 3422 | + | |
| 3423 | + | |
| 3424 | + | |
3415 | 3425 | | |
3416 | 3426 | | |
3417 | 3427 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
689 | 694 | | |
690 | 695 | | |
691 | 696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2285 | 2285 | | |
2286 | 2286 | | |
2287 | 2287 | | |
2288 | | - | |
| 2288 | + | |
2289 | 2289 | | |
2290 | 2290 | | |
2291 | 2291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| 402 | + | |
402 | 403 | | |
403 | 404 | | |
404 | 405 | | |
| |||
409 | 410 | | |
410 | 411 | | |
411 | 412 | | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | 413 | | |
416 | 414 | | |
417 | 415 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| |||
0 commit comments