.. |
assets
|
Editor: Update @wordpress packages for 6.2 RC3.
|
2023-03-21 12:43:46 +00:00 |
block-patterns
|
REST API: Bring new endpoints for Block Patterns from Gutenberg plugin
|
2022-04-12 09:26:16 +00:00 |
block-supports
|
Editor: Move variables to where used in wp_render_layout_support_flag.
|
2023-03-13 16:32:20 +00:00 |
blocks
|
Editor: Update @wordpress packages for 6.2 RC2.
|
2023-03-14 15:45:47 +00:00 |
certificates
|
|
|
css
|
Editor: Update @wordpress packages for 6.2 RC3.
|
2023-03-21 12:43:46 +00:00 |
customize
|
|
|
fonts
|
|
|
html-api
|
Docs: Remove @return void from various DocBlocks.
|
2023-05-06 11:40:24 +00:00 |
ID3
|
|
|
images
|
General: Remove Windows Live Writer manifest file.
|
2023-04-04 14:56:22 +00:00 |
IXR
|
|
|
js
|
Media: Render attachment custom fields for new uploads.
|
2023-04-12 23:44:22 +00:00 |
php-compat
|
|
|
PHPMailer
|
External Libraries: Upgrade PHPMailer to version 6.8.0.
|
2023-03-17 14:22:22 +00:00 |
pomo
|
|
|
random_compat
|
|
|
Requests
|
External Libraries: Update the Requests library to version 2.0.6.
|
2023-04-05 13:12:26 +00:00 |
rest-api
|
Docs: Remove @return void from various DocBlocks.
|
2023-05-06 11:40:24 +00:00 |
SimplePie
|
|
|
sitemaps
|
|
|
sodium_compat
|
Upgrade/Install: Update sodium_compat to v1.20.0.
|
2023-04-30 14:08:23 +00:00 |
style-engine
|
Docs: Remove @return void from various DocBlocks.
|
2023-05-06 11:40:24 +00:00 |
Text
|
External Libraries: Update license URL in Text_Diff library.
|
2023-05-01 11:06:23 +00:00 |
theme-compat
|
|
|
widgets
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
admin-bar.php
|
|
|
atomlib.php
|
|
|
author-template.php
|
Users: Use a separate variable for the post counts query in wp_list_authors() .
|
2023-03-01 15:39:27 +00:00 |
block-editor.php
|
Editor: Correctly merge custom CSS into global styles
|
2023-03-01 11:43:20 +00:00 |
block-i18n.json
|
|
|
block-patterns.php
|
|
|
block-template-utils.php
|
Docs: All sorts of improvements and corrections to function and hook docs.
|
2023-04-27 23:15:17 +00:00 |
block-template.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
blocks.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
bookmark-template.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
bookmark.php
|
|
|
cache-compat.php
|
|
|
cache.php
|
|
|
canonical.php
|
|
|
capabilities.php
|
|
|
category-template.php
|
Docs: Use consistent format for the @return tags in _wp_object_name_sort_cb() and _wp_object_count_sort_cb() .
|
2023-02-04 15:18:16 +00:00 |
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
|
External Libraries: Update the Requests library to version 2.0.6.
|
2023-04-05 13:12:26 +00:00 |
class-simplepie.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
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
|
Code Modernization: Fix dynamic properties in WP_Admin_Bar.
|
2023-03-21 20:00:19 +00:00 |
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
|
Code Modernization: Add AllowDynamicProperties attribute to all (parent) classes.
|
2022-09-12 15:47:14 +00:00 |
class-wp-block-patterns-registry.php
|
Docs: Correct and improve various documented types for properties, functions, and hooks.
|
2023-04-27 22:29:18 +00:00 |
class-wp-block-styles-registry.php
|
|
|
class-wp-block-supports.php
|
|
|
class-wp-block-template.php
|
Docs: Correct and improve various documented types for properties, functions, and hooks.
|
2023-04-27 22:29:18 +00:00 |
class-wp-block-type-registry.php
|
|
|
class-wp-block-type.php
|
Editor: Add selectors field to block type definition
|
2023-04-21 10:43:25 +00:00 |
class-wp-block.php
|
|
|
class-wp-comment-query.php
|
Comments: Use wp_cache_get_multiple in WP_Comment_Query .
|
2023-03-29 10:20:20 +00:00 |
class-wp-comment.php
|
Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.
|
2023-04-24 16:37:22 +00:00 |
class-wp-customize-control.php
|
|
|
class-wp-customize-manager.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +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
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
class-wp-date-query.php
|
|
|
class-wp-dependencies.php
|
|
|
class-wp-dependency.php
|
|
|
class-wp-editor.php
|
Coding Standards: Rename the $qtInit and $mceInit variables in _WP_Editors .
|
2023-04-12 09:43:21 +00:00 |
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
|
Docs: Revise comments using “we” in various docblocks.
|
2023-04-11 22:06:22 +00:00 |
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
|
|
|
class-wp-http.php
|
|
|
class-wp-image-editor-gd.php
|
Media: Revert WebP generation.
|
2022-09-19 22:53:10 +00:00 |
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
|
Options, Meta APIs: Improve the lazy loading meta API to include current object id.
|
2023-03-29 10:50:18 +00:00 |
class-wp-network-query.php
|
Cache API: Introduce new queries cache groups.
|
2023-03-10 16:30:03 +00:00 |
class-wp-network.php
|
|
|
class-wp-object-cache.php
|
Docs: Fix typo in _validate_cache_id() description.
|
2023-03-14 16:55:19 +00:00 |
class-wp-oembed-controller.php
|
|
|
class-wp-oembed.php
|
|
|
class-wp-paused-extensions-storage.php
|
|
|
class-wp-post-type.php
|
Docs: All sorts of improvements and corrections to function and hook docs.
|
2023-04-27 23:15:17 +00:00 |
class-wp-post.php
|
|
|
class-wp-query.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
class-wp-recovery-mode-cookie-service.php
|
|
|
class-wp-recovery-mode-email-service.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
class-wp-recovery-mode-key-service.php
|
|
|
class-wp-recovery-mode-link-service.php
|
|
|
class-wp-recovery-mode.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
class-wp-rewrite.php
|
Coding Standards: Use strict comparison where count() is involved.
|
2023-04-10 12:56:21 +00:00 |
class-wp-role.php
|
|
|
class-wp-roles.php
|
|
|
class-wp-scripts.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
class-wp-session-tokens.php
|
|
|
class-wp-simplepie-file.php
|
|
|
class-wp-simplepie-sanitize-kses.php
|
|
|
class-wp-site-query.php
|
Cache API: Introduce new queries cache groups.
|
2023-03-10 16:30:03 +00:00 |
class-wp-site.php
|
|
|
class-wp-styles.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
class-wp-tax-query.php
|
|
|
class-wp-taxonomy.php
|
Docs: All sorts of improvements and corrections to function and hook docs.
|
2023-04-27 23:15:17 +00:00 |
class-wp-term-query.php
|
Taxonomy: Always lazily load term meta.
|
2023-04-21 09:24:22 +00:00 |
class-wp-term.php
|
|
|
class-wp-text-diff-renderer-inline.php
|
|
|
class-wp-text-diff-renderer-table.php
|
|
|
class-wp-textdomain-registry.php
|
|
|
class-wp-theme-json-data.php
|
|
|
class-wp-theme-json-resolver.php
|
Docs: All sorts of improvements and corrections to function and hook docs.
|
2023-04-27 23:15:17 +00:00 |
class-wp-theme-json-schema.php
|
Docs: Remove @return void from various DocBlocks.
|
2023-05-06 11:40:24 +00:00 |
class-wp-theme-json.php
|
Docs: Miscellaneous formatting corrections to inline docs and whitespace.
|
2023-05-03 19:46:21 +00:00 |
class-wp-theme.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
class-wp-user-meta-session-tokens.php
|
|
|
class-wp-user-query.php
|
Users: Change cache group from users-queries to user-queries .
|
2023-04-24 13:53:22 +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
|
Coding Standards: Use strict comparison where trim() is involved.
|
2023-04-17 17:01:24 +00:00 |
class-wp.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
class-wpdb.php
|
Docs: All sorts of improvements and corrections to function and hook docs.
|
2023-04-27 23:15:17 +00:00 |
class.wp-dependencies.php
|
|
|
class.wp-scripts.php
|
|
|
class.wp-styles.php
|
|
|
comment-template.php
|
Coding Standards: Use more meaningful variable names in various comment functions.
|
2023-04-19 14:40:19 +00:00 |
comment.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
compat.php
|
|
|
cron.php
|
Coding Standards: Replace include_once with require_once for required files.
|
2023-04-09 11:57:22 +00:00 |
date.php
|
|
|
default-constants.php
|
|
|
default-filters.php
|
Enqueue registered assets once.
|
2023-04-28 08:51:17 +00:00 |
default-widgets.php
|
|
|
deprecated.php
|
Coding Standards: Use strict comparison where substr() is involved.
|
2023-04-16 10:48:22 +00:00 |
embed-template.php
|
|
|
embed.php
|
|
|
error-protection.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
feed-atom-comments.php
|
|
|
feed-atom.php
|
|
|
feed-rdf.php
|
|
|
feed-rss2-comments.php
|
|
|
feed-rss2.php
|
|
|
feed-rss.php
|
|
|
feed.php
|
|
|
formatting.php
|
Coding Standards: Use strict comparison where strtolower() is involved.
|
2023-04-22 15:19:22 +00:00 |
functions.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
functions.wp-scripts.php
|
|
|
functions.wp-styles.php
|
|
|
general-template.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
global-styles-and-settings.php
|
Docs: Corrections and improvements to docblocks for global styles, global settings, theme.json parsing, and shortcodes.
|
2023-05-03 18:48:22 +00:00 |
http.php
|
Docs: All sorts of improvements and corrections to function and hook docs.
|
2023-04-27 23:15:17 +00:00 |
https-detection.php
|
General: Remove Windows Live Writer manifest file.
|
2023-04-04 14:56:22 +00:00 |
https-migration.php
|
|
|
kses.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
l10n.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
link-template.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
load.php
|
Users: Change cache group from users-queries to user-queries .
|
2023-04-24 13:53:22 +00:00 |
locale.php
|
|
|
media-template.php
|
Media: improve display of cropped image in media editor.
|
2023-03-07 04:47:22 +00:00 |
media.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
meta.php
|
|
|
ms-blogs.php
|
Users: Change cache group from users-queries to user-queries .
|
2023-04-24 13:53:22 +00:00 |
ms-default-constants.php
|
|
|
ms-default-filters.php
|
|
|
ms-deprecated.php
|
|
|
ms-files.php
|
Multisite: Log error/warnings/notices from ms-files.php .
|
2021-07-06 20:21:57 +00:00 |
ms-functions.php
|
Users: Cache database queries within WP_User_Query class.
|
2023-04-18 11:50:27 +00:00 |
ms-load.php
|
|
|
ms-network.php
|
Cache API: Add helper function wp_cache_set_last_changed .
|
2023-05-02 11:26:24 +00:00 |
ms-settings.php
|
|
|
ms-site.php
|
Cache API: Add helper function wp_cache_set_last_changed .
|
2023-05-02 11:26:24 +00:00 |
nav-menu-template.php
|
|
|
nav-menu.php
|
|
|
option.php
|
|
|
pluggable-deprecated.php
|
|
|
pluggable.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
plugin.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
post-formats.php
|
|
|
post-template.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
post-thumbnail-template.php
|
|
|
post.php
|
Post Types: Add the view_items label to the wp_block post type.
|
2023-05-03 14:08:18 +00:00 |
query.php
|
Cache API: Introduce new queries cache groups.
|
2023-03-10 16:30:03 +00:00 |
registration-functions.php
|
|
|
registration.php
|
|
|
rest-api.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
revision.php
|
|
|
rewrite.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
robots-template.php
|
|
|
rss-functions.php
|
|
|
rss.php
|
Docs: Fix a typo in wp-includes/rss.php inline comments.
|
2023-04-10 19:31:18 +00:00 |
script-loader.php
|
Docs: Remove @return void from various DocBlocks.
|
2023-05-06 11:40:24 +00:00 |
session.php
|
|
|
shortcodes.php
|
Docs: Corrections and improvements to docblocks for global styles, global settings, theme.json parsing, and shortcodes.
|
2023-05-03 18:48:22 +00:00 |
sitemaps.php
|
|
|
spl-autoload-compat.php
|
|
|
style-engine.php
|
Docs: Correct and improve inline docs relating to the style engine.
|
2023-05-03 23:57:18 +00:00 |
taxonomy.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
template-canvas.php
|
|
|
template-loader.php
|
|
|
template.php
|
Coding Standards: Use strict comparison where count() is involved.
|
2023-04-10 12:56:21 +00:00 |
theme-i18n.json
|
|
|
theme-templates.php
|
|
|
theme.json
|
|
|
theme.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
update.php
|
Upgrade/Install: Create a temporary backup of plugins and themes before updating.
|
2023-05-04 02:36:23 +00:00 |
user.php
|
Code Modernization: Replace usage of strpos() with str_starts_with() .
|
2023-05-02 15:45:22 +00:00 |
vars.php
|
|
|
version.php
|
Docs: Remove @return void from various DocBlocks.
|
2023-05-06 11:40:24 +00:00 |
widgets.php
|
|
|
wp-db.php
|
|
|
wp-diff.php
|
|
|