WordPress/wp-includes
Sergey Biryukov 162bffa8b5 Tests: Consistently check that an image was loaded in image saving tests.
Don't unnecessarily load the image twice in `test_inferred_mime_types_when_saving_an_image()`.

Follow-up to [1061/tests], [1151/tests], [1157/tests], [29834].

See #55652.
Built from https://develop.svn.wordpress.org/trunk@53532


git-svn-id: http://core.svn.wordpress.org/trunk@53121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-06-19 17:28:11 +00:00
..
assets Editor: Update WordPress packages for 6.0 RC 4 2022-05-20 14:32:40 +00:00
block-patterns
block-supports Docs: Add missing documentation for fallback_gap_value param 2022-05-20 15:35:14 +00:00
blocks Editor: Update WordPress packages for 6.0 RC 4 2022-05-20 14:32:40 +00:00
certificates
css Editor: Update WordPress packages for 6.0 RC 3 2022-05-17 13:30:31 +00:00
customize General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
fonts
ID3
images
IXR
js Media: Add support for WebP images in the Thickbox library. 2022-05-30 14:53:11 +00:00
php-compat
PHPMailer External Libraries: Upgrade PHPMailer to version 6.6.2. 2022-06-14 14:38:10 +00:00
pomo
random_compat
Requests
rest-api REST API: Some documentation and test improvements for update_post_parent_caches(): 2022-06-15 13:19:10 +00:00
SimplePie
sitemaps
sodium_compat
Text
theme-compat
widgets
admin-bar.php
atomlib.php
author-template.php I18N: Use a translatable string for displaying a user's first name and last name. 2022-06-14 14:43:12 +00:00
block-editor.php Editor: Fix opinionated block styles loading in editor 2022-05-20 11:42:19 +00:00
block-i18n.json
block-patterns.php
block-template-utils.php Theme: Use a better method to determine the theme name during export 2022-05-17 12:10:14 +00:00
block-template.php
blocks.php
bookmark-template.php
bookmark.php
cache-compat.php
cache.php
canonical.php
capabilities.php Docs: Use third-person singular verbs for method descriptions in wp-includes/class-wp-roles.php, per the documentation standards. 2022-05-23 15:01:12 +00:00
category-template.php Taxonomy: Set use_desc_for_title to false by default in wp_list_categories() 2022-05-12 14:06:21 +00:00
category.php
class-feed.php
class-http.php General: Use WPINC as a shorter reference to wp-includes in some files. 2022-06-17 11:20:13 +00:00
class-IXR.php
class-json.php
class-oembed.php General: Use WPINC as a shorter reference to wp-includes in some files. 2022-06-17 11:20:13 +00:00
class-phpass.php
class-phpmailer.php
class-pop3.php
class-requests.php
class-simplepie.php
class-smtp.php
class-snoopy.php General: Fix various issues flagged by the PHPCompatibilityWP PHPCS ruleset. 2020-05-01 19:07:09 +00:00
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 Editor: Update @wordpress npm packages 2021-02-02 05:17:13 +00:00
class-wp-block-pattern-categories-registry.php Editor: Return additional block patterns to server-generated settings 2022-05-17 14:38:14 +00:00
class-wp-block-patterns-registry.php Coding Standards: Correct alignment in various files. 2022-05-23 20:40:14 +00:00
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 Editor: Register 'lock' attribute for every block on the server 2022-04-26 09:50:12 +00:00
class-wp-block.php
class-wp-comment-query.php Docs: Add a comment for stripping the leading AND from SQL clauses in some query classes. 2022-06-14 16:17:08 +00:00
class-wp-comment.php
class-wp-customize-control.php
class-wp-customize-manager.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
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
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 Plugins: Correct the documented allowable types for to the $callback parameter of various hook related functions. 2021-12-01 13:22:01 +00:00
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
class-wp-http-requests-hooks.php
class-wp-http-requests-response.php
class-wp-http-response.php
class-wp-http-streams.php Docs: Correct method reference format in some DocBlocks. 2022-06-06 10:51:12 +00:00
class-wp-http.php
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 Coding Standards: Restore the $pieces variable for SQL clauses in query classes. 2022-05-10 11:21:09 +00:00
class-wp-network.php Coding Standards: Fix params indentation in pre_get_network_by_path hook docblock. 2022-05-15 20:32:08 +00:00
class-wp-object-cache.php
class-wp-oembed-controller.php
class-wp-oembed.php
class-wp-paused-extensions-storage.php
class-wp-post-type.php
class-wp-post.php Docs: Correct the type for WP_Post::$post_category and ::$tags_input. 2022-05-21 12:07:13 +00:00
class-wp-query.php REST API: Some documentation and test improvements for update_menu_item_cache(): 2022-06-15 13:37:10 +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 Docs: Use third-person singular verbs for method descriptions in wp-includes/class-wp-roles.php, per the documentation standards. 2022-05-23 15:01:12 +00:00
class-wp-session-tokens.php
class-wp-simplepie-file.php
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php Docs: Add a comment for stripping the leading AND from SQL clauses in some query classes. 2022-06-14 16:17:08 +00:00
class-wp-site.php
class-wp-tax-query.php Taxonomy: Improve performance by taxonomy queries by adding a limitting requested terms. 2022-03-31 10:06:01 +00:00
class-wp-taxonomy.php
class-wp-term-query.php Docs: Add a comment for stripping the leading AND from SQL clauses in some query classes. 2022-06-14 16:17:08 +00:00
class-wp-term.php
class-wp-text-diff-renderer-inline.php
class-wp-text-diff-renderer-table.php
class-wp-theme-json-resolver.php
class-wp-theme-json-schema.php
class-wp-theme-json.php
class-wp-theme.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
class-wp-user-meta-session-tokens.php
class-wp-user-query.php Docs: Correct method reference format in some DocBlocks. 2022-06-06 10:51:12 +00:00
class-wp-user-request.php
class-wp-user.php
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php
class-wp-xmlrpc-server.php
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php Script Loader: Explain why i18n prevents concatenation. 2022-05-08 23:59:11 +00:00
class.wp-styles.php
comment-template.php Docs: Correct method reference format in some DocBlocks. 2022-06-06 10:51:12 +00:00
comment.php Text Changes: Improve consistency of admin error notices. 2022-06-02 15:05:13 +00:00
compat.php Code Modernization: Rename parameters to match native PHP functions in wp-includes/compat.php. 2022-05-08 00:29:14 +00:00
cron.php
date.php General: Use WPINC as a shorter reference to wp-includes in some files. 2022-06-17 11:20:13 +00:00
default-constants.php
default-filters.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
default-widgets.php
deprecated.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
embed-template.php General: Use WPINC as a shorter reference to wp-includes in some files. 2022-06-17 11:20:13 +00:00
embed.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +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 General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
functions.php General: Remove redundant ltrim() from path_join(). 2022-06-02 15:31:08 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Docs: Correct method reference format in some DocBlocks. 2022-06-06 10:51:12 +00:00
global-styles-and-settings.php
http.php
https-detection.php
https-migration.php
kses.php
l10n.php Docs: Use third-person singular verbs for function descriptions in the Core Translation API. 2022-06-07 05:18:13 +00:00
link-template.php Docs: Consistently declare the $wp_query global in link template functions. 2022-06-18 15:38:15 +00:00
load.php Text Changes: Improve consistency of admin error notices. 2022-06-02 15:05:13 +00:00
locale.php
media-template.php
media.php Media: Some documentation and test improvements for wp_img_tag_add_decoding_attr(): 2022-06-09 16:21:14 +00:00
meta.php
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
ms-deprecated.php Text Changes: Improve consistency of admin error notices. 2022-06-02 15:05:13 +00:00
ms-files.php
ms-functions.php Docs: Typo correction in wp-includes/ms-functions.php docblock. 2022-04-25 09:25:09 +00:00
ms-load.php Database: Use generic references to a database server in ms_not_installed(). 2022-05-13 12:21:13 +00:00
ms-network.php
ms-settings.php
ms-site.php
nav-menu-template.php
nav-menu.php REST API: Some documentation and test improvements for update_menu_item_cache(): 2022-06-15 13:37:10 +00:00
option.php Code Modernization: Pass correct default value to setcookie() in wp_user_settings(). 2022-06-12 11:11:11 +00:00
pluggable-deprecated.php
pluggable.php Query: Some documentation and test improvements for update_post_author_caches(): 2022-06-10 15:17:10 +00:00
plugin.php
post-formats.php
post-template.php Menus: Replace "drop down" (noun) with "dropdown" in a few strings. 2022-05-11 13:22:15 +00:00
post-thumbnail-template.php
post.php REST API: Some documentation and test improvements for update_post_parent_caches(): 2022-06-15 13:19:10 +00:00
query.php Query: Check if $wp_query is set in query loop functions. 2022-05-22 15:17:14 +00:00
registration-functions.php
registration.php
rest-api.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
revision.php
rewrite.php
robots-template.php
rss-functions.php
rss.php
script-loader.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
session.php
shortcodes.php
sitemaps.php
spl-autoload-compat.php
taxonomy.php
template-canvas.php
template-loader.php
template.php
theme-i18n.json
theme-templates.php
theme.json
theme.php Docs: Add @since notes for html5 theme feature changes in add_theme_support(): 2022-06-16 15:21:15 +00:00
update.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
user.php I18N: Use a translatable string for displaying a user's first name and last name. 2022-06-14 14:43:12 +00:00
vars.php
version.php Tests: Consistently check that an image was loaded in image saving tests. 2022-06-19 17:28:11 +00:00
widgets.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
wlwmanifest.xml
wp-db.php Database: Don't translate the "WordPress database error" message in the error log. 2022-06-15 10:36:09 +00:00
wp-diff.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:33:11 +00:00