WordPress/wp-includes
TimothyBlynJacobs 20d961e622 REST API: Support embedding links in rest_preload_api_request().
Props lpawlik, spacedmonkey.
Fixes #51722.

Built from https://develop.svn.wordpress.org/trunk@50005


git-svn-id: http://core.svn.wordpress.org/trunk@49706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-23 23:26:58 +00:00
..
assets Build/Test Tools: Update several NPM packages. 2021-01-06 14:53:40 +00:00
block-patterns
block-supports Docs: Fix some docblock issues introduced in 5.6. 2020-12-10 23:27:06 +00:00
blocks
certificates
css Build/Test Tools: Update CSS files after grunt precommit:css. 2021-01-20 19:07:00 +00:00
customize Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
fonts
ID3
images
IXR XML-RPC: Emit an appropriate HTTP status code when an error is returned in response to an XML-RPC request. 2020-12-21 20:23:02 +00:00
js External Libraries: First pass at fixing jQuery deprecations in WordPress core and bundled themes. 2021-01-22 12:32:03 +00:00
PHPMailer
pomo Docs: Various docblock improvements. 2020-12-10 23:59:03 +00:00
random_compat
Requests
rest-api REST API: Allow sending an empty array to delete multi meta keys. 2021-01-17 00:51:09 +00:00
SimplePie
sitemaps
sodium_compat Upgrade/Install: Update sodium_compat to v1.14.0. 2020-12-03 17:41:07 +00:00
Text
theme-compat
widgets Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
admin-bar.php
atomlib.php Feeds: Fix "Only variables should be passed by reference" PHP notice in atomlib.php. 2020-10-17 15:45:06 +00:00
author-template.php
block-patterns.php
blocks.php Blocks: Add automatic RTL handlind for block styles registered from metadata 2021-01-19 11:50:08 +00:00
bookmark-template.php
bookmark.php
cache-compat.php Docs: Add missing documentation for the $group parameter of WP_Object_Cache::get_multiple(). 2020-06-10 09:57:09 +00:00
cache.php
canonical.php Canonical: Check if the post type exists when attempting a canonical redirect. 2021-01-03 17:56:06 +00:00
capabilities.php Docs: Corrections and improvements to types used in various docblocks. 2021-01-05 17:16:11 +00:00
category-template.php Docs: Link to the parent function for accepted arguments in some filters for HTML output. 2021-01-18 12:28:07 +00:00
category.php
class-feed.php
class-http.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-IXR.php
class-json.php
class-oembed.php
class-phpass.php
class-phpmailer.php
class-pop3.php
class-requests.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class-walker-category-dropdown.php
class-walker-category.php
class-walker-comment.php
class-walker-nav-menu.php
class-walker-page-dropdown.php
class-walker-page.php
class-wp-admin-bar.php
class-wp-ajax-response.php
class-wp-application-passwords.php Docs: Fix some docblock issues introduced in 5.6. 2020-12-10 23:27:06 +00:00
class-wp-block-list.php
class-wp-block-parser.php
class-wp-block-pattern-categories-registry.php
class-wp-block-patterns-registry.php
class-wp-block-styles-registry.php
class-wp-block-supports.php
class-wp-block-type-registry.php
class-wp-block-type.php
class-wp-block.php
class-wp-comment-query.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class-wp-comment.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-customize-control.php
class-wp-customize-manager.php Robots: Introduce Robots API. 2021-01-21 01:37:00 +00:00
class-wp-customize-nav-menus.php
class-wp-customize-panel.php
class-wp-customize-section.php
class-wp-customize-setting.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class-wp-customize-widgets.php
class-wp-date-query.php
class-wp-dependency.php
class-wp-editor.php
class-wp-embed.php
class-wp-error.php
class-wp-fatal-error-handler.php
class-wp-feed-cache-transient.php
class-wp-feed-cache.php
class-wp-hook.php Docs: In various @return tags, list the expected type first, instead of false or WP_Error. 2021-01-04 17:18:04 +00:00
class-wp-http-cookie.php
class-wp-http-curl.php
class-wp-http-encoding.php Docs: In various @return tags, list the expected type first, instead of false. 2021-01-15 20:08:07 +00:00
class-wp-http-ixr-client.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-http-proxy.php
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 Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-image-editor-imagick.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-image-editor.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-list-util.php
class-wp-locale-switcher.php
class-wp-locale.php
class-wp-matchesmapregex.php
class-wp-meta-query.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-metadata-lazyloader.php Docs: Various docblock corrections particularly relating to boolean types. 2021-01-03 21:57:09 +00:00
class-wp-network-query.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class-wp-network.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-object-cache.php
class-wp-oembed-controller.php
class-wp-oembed.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-paused-extensions-storage.php
class-wp-post-type.php Docs: Various docblock improvements. 2020-12-10 23:59:03 +00:00
class-wp-post.php
class-wp-query.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class-wp-recovery-mode-cookie-service.php
class-wp-recovery-mode-email-service.php Docs: In various @return tags, list the expected type first, instead of false or WP_Error. 2021-01-04 17:18:04 +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
class-wp-role.php
class-wp-roles.php
class-wp-session-tokens.php
class-wp-simplepie-file.php Feed: Replace join() with implode() for safety. 2020-12-16 14:05:07 +00:00
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class-wp-site.php
class-wp-tax-query.php
class-wp-taxonomy.php Docs: Various docblock improvements. 2020-12-10 23:59:03 +00:00
class-wp-term-query.php Taxonomy: Correct and clarify documentation for the return types of term query functions. 2021-01-08 15:24:07 +00:00
class-wp-term.php Docs: Various docblock corrections. 2020-12-10 23:53:07 +00:00
class-wp-text-diff-renderer-inline.php
class-wp-text-diff-renderer-table.php
class-wp-theme.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class-wp-user-meta-session-tokens.php
class-wp-user-query.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class-wp-user-request.php
class-wp-user.php Docs: Various docblock improvements. 2020-12-10 23:59:03 +00:00
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class-wp-xmlrpc-server.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00
class.wp-dependencies.php
class.wp-scripts.php Docs, Tests: Correctly capitalize JavaScript. 2020-12-06 02:21:07 +00:00
class.wp-styles.php
comment-template.php Docs: Corrections and improvements to types used in various docblocks. 2021-01-05 17:16:11 +00:00
comment.php Docs: Corrections and improvements to types used in various docblocks. 2021-01-05 17:16:11 +00:00
compat.php
cron.php Docs: In various @return tags, list the expected type first, instead of false. 2021-01-15 20:08:07 +00:00
date.php
default-constants.php
default-filters.php Robots: Introduce Robots API. 2021-01-21 01:37:00 +00:00
default-widgets.php
deprecated.php Robots: Introduce Robots API. 2021-01-21 01:37:00 +00:00
embed-template.php
embed.php Robots: Introduce Robots API. 2021-01-21 01:37:00 +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: Correct description for wp_slash() and wp_unslash(). 2021-01-17 16:38:06 +00:00
functions.php Robots: Introduce Robots API. 2021-01-21 01:37:00 +00:00
functions.wp-scripts.php Docs, Tests: Correctly capitalize JavaScript. 2020-12-06 02:21:07 +00:00
functions.wp-styles.php
general-template.php Robots: Introduce Robots API. 2021-01-21 01:37:00 +00:00
http.php
https-detection.php Site Health: Check that WordPress is installed before scheduling the HTTPS cron. 2020-12-28 01:45:06 +00:00
kses.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
l10n.php Docs: In various @return tags, list the expected type first, instead of false. 2021-01-15 20:08:07 +00:00
link-template.php Docs: Various docblock corrections. 2020-12-10 23:53:07 +00:00
load.php General: Rename the wp_error_checked action to is_wp_error_instance for clarity. 2020-11-17 19:21:05 +00:00
locale.php
media-template.php Media: Fix the template for the "Align" and "Link To" fields in the media modal when inserting an image from URL. 2020-12-16 12:45:11 +00:00
media.php Media: Use consistent method for instantiating an attachment author object in Media Library. 2021-01-18 12:55:07 +00:00
meta.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
ms-blogs.php
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Docs: Corrections and improvements to types used in various docblocks. 2021-01-05 17:16:11 +00:00
ms-load.php
ms-network.php
ms-settings.php
ms-site.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
nav-menu-template.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
nav-menu.php Docs: In various @return tags, list the expected type first, instead of false. 2021-01-15 20:08:07 +00:00
option.php Docs: Miscellaneous docblock corrections and improvements. 2021-01-07 14:17:11 +00:00
pluggable-deprecated.php
pluggable.php Mail: Introduce a pre_wp_mail filter to allow short-circuiting the wp_mail() function without having to override the pluggable function. 2020-12-20 15:09:06 +00:00
plugin.php Docs: In various @return tags, list the expected type first, instead of false or WP_Error. 2021-01-04 17:18:04 +00:00
post-formats.php
post-template.php Docs: Link to the parent function for accepted arguments in some filters for HTML output. 2021-01-18 12:28:07 +00:00
post-thumbnail-template.php
post.php Media: Ensure get_post_status() does not contain half a comment. 2021-01-20 05:00:01 +00:00
query.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
registration-functions.php
registration.php
rest-api.php REST API: Support embedding links in rest_preload_api_request(). 2021-01-23 23:26:58 +00:00
revision.php
rewrite.php
robots-template.php Robots: Introduce Robots API. 2021-01-21 01:37:00 +00:00
rss-functions.php
rss.php Docs: In various @return tags, list the expected type first, instead of false or WP_Error. 2021-01-04 17:18:04 +00:00
script-loader.php
session.php
shortcodes.php Docs: In various @return tags, list the expected type first, instead of false. 2021-01-15 20:08:07 +00:00
sitemaps.php
spl-autoload-compat.php
taxonomy.php Docs: In various @return tags, list the expected type first, instead of false. 2021-01-15 20:08:07 +00:00
template-loader.php
template.php
theme.php Docs: Use more consistent descriptions for void|false return values. 2021-01-05 16:48:07 +00:00
update.php
user.php Privacy: Use more consistent wording for strings related to personal data requests. 2021-01-17 17:46:06 +00:00
vars.php
version.php REST API: Support embedding links in rest_preload_api_request(). 2021-01-23 23:26:58 +00:00
widgets.php Docs: In various @return tags, list the expected type first, instead of false. 2021-01-15 20:08:07 +00:00
wlwmanifest.xml
wp-db.php Docs: Miscellaneous docblock corrections and improvements. 2021-01-07 14:17:11 +00:00
wp-diff.php