WordPress/wp-includes
Sergey Biryukov 76eb6c4b4e Tests: Remove skipWithMultisite() from an Ajax test for attachments.
This was previously removed in [51870] and appears to be accidentally readded in [53561].

As the test belongs to the `ms-excluded` group, the skipping is unnecessary and does not affect anything in practice.

Follow-up to [46693], [49835], [51870], [53561].

See #56793.
Built from https://develop.svn.wordpress.org/trunk@54718


git-svn-id: http://core.svn.wordpress.org/trunk@54270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-10-29 15:15:11 +00:00
..
assets Editor: Update packages for 6.1 Release Candidate 3. 2022-10-25 19:08:45 +00:00
block-patterns
block-supports Editor: Add font size constraints for fluid typography. 2022-10-19 12:27:10 +00:00
blocks Editor: Update packages for 6.1 Release Candidate 3. 2022-10-25 19:08:45 +00:00
certificates
css Editor: Update packages for 6.1 Release Candidate 3. 2022-10-25 19:08:45 +00:00
customize
fonts
ID3
images
IXR
js Editor: Update packages for 6.1 Release Candidate 3. 2022-10-25 19:08:45 +00:00
php-compat
PHPMailer
pomo
random_compat
Requests
rest-api Blocks: Allow arrays for deprecated asset types in block registration. 2022-10-24 14:16:12 +00:00
SimplePie
sitemaps
sodium_compat
style-engine
Text
theme-compat
widgets
admin-bar.php
atomlib.php
author-template.php
block-editor.php
block-i18n.json
block-patterns.php
block-template-utils.php
block-template.php
blocks.php
bookmark-template.php
bookmark.php
cache-compat.php
cache.php
canonical.php
capabilities.php Role/Capability: Revert the newly added update_role function for 6.1. 2022-10-24 14:56:16 +00:00
category-template.php
category.php
class-feed.php
class-http.php
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
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
class-wp-block-type-registry.php
class-wp-block-type.php Blocks: Allow arrays for deprecated asset types in block registration. 2022-10-24 14:16:12 +00:00
class-wp-block.php
class-wp-comment-query.php
class-wp-comment.php
class-wp-customize-control.php
class-wp-customize-manager.php
class-wp-customize-nav-menus.php
class-wp-customize-panel.php
class-wp-customize-section.php
class-wp-customize-setting.php
class-wp-customize-widgets.php Code Modernization: Add AllowDynamicProperties attribute to all (parent) classes. 2022-09-12 15:47:14 +00:00
class-wp-date-query.php
class-wp-dependencies.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
class-wp-http-cookie.php
class-wp-http-curl.php
class-wp-http-encoding.php
class-wp-http-ixr-client.php
class-wp-http-proxy.php Docs: Align spelling with American English. 2022-10-21 21:12:14 +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-http.php Docs: Align spelling with American English. 2022-10-21 21:12:14 +00:00
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php
class-wp-list-util.php
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 Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:16:16 +00:00
class-wp-network.php
class-wp-object-cache.php
class-wp-oembed-controller.php
class-wp-oembed.php Embeds: Broaden the Tumblr oEmbed matcher to include all Tumblr URL structures. 2022-10-20 00:00:16 +00:00
class-wp-paused-extensions-storage.php
class-wp-post-type.php
class-wp-post.php
class-wp-query.php Query: Move cache key generation to its own method. 2022-10-25 00:37:17 +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 Code Modernization: Add AllowDynamicProperties attribute to all (parent) classes. 2022-09-12 15:47:14 +00:00
class-wp-rewrite.php
class-wp-role.php
class-wp-roles.php Role/Capability: Revert the newly added update_role function for 6.1. 2022-10-24 14:56:16 +00:00
class-wp-scripts.php
class-wp-session-tokens.php
class-wp-simplepie-file.php
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:16:16 +00:00
class-wp-site.php
class-wp-styles.php
class-wp-tax-query.php
class-wp-taxonomy.php Code Modernization: Add AllowDynamicProperties attribute to all (parent) classes. 2022-09-12 15:47:14 +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-textdomain-registry.php I18N: Change how WP_Textdomain_Registry stores the default languages path. 2022-10-24 10:02:16 +00:00
class-wp-theme-json-data.php
class-wp-theme-json-resolver.php Themes: Ensure custom global styles are imported properly. 2022-10-27 16:34:12 +00:00
class-wp-theme-json-schema.php
class-wp-theme-json.php
class-wp-theme.php
class-wp-user-meta-session-tokens.php
class-wp-user-query.php
class-wp-user-request.php
class-wp-user.php
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php Code Modernization: Add AllowDynamicProperties attribute to all (parent) classes. 2022-09-12 15:47:14 +00:00
class-wp-xmlrpc-server.php
class-wp.php Bootstrap/Load: Correct sending the X-Pingback header in WP::send_headers(). 2022-10-18 16:11:16 +00:00
class-wpdb.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php
comment.php
compat.php
cron.php
date.php
default-constants.php
default-filters.php Editor: Correctly apply Button block styles for classic themes 2022-10-25 12:19:18 +00:00
default-widgets.php
deprecated.php Docs: Align spelling with American English. 2022-10-21 21:12:14 +00:00
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: Align spelling with American English. 2022-10-21 21:12:14 +00:00
functions.php Media: Reverts get_attached_file() changes for normalized Windows paths. 2022-10-28 15:18:11 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
global-styles-and-settings.php Editor: Ensure global styles are rendered for third-party blocks. 2022-10-27 15:41:12 +00:00
http.php
https-detection.php
https-migration.php
kses.php Docs: Add a @since note for object-fit support in safecss_filter_attr(). 2022-10-26 14:22:16 +00:00
l10n.php I18N: Change how WP_Textdomain_Registry stores the default languages path. 2022-10-24 10:02:16 +00:00
link-template.php
load.php Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:16:16 +00:00
locale.php
media-template.php
media.php
meta.php
ms-blogs.php Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:16:16 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:16:16 +00:00
ms-load.php
ms-network.php Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:16:16 +00:00
ms-settings.php
ms-site.php
nav-menu-template.php
nav-menu.php
option.php Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:16:16 +00:00
pluggable-deprecated.php
pluggable.php Docs: Align spelling with American English. 2022-10-21 21:51:14 +00:00
plugin.php
post-formats.php
post-template.php
post-thumbnail-template.php
post.php Media: Reverts get_attached_file() changes for normalized Windows paths. 2022-10-28 15:18:11 +00:00
query.php
registration-functions.php
registration.php
rest-api.php Docs: Align spelling with American English. 2022-10-21 21:12:14 +00:00
revision.php
rewrite.php
robots-template.php
rss-functions.php
rss.php
script-loader.php Editor: Correctly apply Button block styles for classic themes 2022-10-25 12:19:18 +00:00
session.php
shortcodes.php
sitemaps.php
spl-autoload-compat.php
style-engine.php
taxonomy.php
template-canvas.php
template-loader.php
template.php
theme-i18n.json
theme-templates.php
theme.json
theme.php
update.php
user.php
vars.php
version.php Tests: Remove skipWithMultisite() from an Ajax test for attachments. 2022-10-29 15:15:11 +00:00
widgets.php Widgets: Escape RSS error messages for display. 2022-10-17 12:41:11 +00:00
wlwmanifest.xml
wp-db.php
wp-diff.php