..
actions
admin
Code Modernization: Remove all code using a version_compare()
with a PHP version older than PHP 5.6.
2019-09-20 22:01:36 +00:00
ajax
Tests: Add an xdebug group for tests that require xdebug.
2019-08-19 02:17:50 +00:00
attachment
blocks
bookmark
canonical
category
comment
Accessibility: Comments: In comment_form()
, remove aria-describedby
attribute from the email field if there's no associated description in the comment_notes_before
argument.
2019-09-11 01:50:23 +00:00
customize
Twenty Twenty: Rename widget areas to sidebar-1
and sidebar-2
.
2019-09-23 23:16:59 +00:00
date
Date/Time: Introduce get_post_datetime()
to retrieve post published or modified time as a DateTimeImmutable
object instance.
2019-09-17 11:13:25 +00:00
db
Code Modernization: Remove all code using a version_compare()
with a PHP version older than PHP 5.6.
2019-09-20 22:01:36 +00:00
dependencies
Docs: Format multi-line comment in [46180] per the documentation standards.
2019-09-19 11:39:01 +00:00
editor
error-protection
external-http
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
feed
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
filesystem
formatting
Coding Standards: Fix WPCS issue in [45990].
2019-09-04 18:40:13 +00:00
functions
Tests: Correct assertion in test_wp_validate_boolean()
to make sure the return type is properly tested.
2019-09-21 10:28:53 +00:00
general
Docs: Fix placement of some duplicate hook references.
2019-09-10 19:22:07 +00:00
hooks
Code Modernisation: Introduce the spread operator in tests/phpunit/*
.
2019-09-15 11:03:45 +00:00
http
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
image
Media: Improve handling of cases where an uploaded image matches exactly a defined intermediate size. In most of these cases the original image has been edited by the user and is "web ready", there is no need for an identical intermediate image.
2019-09-07 01:33:16 +00:00
import
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
includes
l10n
I18N: Add support for custom WP_PLUGIN_URL
in load_script_textdomain()
.
2019-07-27 12:43:56 +00:00
link
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
load
media
menu
Menus: Nav menu locations should not be integers.
2019-09-13 17:57:57 +00:00
meta
Query: Expand the list of operators available to compare_key
in WP_Meta_Query
.
2019-09-19 15:02:20 +00:00
multisite
General: Linter cleanup
2019-09-25 22:52:54 +00:00
oembed
Tests: Add an xdebug group for tests that require xdebug.
2019-08-19 02:17:50 +00:00
option
Administration: Adjust [45814] to address a backward compatibility issue for plugins passing multiple CSS classes to add_settings_error()
.
2019-08-22 00:21:49 +00:00
pomo
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
post
Code Modernization: Remove all code using a version_compare()
with a PHP version older than PHP 5.6.
2019-09-20 22:01:36 +00:00
privacy
Privacy: Introduce wp_privacy_personal_data_email_to
and wp_privacy_personal_data_email_subject
filters.
2019-09-23 19:24:20 +00:00
query
Query: Expand the list of operators available to compare_key
in WP_Meta_Query
.
2019-09-19 15:02:20 +00:00
rest-api
REST API: Use delta comparison for floating date tests added in [46252] to avoid race conditions.
2019-09-23 21:17:04 +00:00
rewrite
taxonomy
term
General: Linter cleanup
2019-09-25 22:52:54 +00:00
theme
Code Modernization: Remove all code using a version_compare()
with a PHP version older than PHP 5.6.
2019-09-20 22:01:36 +00:00
url
user
Users: Make wp_list_authors()
unit tests more readable.
2019-08-14 15:35:19 +00:00
widgets
Code Modernization: Remove all code using a version_compare()
with a PHP version older than PHP 5.6.
2019-09-20 22:01:36 +00:00
xmlrpc
Date/Time: Update XML-RPC tests for invalid date input to account for a more consistent mysql2date()
error handling in [45908].
2019-08-29 16:43:28 +00:00
actions.php
adminbar.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
auth.php
Users: Clean user cache in check_password_reset_key()
tests.
2019-08-01 19:53:45 +00:00
avatar.php
basic.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
cache.php
canonical.php
category.php
comment-submission.php
comment.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
compat.php
Code Modernization: Remove all code using a version_compare()
with a PHP version older than PHP 5.6.
2019-09-20 22:01:36 +00:00
cron.php
db.php
Code Modernisation: Replace call_user_func_array()
in tests/phpunit/tests/db.php
with dynamic function calls.
2019-09-15 11:55:42 +00:00
dbdelta.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
dependencies.php
file.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
filters.php
functions.php
Code Modernization: Remove all code using a version_compare()
with a PHP version older than PHP 5.6.
2019-09-20 22:01:36 +00:00
kses.php
KSES: Add support for modern layout techniques in style
attribute.
2019-09-22 22:16:19 +00:00
l10n.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
link.php
locale.php
I18N: Following [45688], remove test for removed method.
2019-07-27 14:29:28 +00:00
mail.php
Mail: Add a unit test to make sure wp_mail()
does not duplicate the MIME-Version
header added automatically by PHPMailer.
2019-09-14 21:34:51 +00:00
media.php
Fix (unrelated) test after [46066].
2019-09-05 22:52:29 +00:00
meta.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
multisite.php
Fix PHP coding standards after [46251].
2019-09-23 18:11:15 +00:00
pluggable.php
post.php
Posts, Post Types: Build list of "date floating" post stati dynamically when inserting post.
2019-09-23 21:01:16 +00:00
query.php
rest-api.php
Tests: Remove a test for rest_preload_api_request()
only relevant for PHP 5.2.
2019-09-20 22:26:18 +00:00
rewrite.php
shortcode.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
site-health.php
Site Health Check: New tests file missed in [45801].
2019-08-15 00:36:38 +00:00
taxonomy.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00
template.php
term.php
theme.php
Bundled Themes: Make Twenty Twenty the new default theme.
2019-09-23 20:59:48 +00:00
upload.php
url.php
user.php
Users: Adjust [45708] to make sure wp_update_user()
does not issue a WP_Error
if a single site was previously set up as Multisite and there's still a spam
field in the user table.
2019-08-22 01:52:16 +00:00
walker.php
widgets.php
Code Modernisation: Replace call_user_func_array()
in wp-admin/includes/widgets.php
and associated unit tests with a direct function call.
2019-09-15 11:40:08 +00:00
wp.php
Coding Standards: Fix the remaining issues in /tests
.
2019-07-08 00:55:20 +00:00