..
actions
admin
Docs: Small inline documentation corrections following [48121].
2020-06-22 19:07:57 +00:00
ajax
I18N: Restore the "Error:" prefix for error messages.
2020-06-21 13:58:46 +00:00
attachment
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
blocks
Editor: Ensure latest comments can only be viewed from public posts.
2020-06-10 19:18:50 +00:00
bookmark
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
canonical
Sitemaps: Add XML sitemaps functionality to WordPress.
2020-06-17 15:22:49 +00:00
category
comment
General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
2020-06-22 17:24:34 +00:00
customize
Docs: Remove unnecessary variables names from @return
tags.
2020-06-19 22:53:54 +00:00
date
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
db
Database: Introduce wpdb::db_server_info()
to retrieve full MySQL server information string as supplied by mysqli_get_server_info()
.
2020-03-12 15:53:01 +00:00
dependencies
Scripts: Use core-js url as polyfill for window.URL.
2020-03-03 16:53:32 +00:00
editor
error-protection
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
external-http
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
feed
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
filesystem
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
formatting
Sitemaps: Add XML sitemaps functionality to WordPress.
2020-06-17 15:22:49 +00:00
functions
Docs: Remove unnecessary variables names from @return
tags.
2020-06-19 22:53:54 +00:00
general
Tests: Rename $d
variable in some date/time tests to $format
for clarity.
2020-02-14 00:11:00 +00:00
hooks
http
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
image
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
import
Comments: Ensure all elements in the array returned by get_comment_count()
are integers.
2020-03-28 20:42:31 +00:00
includes
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
l10n
Tests: Change a few remaining include_once
statements to require_once
, for consistency.
2020-02-06 21:40:05 +00:00
link
Canonical: Redirect paged requests for non-paginated posts to the post permalink.
2020-04-30 12:03:11 +00:00
load
media
menu
Menus: Allow empty taxonomy terms to be surfaced when searching for items.
2020-05-02 22:34:50 +00:00
meta
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
multisite
General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
2020-06-22 17:24:34 +00:00
oembed
Embeds: Ensure that the title attribute is set correctly on embeds.
2020-06-10 16:34:18 +00:00
option
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
pomo
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
post
General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
2020-06-22 17:24:34 +00:00
privacy
Docs: Remove unnecessary variables names from @return
tags.
2020-06-19 22:53:54 +00:00
query
Posts, Post Types: Simplify test_setup_postdata_loop()
.
2020-06-21 10:28:52 +00:00
rest-api
Editor: Remove default "layout" block attribute from WP_Block_Type::get_attributes
2020-06-22 12:20:20 +00:00
rewrite
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
sitemaps
Sitemaps: Add XML sitemaps functionality to WordPress.
2020-06-17 15:22:49 +00:00
taxonomy
term
Code Standards: Clean up whitespace on the end of a file.
2020-05-29 23:34:00 +00:00
theme
REST API: Add additional fields to the themes controller.
2020-06-07 06:44:08 +00:00
url
user
Docs: Remove unnecessary variables names from @return
tags.
2020-06-19 22:53:54 +00:00
widgets
General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
2020-06-22 17:24:34 +00:00
xmlrpc
Tests: Adjust XML-RPC unit tests for [47160].
2020-02-02 04:07:50 +00:00
actions.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
adminbar.php
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
auth.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
avatar.php
Media: Enable lazy-loading of images by automatically adding the new loading="lazy"
attribute to image tags on the front-end.
2020-04-08 00:53:18 +00:00
basic.php
Tests: Add a unit test to ensure the "Supported Versions" section of GitHub Security Policy always includes the latest stable branch.
2020-03-02 01:11:29 +00:00
cache.php
Coding Standards: Cleans up some PHPCS issues introduced in [47938].
2020-06-09 22:40:50 +00:00
canonical.php
Canonical: Add the ability to disable redirect_guess_404_permalink()
.
2020-06-01 18:47:41 +00:00
category.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
comment-submission.php
Comments: Ensure that inserting a comment with an empty type results in correct comment
type.
2020-04-26 13:42:03 +00:00
comment.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
compat.php
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
cron.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
db.php
Docs: Update inline comment in Tests_DB::test_locale_floats()
.
2020-03-24 01:05:31 +00:00
dbdelta.php
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
dependencies.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
file.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
filters.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
functions.php
General: Trim the input data in maybe_unserialize()
, for consistency with is_serialized()
.
2020-03-13 21:12:01 +00:00
kses.php
Formatting: new filter safecss_filter_attr_allow_css
on css parts.
2020-06-18 20:59:43 +00:00
l10n.php
link.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
locale.php
mail.php
External Libraries: Upgrade PHPMailer to version 6.1.6.
2020-06-12 15:45:30 +00:00
media.php
General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
2020-06-22 17:24:34 +00:00
meta.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
multisite.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
pluggable.php
Cache API: Introduce wp_cache_get_multi()
.
2020-06-09 19:45:27 +00:00
post.php
Tests: Remove unnecessary use of wpdb_exposed_methods_for_testing
in test_utf8mb3_post_saves_with_emoji()
.
2020-03-05 11:53:34 +00:00
query.php
rest-api.php
General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
2020-06-22 17:24:34 +00:00
rewrite.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
shortcode.php
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
site-health.php
Code Modernization: Replace dirname( __FILE__ )
calls with __DIR__
magic constant.
2020-02-06 06:31:22 +00:00
taxonomy.php
Taxonomy: In register_taxonomy()
, return the registered taxonomy object on success, for consistency with register_post_type()
.
2020-02-05 06:24:16 +00:00
template.php
term.php
Posts, Post Types: Introduce default_category_post_types
filter.
2020-06-14 21:40:10 +00:00
theme.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
upload.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
url.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
user.php
Docs: Remove unnecessary variables names from @return
tags.
2020-06-19 22:53:54 +00:00
walker.php
Docs: Improve inline comments per the documentation standards.
2020-01-29 00:43:23 +00:00
widgets.php
General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
2020-06-22 17:24:34 +00:00
wp.php