WordPress/wp-includes
desrosj 5932a68ba6 Posts, Post Types: Mark the wp_global_styles post type as _builtin.
All native or “built-in” post types should be marked as such.

Follow up to [52041].

See #54336.
Built from https://develop.svn.wordpress.org/trunk@52108


git-svn-id: http://core.svn.wordpress.org/trunk@51700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-11-10 14:01:59 +00:00
..
assets Update @wordpress packages 2021-11-10 06:01:30 +00:00
block-patterns Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9 2021-11-09 02:17:17 +00:00
block-supports Update @wordpress packages 2021-11-10 06:01:30 +00:00
blocks Update @wordpress packages 2021-11-10 06:01:30 +00:00
certificates HTTP: Remove the DST Root CA X3 certificate expired on September 30, 2021. 2021-10-03 17:51:06 +00:00
css Update @wordpress packages 2021-11-10 06:01:30 +00:00
customize
fonts
ID3 External Libraries: Revert [51900] for now to investigate test failures. 2021-10-10 01:16:57 +00:00
images
IXR
js Update @wordpress packages 2021-11-10 06:01:30 +00:00
php-compat
PHPMailer
pomo Coding Standards: Add public visibility to methods in src directory. 2021-10-18 17:52:58 +00:00
random_compat
Requests
rest-api Update @wordpress packages 2021-11-10 06:01:30 +00:00
SimplePie
sitemaps
sodium_compat
Text
theme-compat
widgets Widgets: Add filter to disable RSS widget icon. 2021-11-07 23:04:56 +00:00
admin-bar.php Docs: Improve various inline documentation for admin bar functions and hooks. 2021-10-04 20:46:59 +00:00
atomlib.php
author-template.php
block-editor.php Editor, Docs: Add documentation for the $block_editor_context parameter of the block_editor_rest_api_preload_paths hook. 2021-11-09 13:00:00 +00:00
block-i18n.json
block-patterns.php
block-template-utils.php Editor: Add block theme infrastructure 2021-11-08 23:10:59 +00:00
block-template.php
blocks.php Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9 2021-11-09 02:17:17 +00:00
bookmark-template.php General: Add "noopener" to wp_list_bookmarks() output. 2021-11-08 23:06:58 +00:00
bookmark.php
cache-compat.php
cache.php
canonical.php
capabilities.php
category-template.php Docs: Document some more common names for dynamic hooks and standardise the phrasing used. 2021-09-21 18:21:00 +00:00
category.php
class-feed.php
class-http.php Coding Standards: Move wp-includes/class-http.php to wp-includes/class-wp-http.php. 2021-11-07 01:36:57 +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 Code Modernization: Fix reserved keyword and parameter name mismatches for parent/child classes in Walker::end_el(). 2021-09-09 13:03:55 +00:00
class-walker-nav-menu.php
class-walker-page-dropdown.php
class-walker-page.php
class-wp-admin-bar.php Docs: Improve documentation for WP_Admin_Bar methods. 2021-09-29 13:39:59 +00:00
class-wp-ajax-response.php
class-wp-application-passwords.php Application Passwords: Various docblock improvements. 2021-10-30 20:26:59 +00:00
class-wp-block-editor-context.php
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-template.php Editor: Add block theme infrastructure 2021-11-08 23:10:59 +00:00
class-wp-block-type-registry.php
class-wp-block-type.php
class-wp-block.php Apply the pre_render_block, render_block_data, and render_block_context filters when rendering inner/nested blocks. Introdices another param to these filters: $parent_block that is the "parent" WP_Block instance for nested blocks and null for top level blocks. Adds unit tests for the filters. 2021-10-06 18:49:01 +00:00
class-wp-comment-query.php
class-wp-comment.php
class-wp-customize-control.php Coding Standards: Escape id attributes in WP_Customize_Control::render_content() and ::print_template(). 2021-10-22 16:09:59 +00:00
class-wp-customize-manager.php Coding Standards: Add public visibility to methods in src directory. 2021-10-18 17:52:58 +00:00
class-wp-customize-nav-menus.php Docs: Miscellaneous inline documentation improvements, including: 2021-10-04 20:44:02 +00:00
class-wp-customize-panel.php
class-wp-customize-section.php
class-wp-customize-setting.php Coding Standards: Add public visibility to methods in src directory. 2021-10-18 17:52:58 +00:00
class-wp-customize-widgets.php
class-wp-date-query.php Docs: Update WP_Date_Query documentation to reflect changes in accepted column names. 2021-10-14 18:05:04 +00:00
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
class-wp-http-cookie.php Docs: Miscellaneous docblock corrections and improvements. 2021-09-22 21:23:00 +00:00
class-wp-http-curl.php Coding Standards: Move wp-includes/class-http.php to wp-includes/class-wp-http.php. 2021-11-07 01:36:57 +00:00
class-wp-http-encoding.php
class-wp-http-ixr-client.php Coding Standards: Use strict comparison in wp-includes/class-wp-http-ixr-client.php. 2021-10-01 15:00:58 +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 Coding Standards: Move wp-includes/class-http.php to wp-includes/class-wp-http.php. 2021-11-07 01:36:57 +00:00
class-wp-http.php Coding Standards: Move wp-includes/class-http.php to wp-includes/class-wp-http.php. 2021-11-07 01:36:57 +00:00
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php Docs: Fix some docblock syntax errors and add a missing canonical reference. 2021-11-08 10:44:59 +00:00
class-wp-list-util.php General: Convert wp_list_filter() into a wrapper for wp_filter_object_list(). 2021-11-09 01:10:59 +00:00
class-wp-locale-switcher.php
class-wp-locale.php
class-wp-matchesmapregex.php
class-wp-meta-query.php
class-wp-metadata-lazyloader.php
class-wp-network-query.php
class-wp-network.php
class-wp-object-cache.php
class-wp-oembed-controller.php
class-wp-oembed.php Embeds: Add Wolfram Notebook as a trusted oEmbed provider. 2021-10-15 05:04:56 +00:00
class-wp-paused-extensions-storage.php
class-wp-post-type.php Docs: Add a @since note for the rest_namespace argument of register_post_type() and register_taxonomy(). 2021-11-01 14:31:00 +00:00
class-wp-post.php
class-wp-query.php Docs: Miscellaneous inline documentation improvements, including: 2021-10-04 20:44:02 +00:00
class-wp-recovery-mode-cookie-service.php
class-wp-recovery-mode-email-service.php
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
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php
class-wp-site.php
class-wp-tax-query.php
class-wp-taxonomy.php Docs: Add a @since note for the rest_namespace argument of register_post_type() and register_taxonomy(). 2021-11-01 14:31:00 +00:00
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-json-resolver.php Themes: Avoid fatal error loading admin styles when SCRIPT_DEBUG is false. 2021-11-09 18:08:01 +00:00
class-wp-theme-json-schema.php Update theme.json classes for WordPress 5.9. 2021-11-08 19:19:58 +00:00
class-wp-theme-json.php Editor: Add block theme infrastructure 2021-11-08 23:10:59 +00:00
class-wp-theme.php Themes: Twenty Twenty-Two is now the default theme. 2021-11-10 00:41:00 +00:00
class-wp-user-meta-session-tokens.php
class-wp-user-query.php Role/Capability: Add support for capability queries in WP_User_Query. 2021-10-27 18:43:57 +00:00
class-wp-user-request.php
class-wp-user.php Docs: Miscellaneous docblock corrections and improvements. 2021-09-22 21:23:00 +00:00
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php
class-wp-xmlrpc-server.php Coding Standards: Move wp-includes/class-http.php to wp-includes/class-wp-http.php. 2021-11-07 01:36:57 +00:00
class-wp.php
class.wp-dependencies.php Docs: Miscellaneous docblock corrections and improvements. 2021-09-22 21:23:00 +00:00
class.wp-scripts.php
class.wp-styles.php
comment-template.php Comments: Mark comment text field as required. 2021-11-07 21:14:58 +00:00
comment.php Comments: Mark comment text field as required. 2021-11-07 21:14:58 +00:00
compat.php General: Introduce polyfills for str_ends_with() and str_starts_with() added in PHP 8.0. 2021-11-08 14:22:57 +00:00
cron.php Docs: Miscellaneous docblock improvements. 2021-10-29 23:13:05 +00:00
date.php
default-constants.php Themes: Twenty Twenty-Two is now the default theme. 2021-11-10 00:41:00 +00:00
default-filters.php Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9 2021-11-09 02:17:17 +00:00
default-widgets.php
deprecated.php
embed-template.php
embed.php
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: Various docblock improvements and corrections. 2021-11-08 10:48:59 +00:00
functions.php Login and Registration: Improve messaging for invalid log-out nonces. 2021-11-09 23:09:00 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Docs: Miscellaneous docblock improvements. 2021-10-30 20:17:01 +00:00
global-styles-and-settings.php Add: Public functions for interacting with global styles & settings. 2021-11-08 21:45:58 +00:00
http.php HTTP API: Ensure value returned from 'http_allowed_safe_ports' is an array to avoid PHP 8+ TypeError fatal error. 2021-11-09 22:59:58 +00:00
https-detection.php
https-migration.php
kses.php Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9 2021-11-09 02:17:17 +00:00
l10n.php Coding Standards: Minor alignment fix after [52058]. 2021-11-09 18:51:02 +00:00
link-template.php General: Remove role="navigation" from nav elements. 2021-11-01 21:47:13 +00:00
load.php Bootstrap/Load: Add HTTP/3 as a valid HTTP protocol. 2021-11-09 23:07:01 +00:00
locale.php
media-template.php Media: Change upload button to a file input for better e2e targeting. 2021-11-08 22:49:00 +00:00
media.php Media: Refine the heuristics to exclude certain images and iframes from being lazy-loaded to improve performance. 2021-11-09 00:36:01 +00:00
meta.php Docs: Document some more common names for dynamic hooks and standardise the phrasing used. 2021-09-21 18:21:00 +00:00
ms-blogs.php
ms-default-constants.php Code Modernization: Check the return type of parse_url() in ms_cookie_constants(). 2021-08-17 22:08:57 +00:00
ms-default-filters.php Multisite: Delete the signup entry when a user is deleted from the database. 2020-07-05 11:21:03 +00:00
ms-deprecated.php
ms-files.php
ms-functions.php Login and Registration: Improve "email already exists" registration error message. 2021-11-09 15:28:59 +00:00
ms-load.php
ms-network.php
ms-settings.php
ms-site.php
nav-menu-template.php
nav-menu.php REST API: Introduce Menu management endpoints. 2021-11-09 19:00:01 +00:00
option.php Docs: Various docblock improvements and corrections. 2021-11-08 10:48:59 +00:00
pluggable-deprecated.php
pluggable.php Mail: Add wp_mail_succeeded hook to wp_mail. 2021-11-09 22:27:59 +00:00
plugin.php
post-formats.php
post-template.php
post-thumbnail-template.php Media: Refine the heuristics to exclude certain images and iframes from being lazy-loaded to improve performance. 2021-11-09 00:36:01 +00:00
post.php Posts, Post Types: Mark the wp_global_styles post type as _builtin. 2021-11-10 14:01:59 +00:00
query.php
registration-functions.php
registration.php
rest-api.php REST API: Introduce Menu management endpoints. 2021-11-09 19:00:01 +00:00
revision.php Revisions: Introduce wp_get_post_revisions_url() to get URL for editing revisions. 2021-11-10 01:26:59 +00:00
rewrite.php
robots-template.php
rss-functions.php
rss.php
script-loader.php Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9 2021-11-09 02:17:17 +00:00
session.php
shortcodes.php
sitemaps.php
spl-autoload-compat.php
taxonomy.php Taxonomy: Change some static strings to registration labels. 2021-11-10 00:46:00 +00:00
template-canvas.php Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9 2021-11-09 02:17:17 +00:00
template-loader.php
template.php
theme-i18n.json Update theme.json classes for WordPress 5.9. 2021-11-08 19:19:58 +00:00
theme-templates.php Editor: Add block theme infrastructure 2021-11-08 23:10:59 +00:00
theme.json Update theme.json classes for WordPress 5.9. 2021-11-08 19:19:58 +00:00
theme.php Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9 2021-11-09 02:17:17 +00:00
update.php Code Modernization: Pass correct default value to http_build_query() in get_core_checksums() and wp_version_check(). 2021-11-05 12:18:58 +00:00
user.php Coding Standards: Revert unrelated change to wp_send_user_request(). 2021-11-09 16:22:58 +00:00
vars.php
version.php Posts, Post Types: Mark the wp_global_styles post type as _builtin. 2021-11-10 14:01:59 +00:00
widgets.php REST API: Allow sidebars and their widgets to be public. 2021-11-05 02:15:59 +00:00
wlwmanifest.xml
wp-db.php Coding Standards: Add public visibility to methods in src directory. 2021-10-18 17:52:58 +00:00
wp-diff.php