Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
257 commits
Select commit Hold shift + click to select a range
0f51a98
Code Modernization: Check the return type of `parse_url()` on Plugin/…
SergeyBiryukov Aug 17, 2021
6ec2594
Code Modernization: Check the return type of `parse_url()` in `ms_coo…
SergeyBiryukov Aug 17, 2021
acfe40f
Media: Fix layout of media library modal on narrow screens.
peterwilsoncc Aug 18, 2021
cd616cf
Media: Increase number of media items displayed per page.
peterwilsoncc Aug 18, 2021
27a2a80
Code Modernization: Only set `auto_detect_line_endings` in PHP < 8.1.
Aug 18, 2021
9aa1589
External Libraries: Upgrade PHPMailer to version 6.5.1.
SergeyBiryukov Aug 18, 2021
7d88c01
External Libraries: Restore the `phpcs:ignore` statements in PHPMailer.
SergeyBiryukov Aug 18, 2021
66cb5e3
Code Modernization: Silence the deprecation warning for `auto_detect_…
SergeyBiryukov Aug 18, 2021
0222625
Customize: Hide native control on background position field.
peterwilsoncc Aug 19, 2021
05f2894
Media: Check the return type of `_get_cron_array()` in `WP_Media_List…
SergeyBiryukov Aug 19, 2021
e20beac
Tests: Rename classes in `phpunit/tests/admin/` per the naming conven…
SergeyBiryukov Aug 19, 2021
0778740
Tests: Move loading the `WP_Community_Events` class to `set_up_before…
SergeyBiryukov Aug 19, 2021
4583801
Toolbar: Limit the icon transition style to color only.
ryelle Aug 19, 2021
220a6cc
Privacy: Add space below page selector.
ryelle Aug 19, 2021
ee81f71
Tests: Rename classes in `phpunit/tests/editor/` per the naming conve…
SergeyBiryukov Aug 20, 2021
40506e7
Build/Test Tools: Include the commit short summary in Slack messages.
desrosj Aug 20, 2021
fe3d953
REST API: Remove trailing slashes when preloading requests and add un…
azaozz Aug 20, 2021
a2c0ccd
Editor: Replace the remaining references to `wp.editor` with `wp.oldE…
azaozz Aug 21, 2021
43a8715
Tests: Rename classes in `phpunit/tests/error-protection/` per the na…
SergeyBiryukov Aug 21, 2021
402e2e6
Tests: Rename classes in `phpunit/tests/feed/` per the naming convent…
SergeyBiryukov Aug 22, 2021
d4abd5c
Code Modernization: Pass correct default value to `http_build_query()…
SergeyBiryukov Aug 23, 2021
67f8702
Media: Fix `wp_unique_filename()` to check for name collisions with a…
azaozz Aug 24, 2021
efc83a9
Docs: Clarify a comment in `WP_Upgrader::run()`.
SergeyBiryukov Aug 24, 2021
d87fa56
Docs: Add missing `@since` tag for the `$check_signatures` parameter …
SergeyBiryukov Aug 25, 2021
e83a341
Coding Standards: Use static closures when not using `$this`.
hellofromtonya Aug 26, 2021
4e682f0
Coding Standards: Update the config for `WordPress.PHP.NoSilencedErro…
hellofromtonya Aug 26, 2021
e5e2b86
Coding Standards: Update the config for `WordPress.PHP.FileName` in P…
hellofromtonya Aug 26, 2021
ab0e915
Coding Standards: Remove redundant ignore annotation in `populate_opt…
hellofromtonya Aug 26, 2021
a653725
Coding Standards: Make `ignore` annotation more specific in `WP_Site_…
hellofromtonya Aug 26, 2021
29c5794
Coding Standards: Fix indentation and remove `ignore` annotation in `…
hellofromtonya Aug 26, 2021
927bc80
Tests: Move `wp_list_pluck()` tests to their own file.
SergeyBiryukov Aug 26, 2021
a90e7eb
Tests: Remove duplicate `wp_list_pluck()` tests.
SergeyBiryukov Aug 26, 2021
b683b83
Tests: Rename the test file and class for `wp_filter_object_list()` t…
SergeyBiryukov Aug 26, 2021
cd1f879
Tests: Move `wp_list_filter()` tests to their own file.
SergeyBiryukov Aug 26, 2021
72de496
Tests: Move `wp_list_sort()` tests to their own file.
SergeyBiryukov Aug 26, 2021
d616b93
Coding Standards: Add missing visibility keywords for `wp_filter_obje…
Aug 26, 2021
6201d43
Tests: Improve bootstrap error message for when `ABSPATH` folder does…
hellofromtonya Aug 26, 2021
5d6e997
Build/Test Tools: Remove `shell: bash` from PHPUnit test workflow.
desrosj Aug 26, 2021
80b24ab
Build/Test Tools: Remove `shell: bash` from code coverage workflow.
desrosj Aug 26, 2021
ebe147c
Toolbar: Provide a CSS custom property for the admin bar height.
ryelle Aug 26, 2021
62e8d8f
Build/Test Tools: Use list format when defining `environment` variabl…
desrosj Aug 26, 2021
4418069
Editor: Ensure block attribute serialization in PHP matches the JavaS…
desrosj Aug 26, 2021
f838c86
Security: Correct the inline docs for the `wp_kses_allowed_html` filter.
johnbillion Aug 26, 2021
524c2a6
REST API: Correct the description for the `last_updated` property in …
johnbillion Aug 26, 2021
2438aca
Customizer: Respect `prefers-reduced-motion` media query in Customize…
getsource Aug 27, 2021
ef41195
Plugins: Display a message on Plugins list table if a plugin requires…
SergeyBiryukov Aug 27, 2021
52fe9ff
Build/Test Tools: Preserve `text within backticks` in Slack notificat…
desrosj Aug 27, 2021
780be42
Customize: Prevent collapsing expanded panel/section/control when `Es…
SergeyBiryukov Aug 28, 2021
a632c85
Coding Standards: Fix WPCS issue in [51682].
SergeyBiryukov Aug 28, 2021
b29e32c
Administration: Remove a misleading pointer cursor from list items in…
johnbillion Aug 28, 2021
29531de
Build/Test Tools: Install the Composer package dependencies within th…
johnbillion Aug 28, 2021
8dee6dc
Filesystem API: Make sure to only call `fread()` on non-empty files i…
SergeyBiryukov Aug 29, 2021
485c6b8
Menus: Save display locations for new menus.
peterwilsoncc Aug 30, 2021
bb3075d
Build: Remove `css/dist` in `grunt clean` command.
peterwilsoncc Aug 30, 2021
17a285a
External Libraries: Update `whatwg-fetch` package to version 3.6.2.
SergeyBiryukov Aug 30, 2021
1fad3ba
Coding Standards: Apply some minor alignment fixes.
desrosj Aug 30, 2021
da835d6
Code Modernization: Add input validation to `_set_cron_array()`.
hellofromtonya Aug 30, 2021
877c39b
Tests: Test custom assertions parameter data type in `WP_UnitTestCase…
hellofromtonya Aug 30, 2021
30f9d4e
Tests: Do whitespace replacement in `assertDiscardWhitespace()` only …
hellofromtonya Aug 30, 2021
976de7b
Docs: Improve documentation in `wp-signup.php`.
SergeyBiryukov Aug 31, 2021
6b3019b
Widgets: Pass correct context to `get_block_categories()` calls.
SergeyBiryukov Aug 31, 2021
af99f0e
Widgets: Show title and media select fields in Accessibility Mode.
desrosj Aug 31, 2021
60d68fa
Tests: Add missing `@covers` tags for actions' tests.
hellofromtonya Aug 31, 2021
9002ba2
Media: fix showing of the "Filter Media" filds when replacing an imag…
azaozz Aug 31, 2021
1bbc5a4
Media: apply the `wp_editor_set_quality` filter not only when loading…
azaozz Aug 31, 2021
b7a495d
Widgets: Rename and soft deprecate `retrieve_widgets()`.
hellofromtonya Aug 31, 2021
1c9ac8c
Build/Test Tools: Double escape quotation marks(`“`) for Slack “messa…
desrosj Sep 1, 2021
d43e6a6
Build: Clean `css/dist` as part of the webpack build step.
peterwilsoncc Sep 1, 2021
c5461a6
Site Health: Remove MySQL query cache size from the Site Health Info …
SergeyBiryukov Sep 1, 2021
afb38a6
Customize: Add wp-embed-responsive class to body if using widgets blo…
noisysocks Sep 1, 2021
82c52da
Media: Remove documentation detailing specific edge cases in the `ima…
desrosj Sep 1, 2021
baa5ba3
Editor: Update block editor packages for WordPress 5.8.1.
desrosj Sep 1, 2021
88cdf9f
Tests: Add missing @covers tags for `Tests_Admin_IncludesComment`.
hellofromtonya Sep 1, 2021
793bde1
Tests: Add missing @covers tags for `Tests_Admin_wpCommunityEvents`.
hellofromtonya Sep 1, 2021
40edc2a
Docs: Provide a more accurate description for a few script and style …
SergeyBiryukov Sep 2, 2021
d6851a3
Coding Standards: Apply coding standards on CSS.
ryelle Sep 2, 2021
be4552d
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 2, 2021
b83b01e
Docs: Move `@since` notes from the `safe_style_css` filter to the `sa…
SergeyBiryukov Sep 3, 2021
26c0800
Docs: Fix typo in a comment in `WP_Customize_Manager::get_return_url()`.
SergeyBiryukov Sep 4, 2021
a52bc20
Docs: Сlarify that `term_id` is a valid value for the `$field` parame…
SergeyBiryukov Sep 5, 2021
b3326d8
Docs: Correct the `post_submitbox_minor_actions` hook description.
SergeyBiryukov Sep 6, 2021
c6a9a59
Docs: Correct documentation for the `in_plugin_update_message-{$file}…
SergeyBiryukov Sep 7, 2021
60876f2
Code Modernization: Improve `@since` message in `WP_List_Table::colum…
hellofromtonya Sep 7, 2021
a542369
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 7, 2021
031e8ae
Build/Test Tools: Fix CI for running tests on PHP 8.1.
johnbillion Sep 7, 2021
16b0490
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 7, 2021
594079c
Users: Introduce a `meta_input` argument for `wp_insert_user()`.
johnbillion Sep 7, 2021
4f4c344
Code Modernization: Fix reserved keyword and parameter name mismatche…
hellofromtonya Sep 8, 2021
ca4765c
General: Only use `_jsonp_wp_die_handler()` for JSONP REST API requests.
SergeyBiryukov Sep 8, 2021
46c9b70
Editor: fix the replacement of `wp.editor` with `wp.oldEditor` in the…
azaozz Sep 8, 2021
0bf7d5e
Editor: Revert [51748] and [51649]. They intorduced a bug where `wp.e…
azaozz Sep 8, 2021
47a3b90
Code Modernization: Fix last parameter name mismatches for parent/chi…
hellofromtonya Sep 9, 2021
e96aa67
Code Modernization: Fix reserved keyword and parameter name mismatche…
hellofromtonya Sep 9, 2021
2a3113b
Code Modernization: Fix reserved keyword and parameter name mismatche…
hellofromtonya Sep 9, 2021
123b0e4
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 9, 2021
653790b
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 9, 2021
dbc7e56
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 9, 2021
bff35b8
Code Modernization: Fix parameter name mismatch with parent in `WP_Cu…
hellofromtonya Sep 9, 2021
36d6e7d
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 9, 2021
36bca16
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 9, 2021
ec3b413
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 9, 2021
cc1632c
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 9, 2021
50d7248
Code Modernization: Fix parameter name mismatches for parent/child cl…
hellofromtonya Sep 9, 2021
1d0e444
Widgets: Revert [51705].
hellofromtonya Sep 9, 2021
c556e0d
Tests: Add more invalid IP test cases and `@covers` to `Tests_Functio…
hellofromtonya Sep 9, 2021
acad2b4
Code Modernization: Fix null to non-nullable deprecation in `wp_priva…
hellofromtonya Sep 9, 2021
088f304
External Libraries: Update jQuery UI to 1.13.0-rc2.
azaozz Sep 10, 2021
ce168ea
Accessibility: Administration: Improve `aria-label` on network admin …
SergeyBiryukov Sep 10, 2021
9abf35c
Code Modernization: Fix null to non-nullable deprecation in `term_exi…
hellofromtonya Sep 10, 2021
dade4c6
Code Modernization: Fix null to non-nullable deprecations in `WP_Meta…
hellofromtonya Sep 10, 2021
43de6d5
Tests: Add tests for `wpdb::_real_escape()`.
hellofromtonya Sep 10, 2021
14f9288
Code Modernization: Fix "passing null to non-nullable" deprecation in…
hellofromtonya Sep 10, 2021
c64c2d7
Tests: Fix "null to non-nullable" deprecation notice in `Tests_Admin_…
hellofromtonya Sep 10, 2021
d82accc
Code Modernization: Fix "passing null to non-nullable" deprecation no…
hellofromtonya Sep 10, 2021
ad96dc2
Site Health: Add Intl to the list of recommended PHP extensions.
SergeyBiryukov Sep 11, 2021
092ee0f
Site Health: Move the Imagick entry higher in the list of recommended…
SergeyBiryukov Sep 12, 2021
08fe046
Code Modernization: Fix "passing null to non-nullable" deprecation no…
hellofromtonya Sep 13, 2021
a591d51
Twenty Eleven: Set a fixed height for search form when header image i…
SergeyBiryukov Sep 13, 2021
cabe470
Twenty Seventeen: Make blog header margin more specific on front page.
SergeyBiryukov Sep 14, 2021
f98b284
Docs: Update description for the `$wp_version` global.
SergeyBiryukov Sep 14, 2021
6f1a983
Build/Test Tools: Make `WP_TESTS_PHPUNIT_POLYFILLS_PATH` more flexible.
hellofromtonya Sep 14, 2021
c3a3da8
Build/Test Tools: Improve messaging when PHPUnit Polyfills cannot be …
hellofromtonya Sep 14, 2021
3062b3d
Build/Test Tools: Improve messaging when PHPUnit Polyfills do not com…
hellofromtonya Sep 14, 2021
f44a995
Build/Test Tools: Expect an absolute path in `WP_TESTS_PHPUNIT_POLYFI…
hellofromtonya Sep 14, 2021
f329608
I18N: Add a translator comment to clarify the "Block HTML" string in …
SergeyBiryukov Sep 15, 2021
f5aaafd
Upgrade/Install: Create a temporary backup of plugins and themes befo…
SergeyBiryukov Sep 15, 2021
c0b328a
Media: Fix `$content` parameter default value in `img_caption_shortco…
hellofromtonya Sep 15, 2021
07a7b42
Build/Test Tools: Reworks `Tests_Option_Option::test_bad_option_names…
hellofromtonya Sep 15, 2021
97790af
Options, Meta APIs: Fix "passing null to non-nullable" deprecations t…
hellofromtonya Sep 15, 2021
57ad9f1
Block editor: Cache global stylesheet by theme key.
jorgefilipecosta Sep 16, 2021
ecad6ae
Twenty Twenty-One: Add missing escaping for the "Secondary menu" label.
SergeyBiryukov Sep 16, 2021
ab9b51e
Embeds: Add Pinterest as a trusted oEmbed provider.
pento Sep 17, 2021
f386f6f
Coding Standards: Use strict comparison in `wp-inclues/class-wp-http-…
SergeyBiryukov Sep 18, 2021
be12fd2
Coding Standards: Rename the `$arrURL` variable to `$parsed_url` in `…
SergeyBiryukov Sep 19, 2021
4d669c9
Coding Standards: Rename the `$arrURL` variable to `$parsed_url` in `…
SergeyBiryukov Sep 19, 2021
a640860
Coding Standards: Rename the `$arrURL` variable to `$parsed_url` in `…
SergeyBiryukov Sep 19, 2021
8873b17
Coding Standards: Rename the `$processedHeaders` variable to `$proces…
SergeyBiryukov Sep 20, 2021
e881178
Docs: Remove deprecated option groups from `register_setting()` and `…
JJJ Sep 20, 2021
fe9f6a2
Build/Test Tools: Improve Composer update command in bootstrap error …
hellofromtonya Sep 20, 2021
506aa74
Login and Registration: Fix "passing null to non-nullable" deprecatio…
hellofromtonya Sep 20, 2021
cece2cc
REST API: Fix autovivification deprecation notice in `WP_Test_REST_Wi…
hellofromtonya Sep 20, 2021
81ade4d
Build/Test Tools: Fix null handling and string type casting in `WP_Un…
hellofromtonya Sep 20, 2021
0f00893
Docs: Add `@since` notes to `register_setting()` for the deprecated `…
SergeyBiryukov Sep 21, 2021
d7b91f9
Docs: Document some more common names for dynamic hooks and standardi…
johnbillion Sep 21, 2021
9269cbd
Formatting: Pass the block instance as a parameter to the `render_blo…
johnbillion Sep 21, 2021
d05ecf2
Update and enhance the docs for `retrieve_widgets()`.
azaozz Sep 21, 2021
cb5e261
Docs: Update description for `retrieve_widgets()` per the documentati…
SergeyBiryukov Sep 22, 2021
5c18b5f
General: Fix code quality issues which were identified by static anal…
johnbillion Sep 22, 2021
e0f5dfd
Docs: Miscellaneous docblock corrections and improvements.
johnbillion Sep 22, 2021
237efb5
Build/Test Tools: Splits and improves `compat` tests.
hellofromtonya Sep 22, 2021
6b2e2bf
Code Modernization: Fix "passing null to non-nullable" deprecation in…
hellofromtonya Sep 22, 2021
36ed6d5
Docs: Fix typo in the `$clear_working` parameter description in `WP_U…
SergeyBiryukov Sep 23, 2021
5bc2752
Posts, Post Types: Don't add a trailing number when there is a unique…
whyisjake Sep 23, 2021
bf705d9
Coding Standards: Fix the alignment of the array.
whyisjake Sep 23, 2021
3f6ba8a
Build/Test Tools: Upgrades `Tests_Multisite_MS_Permalink_Collision` f…
hellofromtonya Sep 23, 2021
a127063
Tests: Correct the `@ticket` reference in `wp_terms_checklist()` tests.
SergeyBiryukov Sep 24, 2021
80a345f
Tests: Further improve the tests for `avoid_blog_page_permalink_colli…
SergeyBiryukov Sep 24, 2021
3546c69
Tests: Rename classes in `phpunit/tests/multisite/` per the naming co…
SergeyBiryukov Sep 24, 2021
284764c
Build/Test Tools: Remove the PHPUnit container from local Docker envi…
hellofromtonya Sep 24, 2021
364dfec
Tests: Remove unnecessary `setUp()` and `tearDown()` methods in multi…
SergeyBiryukov Sep 25, 2021
e0359da
Tests: Don't skip some Ajax tests on multisite, add them to the `ms-e…
SergeyBiryukov Sep 26, 2021
7c2b54e
Build/Test Tools: Update PHPUnit configuration for PHPUnit 9.5.10/8.5…
SergeyBiryukov Sep 26, 2021
90b6ae9
Tests: Update the `Services_JSON` test for PHPUnit 9.5.10/8.5.21+.
SergeyBiryukov Sep 26, 2021
863b9f0
Coding Standards: Remove duplicate assignment from a ternary operator…
SergeyBiryukov Sep 27, 2021
ab501af
Twenty Twenty: Remove duplicate class name from localized `font-famil…
SergeyBiryukov Sep 28, 2021
48f2966
Twenty Twenty-One: Remove duplicate class name from localized `font-f…
SergeyBiryukov Sep 28, 2021
2bcff1d
Docs: Improve documentation for `WP_Admin_Bar` methods.
SergeyBiryukov Sep 29, 2021
48c68e5
Coding Standards: Use strict comparison in `wp-includes/class-http.php`.
SergeyBiryukov Sep 30, 2021
f6755de
App Passwords: Remove placeholder from the app password name input fi…
hellofromtonya Oct 1, 2021
4226e71
Coding Standards: Use strict comparison in `wp-includes/class-wp-http…
SergeyBiryukov Oct 1, 2021
1f0aed8
Administration: Enable first and last page buttons in `WP_List_Table:…
hellofromtonya Oct 1, 2021
f660632
Twenty Twenty-One: Keep the closing `</span>` tag in footer links.
SergeyBiryukov Oct 2, 2021
6194de4
REST API: Sort widget types by their id.
TimothyBJacobs Oct 2, 2021
3ae66a3
HTTP: Remove the DST Root CA X3 certificate expired on September 30, …
SergeyBiryukov Oct 3, 2021
c69c342
Build/Test Tools: Update the `@wordress/e2e-test-utils` package to ve…
SergeyBiryukov Oct 4, 2021
4bf9084
Docs: Miscellaneous inline documentation improvements, including:
johnbillion Oct 4, 2021
de822e8
Docs: Improve various inline documentation for admin bar functions an…
johnbillion Oct 4, 2021
f2d146d
Administration: Allow plugin action links row to wrap.
hellofromtonya Oct 5, 2021
374adaa
Coding Standards: Use strict type check for `in_array()` in `register…
hellofromtonya Oct 5, 2021
be25c1b
Build/Test Tools: Change the patch version used for testing the 5.6 b…
desrosj Oct 5, 2021
a86f7c7
Accessibility: Privacy: Use red color for action buttons on the Erase…
SergeyBiryukov Oct 5, 2021
83b2339
Permalinks: Move the Nginx documentation link to help sidebar in `wp-…
hellofromtonya Oct 5, 2021
411eaea
Twenty Twenty-One: Remove duplicate `width` and `height` values from …
SergeyBiryukov Oct 6, 2021
ed9f437
Apply the `pre_render_block`, `render_block_data`, and `render_block_…
azaozz Oct 6, 2021
eda09ec
Docs: Add a `@since` note for the new `$parent_block` parameter of se…
SergeyBiryukov Oct 7, 2021
440336b
Taxonomy: Populate the `WP_Terms_List_Table::$items` property in `::p…
SergeyBiryukov Oct 8, 2021
92ff897
External Libraries: Update jQuery UI to 1.13.0 final.
azaozz Oct 8, 2021
4b60c38
Site Health: Use an integer value as a fallback in the available disk…
SergeyBiryukov Oct 9, 2021
184e7c1
Upgrade/Install: Introduce a `move_dir()` function.
SergeyBiryukov Oct 9, 2021
267b071
External Libraries: Update getID3 to version 1.9.21.
SergeyBiryukov Oct 10, 2021
6367c01
External Libraries: Revert [51900] for now to investigate test failures.
SergeyBiryukov Oct 10, 2021
1227fc5
Upgrade/Install: Restore or clean up the temporary plugin or theme ba…
SergeyBiryukov Oct 11, 2021
d96e756
I18N: Add context for some Media Library filter strings:
SergeyBiryukov Oct 12, 2021
65d9094
Build/Test Tools: Add end-to-end (e2e) tests `README.md`.
hellofromtonya Oct 12, 2021
04044f9
Docs: Update documentation for the `date_query_valid_columns` filter.
SergeyBiryukov Oct 13, 2021
ef20d5f
Docs: Update `WP_Date_Query` documentation to reflect changes in acce…
SergeyBiryukov Oct 14, 2021
dc54cea
Media: Display the unsaved changes dialog in image edit form using jQ…
SergeyBiryukov Oct 15, 2021
66ed91d
REST API: Add text-field and textarea-field as available schema forma…
rachelbaker Oct 15, 2021
0800c31
Embeds: Add Wolfram Notebook as a trusted oEmbed provider.
pento Oct 15, 2021
dce6abe
FileSystem API: Fix infinite loop on Windows for `clean_dirsize_cache…
hellofromtonya Oct 15, 2021
f180a08
FileSystem API: Fix autovivification deprecation notice in `recurse_d…
hellofromtonya Oct 15, 2021
0a0e815
FileSystem API: Add safeguard for invalid return from `get_attached_f…
hellofromtonya Oct 15, 2021
d36e2dd
Docs: Improve documentation for the `tax_input` parameter of `wp_inse…
SergeyBiryukov Oct 16, 2021
d802fec
Coding Standards: Consistently escape form action URL in `wp-admin/up…
SergeyBiryukov Oct 17, 2021
ad9de45
REST API: Correct the order of the parameters documented for `WP_REST…
johnbillion Oct 18, 2021
94fb973
Cron: Fix malformed cron array in `wp_schedule_single_event()` when `…
hellofromtonya Oct 18, 2021
ac18b68
Cron: Remove errant `false` values in cron array when upgrading to 5.9+.
hellofromtonya Oct 18, 2021
4dae388
Coding Standards: Add a leading zero in the CSS declarations printed …
SergeyBiryukov Oct 18, 2021
b0cc778
Coding Standards: Add `public` visibility to methods in `src` directory.
hellofromtonya Oct 18, 2021
40fd54a
Help/About: Don't output empty `<span>` tags on Credits screen.
SergeyBiryukov Oct 19, 2021
cbf2a19
Build/Test Tools: Modify the Slack notifications workflow to be a reu…
desrosj Oct 20, 2021
caec0f8
Build/Test Tools: Adjustments as a follow up to [51921].
desrosj Oct 20, 2021
85d529d
Coding Standards: Improve escaping in `wp-admin/theme-install.php`.
SergeyBiryukov Oct 20, 2021
3b61833
Build/Test Tools: Pass required secrets to the Slack notifications wo…
desrosj Oct 20, 2021
d428a5b
Build/Test Tools: Fix syntax for passing secrets to a called workflow.
desrosj Oct 20, 2021
1cf97a3
Coding Standards: Improve escaping in `wp_login_form()`.
SergeyBiryukov Oct 21, 2021
7fb3aa1
Coding Standards: Escape `id` attributes in `WP_Customize_Control::re…
SergeyBiryukov Oct 22, 2021
a1a11d6
Tests: Add `@ticket` references for `page_on_front` canonical tests.
SergeyBiryukov Oct 23, 2021
e6ba58c
Coding Standards: Rename the `$arrHeaders` variable to `$processed_he…
SergeyBiryukov Oct 24, 2021
2238c30
Docs: Use sign-up & signup consistently in `wp-signup.php`.
peterwilsoncc Oct 25, 2021
aa37d5b
Coding Standards: Rename `$theHeaders` variable to `$processed_header…
SergeyBiryukov Oct 25, 2021
22bb0fe
Build/Test Tools: Restore Slack notifications for older branches.
desrosj Oct 25, 2021
e1eb18d
Build/Test Tools: Use the correct workflow name in notifications on `…
desrosj Oct 25, 2021
98bf67e
Tests: Some test improvements for `clean_dirsize_cache()` tests:
SergeyBiryukov Oct 26, 2021
9b6c18b
Admin/HTTP API: add suggested filename support to `download_url()`.
JJJ Oct 27, 2021
28a1ec5
Coding Standards: Rename the `$process` variable to `$processed_respo…
SergeyBiryukov Oct 27, 2021
489260a
Script Loader: Correct the number of arguments passed to the closure …
SergeyBiryukov Oct 27, 2021
c043d40
Docs: Document the usage of some globals in `wp-includes/script-loade…
SergeyBiryukov Oct 27, 2021
0cf6d3e
Role/Capability: Add support for capability queries in `WP_User_Query`.
swissspidy Oct 27, 2021
39479eb
Coding Standards: Correct alignment in `wp_enqueue_global_styles()`.
SergeyBiryukov Oct 28, 2021
548829f
Media: Close attachment details modal with esc key.
joedolson Oct 28, 2021
fe81c8f
Administration: Hide mobile menu on focusout.
joedolson Oct 28, 2021
965a38f
Media: Remove deprecated click function in media uploader.
joedolson Oct 28, 2021
59dc049
Site Health: Correct and improve the documentation for the `debug_inf…
johnbillion Oct 29, 2021
c92c8df
Date/Time: Improve the docblocks for various date and time related fu…
johnbillion Oct 29, 2021
ba6b4c4
Coding Standards: Correct alignment in `WP_Site_Health::get_test_upda…
SergeyBiryukov Oct 29, 2021
5b1da06
Build/Test Tools: Escape `$` within commit messages for `$variables.
desrosj Oct 29, 2021
f28310a
Build/Test Tools: Adjust Slack notifications for `scheduled` and `wor…
desrosj Oct 29, 2021
86c54d8
Build/Test Tools: Use correct URL for a GitHub Action workflow run.
desrosj Oct 29, 2021
ec5ed03
Docs: Miscellaneous docblock improvements.
johnbillion Oct 29, 2021
1f1f1d6
Docs: Further update the `debug_information` filter description per t…
SergeyBiryukov Oct 30, 2021
2716cc5
Docs: Miscellaneous docblock improvements.
johnbillion Oct 30, 2021
9f9c81f
Application Passwords: Various docblock improvements.
johnbillion Oct 30, 2021
57ded3c
REST API: Add visibility information to the Post Types controller.
TimothyBJacobs Oct 31, 2021
07ad6ef
REST API: Send a 500 status code when JSON encoding fails.
TimothyBJacobs Oct 31, 2021
045bec5
Docs: Add a `@since` note to `WP_REST_Post_Types_Controller::get_item…
SergeyBiryukov Oct 31, 2021
bb6c5db
REST API: Support custom namespaces for custom post types.
TimothyBJacobs Oct 31, 2021
9ca3e8f
KSES: Add options for restricting tags based upon their attributes.
pento Nov 1, 2021
2cd084a
REST API: Support custom namespaces for taxonomies.
TimothyBJacobs Nov 1, 2021
175ad4c
Docs: Add a `@since` note for the `rest_namespace` argument of `regis…
SergeyBiryukov Nov 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Coding Standards: Fix indentation and remove ignore annotation in `…
…wp_privacy_send_personal_data_export_email()`.

Follow-up to [51129], [51410].

Props jrf, hellofromTonya.
See #53359.

git-svn-id: https://develop.svn.wordpress.org/trunk@51662 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
hellofromtonya committed Aug 26, 2021
commit 29c57941ff80d7bce059ce28dd5c81d89af4b593
3 changes: 1 addition & 2 deletions src/wp-admin/includes/privacy-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,7 @@ function wp_privacy_send_personal_data_export_email( $request_id ) {

/* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */
$email_text = __(
// phpcs:ignore Generic.WhiteSpace.ScopeIndent.Incorrect, PEAR.Functions.FunctionCallSignature.Indent
'Howdy,
'Howdy,

Your request for an export of personal data has been completed. You may
download your personal data by clicking on the link below. For privacy
Expand Down