WordPress/wp-includes
2019-09-23 23:54:56 +00:00
..
blocks Block Editor: Fixes failing unit tests related to Social Link blocks 2019-09-19 15:47:58 +00:00
certificates
css Accessibility: Improve and modernize user interface controls for better contrast. Fifth part: Common form controls. 2019-09-23 16:21:58 +00:00
customize
fonts
ID3 External Library: Update getid3 to 1.9.18 2019-09-18 14:54:57 +00:00
images
IXR
js Accessibility: Media: Make screen readers announce the Media search results. 2019-09-23 12:19:56 +00:00
pomo
random_compat
Requests External Libraries: Fix PHP 7.4 compatibility issues in the Requests library. 2019-09-23 18:11:59 +00:00
rest-api REST API: Introduce WP_Post_Type::get_rest_controller() caching method to prevent unnecessary REST controller construction. 2019-09-23 20:25:57 +00:00
SimplePie External Libraries: Fix PHP 7.4 compatibility issues in the SimplePie library. 2019-09-23 18:17:58 +00:00
sodium_compat
Text
theme-compat
widgets Script Loader: Introduce HTML5 support for scripts and styles. 2019-09-18 14:50:56 +00:00
admin-bar.php Script Loader: Introduce HTML5 support for scripts and styles. 2019-09-18 14:50:56 +00:00
atomlib.php
author-template.php
blocks.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
bookmark-template.php
bookmark.php Docs: Improve documentation for get_bookmarks(). 2019-09-16 19:55:56 +00:00
cache.php
canonical.php
capabilities.php
category-template.php
category.php
class-feed.php
class-http.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
class-IXR.php
class-json.php Code Modernization: Deprecate the Services_JSON and Services_JSON_Error classes. 2019-09-20 19:53:57 +00:00
class-oembed.php
class-phpass.php
class-phpmailer.php
class-pop3.php
class-requests.php External Libraries: Fix PHP 7.4 compatibility issues in the Requests library. 2019-09-23 18:11:59 +00:00
class-simplepie.php
class-smtp.php
class-snoopy.php
class-walker-category-dropdown.php
class-walker-category.php Accessibility: Add aria-current to the Archives, Categories, and Recent Posts widgets output. 2019-09-18 12:25:56 +00:00
class-walker-comment.php
class-walker-nav-menu.php
class-walker-page-dropdown.php
class-walker-page.php
class-wp-admin-bar.php Code Modernisation: Remove redundant calls to func_get_arg() in wp-includes/class-wp-admin-bar.php. 2019-09-15 11:46:54 +00:00
class-wp-ajax-response.php
class-wp-block-parser.php
class-wp-block-styles-registry.php
class-wp-block-type-registry.php
class-wp-block-type.php
class-wp-comment-query.php Code Modernisation: Replace call_user_func_array() in various __call() methods with dynamic function calls. 2019-09-15 11:53:56 +00:00
class-wp-comment.php
class-wp-customize-control.php
class-wp-customize-manager.php Code Modernization: Use the ** operator instead of the pow() function in wp_convert_bytes_to_hr() for better performance. 2019-09-21 12:49:57 +00:00
class-wp-customize-nav-menus.php
class-wp-customize-panel.php Code Modernisation: Replace call_user_func_array() in wp-includes/class-wp-customize-*.php with direct function calls in combination with the spread operator. 2019-09-15 11:27:55 +00:00
class-wp-customize-section.php Code Modernisation: Replace call_user_func_array() in wp-includes/class-wp-customize-*.php with direct function calls in combination with the spread operator. 2019-09-15 11:27:55 +00:00
class-wp-customize-setting.php Code Modernisation: Replace call_user_func_array() in wp-includes/class-wp-customize-*.php with direct function calls in combination with the spread operator. 2019-09-15 11:27:55 +00:00
class-wp-customize-widgets.php Code Modernisation: Replace call_user_func_array() in wp-includes/class-wp-customize-*.php with direct function calls in combination with the spread operator. 2019-09-15 11:27:55 +00:00
class-wp-date-query.php
class-wp-dependency.php
class-wp-editor.php Code Modernization: Remove conditional use of PHP realpath(). 2019-09-20 20:46:56 +00:00
class-wp-embed.php
class-wp-error.php
class-wp-fatal-error-handler.php Site Health: Add a link to "Debugging in WordPress" support article to fatal PHP error handler's default message. 2019-09-16 17:23:55 +00:00
class-wp-feed-cache-transient.php
class-wp-feed-cache.php
class-wp-hook.php Code Modernisation: Replace call_user_func_array() in combination with an empty array in wp-includes/class-wp-hook.php with call_user_func(). 2019-09-15 11:45:56 +00:00
class-wp-http-cookie.php
class-wp-http-curl.php Code Modernization: Remove a workaround for CURLOPT_PROTOCOLS in WP_Http_Curl::request(). 2019-09-20 22:23:58 +00:00
class-wp-http-encoding.php
class-wp-http-ixr-client.php
class-wp-http-proxy.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
class-wp-http-requests-hooks.php
class-wp-http-requests-response.php
class-wp-http-response.php
class-wp-http-streams.php
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php Media: Prevent unnecessary whitespace around PDF Thumbnails. 2019-09-23 10:36:57 +00:00
class-wp-image-editor.php Media/Upload: rotate images on upload according to EXIF Orientation. 2019-09-20 18:21:57 +00:00
class-wp-list-util.php
class-wp-locale-switcher.php
class-wp-locale.php Code Modernization: Remove all code using a version_compare() with a PHP version older than PHP 5.6. 2019-09-20 22:02:57 +00:00
class-wp-matchesmapregex.php
class-wp-meta-query.php Query: Expand the list of operators available to compare_key in WP_Meta_Query. 2019-09-19 15:03:56 +00:00
class-wp-metadata-lazyloader.php
class-wp-network-query.php
class-wp-network.php
class-wp-oembed-controller.php
class-wp-oembed.php Code Modernisation: Replace call_user_func_array() in various __call() methods with dynamic function calls. 2019-09-15 11:53:56 +00:00
class-wp-paused-extensions-storage.php
class-wp-post-type.php REST API: Introduce WP_Post_Type::get_rest_controller() caching method to prevent unnecessary REST controller construction. 2019-09-23 20:25:57 +00:00
class-wp-post.php
class-wp-query.php Docs: Correct @since tag for comments_popup public query variable removed in [35848]. 2019-09-20 17:44:59 +00:00
class-wp-recovery-mode-cookie-service.php
class-wp-recovery-mode-email-service.php Site Health: Include simple debug data in fatal error protection email. 2019-09-23 20:27:56 +00:00
class-wp-recovery-mode-key-service.php
class-wp-recovery-mode-link-service.php
class-wp-recovery-mode.php
class-wp-rewrite.php Code Modernisation: Remove redundant call to func_get_arg() in wp-includes/class-wp-rewrite.php. 2019-09-15 11:47:54 +00:00
class-wp-role.php
class-wp-roles.php Code Modernisation: Replace call_user_func_array() in various __call() methods with dynamic function calls. 2019-09-15 11:53:56 +00:00
class-wp-session-tokens.php
class-wp-simplepie-file.php
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php
class-wp-site.php
class-wp-tax-query.php
class-wp-taxonomy.php
class-wp-term-query.php
class-wp-term.php
class-wp-text-diff-renderer-inline.php
class-wp-text-diff-renderer-table.php
class-wp-theme.php Bundled Themes: Make Twenty Twenty the new default theme. 2019-09-23 21:00:58 +00:00
class-wp-user-meta-session-tokens.php
class-wp-user-query.php Docs: Correct accepted values for search_columns parameter in WP_User_Query. 2019-09-17 15:43:56 +00:00
class-wp-user-request.php
class-wp-user.php Code Modernisation: Replace call_user_func_array() in various __call() methods with dynamic function calls. 2019-09-15 11:53:56 +00:00
class-wp-walker.php Code Modernisation: Replace call_user_func_array() in wp-includes/class-wp-walker.php with dynamic function calls. 2019-09-15 11:50:55 +00:00
class-wp-widget-factory.php Code Modernization: Remove workarounds for spl_object_hash(). 2019-09-20 22:34:57 +00:00
class-wp-widget.php
class-wp-xmlrpc-server.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php Script Loader: Move the current_theme_supports() check above the wp_default_(scripts|styles) action, for consistency. 2019-09-18 22:42:55 +00:00
class.wp-styles.php Script Loader: Move the current_theme_supports() check above the wp_default_(scripts|styles) action, for consistency. 2019-09-18 22:42:55 +00:00
comment-template.php
comment.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
compat.php Code Modernization: Remove JSON related polyfills. 2019-09-20 20:16:58 +00:00
cron.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
date.php
default-constants.php Bundled Themes: Make Twenty Twenty the new default theme. 2019-09-23 21:00:58 +00:00
default-filters.php
default-widgets.php
deprecated.php Code Modernization: Use the ** operator instead of the pow() function in wp_convert_bytes_to_hr() for better performance. 2019-09-21 12:49:57 +00:00
embed-template.php
embed.php Script Loader: Introduce HTML5 support for scripts and styles. 2019-09-18 14:50:56 +00:00
error-protection.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
functions.php Code Modernization: Remove all code using a version_compare() with a PHP version older than PHP 5.6. 2019-09-20 22:02:57 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Accessibility: Add aria-current to the Archives, Categories, and Recent Posts widgets output. 2019-09-18 12:25:56 +00:00
http.php
kses.php KSES: Add support for modern layout techniques in style attribute. 2019-09-22 22:17:57 +00:00
l10n.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
link-template.php Accessibility: Make sure the navigation ARIA landmarks used for posts and comments navigation are properly labelled. 2019-09-22 22:32:59 +00:00
load.php Bootstrap/Load: Reorganize the initialization flow so that the check for PHP and MySQL requirements could run as early as possible. 2019-09-19 12:02:58 +00:00
locale.php
media-template.php Accessibility: Media: Make screen readers announce the Media search results. 2019-09-23 12:19:56 +00:00
media.php Accessibility: Media: Make screen readers announce the Media search results. 2019-09-23 12:19:56 +00:00
meta.php REST API: Issue warning if array meta is registered without item schema. 2019-09-19 14:36:55 +00:00
ms-blogs.php Multisite/Sites: Add links to filter websites by status. 2019-09-23 17:35:59 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
ms-load.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
ms-network.php
ms-settings.php
ms-site.php
nav-menu-template.php Code Modernisation: Replace call_user_func_array() in wp-includes/nav-menu-template.php with a dynamic function call. 2019-09-15 11:31:57 +00:00
nav-menu.php
option.php
pluggable-deprecated.php
pluggable.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
plugin.php Code Modernization: Remove workarounds for spl_object_hash(). 2019-09-20 22:34:57 +00:00
post-formats.php
post-template.php Code Modernisation: Replace call_user_func_array() in wp-includes/post-template.php with a dynamic function call. 2019-09-15 11:32:54 +00:00
post-thumbnail-template.php
post.php Posts, Post Types: Build list of "date floating" post stati dynamically when inserting post. 2019-09-23 21:02:56 +00:00
query.php
registration-functions.php
registration.php
rest-api.php REST API: Introduce WP_Post_Type::get_rest_controller() caching method to prevent unnecessary REST controller construction. 2019-09-23 20:25:57 +00:00
revision.php
rewrite.php
rss-functions.php
rss.php
script-loader.php r46253: Use implode instead of join, see #47746 2019-09-23 18:09:58 +00:00
session.php
shortcodes.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
spl-autoload-compat.php
taxonomy.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
template-loader.php
template.php
theme.php Themes: After [46164], make sure $type_attr is always defined in _custom_background_cb(). 2019-09-23 20:09:57 +00:00
update.php
user.php
vars.php
version.php WordPress 5.3 Beta 1. 2019-09-23 23:54:56 +00:00
widgets.php Widgets: Introduce register_sidebar_defaults filter for default arguments in register_sidebar(). 2019-09-16 09:13:54 +00:00
wlwmanifest.xml
wp-db.php Docs: Docblock corrections and improvements, mostly related to various pre_* filters. 2019-09-21 17:41:57 +00:00
wp-diff.php