Make WordPress Core

source: trunk/src/wp-includes

Name Size Rev Age Author Last Change
../
assets 60438   3 months audrasjb Editor: Update packages for 6.8.2 RC1. This changeset syncs packages …
block-bindings 60778   3 weeks cbravobernal Block Bindings: Add postType to context for Post Data source Adds a …
block-patterns 59019   13 months peterwilsoncc Editor: Deprecate "Social links with a shared background color" …
block-supports 60727   4 weeks dmsnell Block Supports: Avoid throwing warning when checking for class …
blocks 60205   5 months jorbin Update Packages for 6.8.1 in trunk. This includes the following …
certificates 60691   6 weeks desrosj Security: Update composer/ca-bundle to version 1.5.8. See #63165.
css 60885   8 days joedolson General: A11y: Remove obsolete speak and aural CSS. Remove …
customize 60909   44 hours westonruter Script Loader: Add sourceURL comments to inline SCRIPT tags …
fonts 59260   12 months peterwilsoncc Editor: Load all style variation fonts within the editors. Loads the …
html-api 60887   7 days jonsurrell HTML API: Ensure non-string HTML input is safely handled. Prevents an …
ID3 60812   9 days swissspidy External Libraries: Backport upstream PHP 8.5 fixes for getID3. In …
images 57638   20 months joedolson Media: Replace media icon images with SVG. Replace the .png files …
interactivity-api 60741   3 weeks swissspidy Interactivity API: Fix "Cannot use bool as array" error. Improves PHP …
IXR 60703   5 weeks SergeyBiryukov Code Modernization: Address no-op function deprecations in PHP 8.5. …
l10n 60484   3 months SergeyBiryukov I18N: Correct strict comparison in …
php-compat 57011   2 years SergeyBiryukov Tests: Use a @requires annotation for readonly() function test. …
PHPMailer 60888   7 days SergeyBiryukov External Libraries: Upgrade PHPMailer to version 6.11.1. This is a …
pomo 57883   19 months SergeyBiryukov Coding Standards: Use strict comparison in …
Requests 57876   19 months swissspidy External Libraries: Update the Requests library to version 2.0.11. …
rest-api 60908   2 days ramonopoly Attachments REST API endpoint: update attachments controller to …
SimplePie 60771   3 weeks SergeyBiryukov External Libraries: Update the SimplePie library to version 1.9.0. …
sitemaps 59462   11 months SergeyBiryukov Coding Standards: Cast wp_count_terms() result to int before using …
sodium_compat 60905   2 days SergeyBiryukov Upgrade/Install: Update sodium_compat to v1.23.0. The previous …
style-engine 60892   6 days andrewserong Editor: introduce border.radiusSizes support in theme.json. Adds …
Text 60777   3 weeks SergeyBiryukov External Libraries: Adopt standard get_temp_dir() in …
theme-compat 57136   23 months swissspidy I18N: Improve translator comments for strings containing date formats. …
widgets 60909   44 hours westonruter Script Loader: Add sourceURL comments to inline SCRIPT tags …
admin-bar.php 36.1 KB 60890   6 days westonruter Toolbar: Improve conciseness of wp_admin_bar_my_account_item(). …
atomlib.php 11.9 KB 60703   5 weeks SergeyBiryukov Code Modernization: Address no-op function deprecations in PHP 8.5. …
author-template.php 18.6 KB 60644   7 weeks SergeyBiryukov Users: Remove deprecated user contact methods. The three default …
block-bindings.php 7.2 KB 60809   9 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
block-editor.php 28.6 KB 60807   10 days Bernhard Reiter Block Bindings: Communicate supported block attributes from server. …
block-i18n.json 316 bytes 51599   4 years gziolo Blocks: Add support for variations in block.json` file We …
block-patterns.php 12.9 KB 59472   10 months SergeyBiryukov Editor: Add description for Banners block pattern category. Follow-up …
block-template-utils.php 61.0 KB 60688   6 weeks Bernhard Reiter Block Hooks: Apply block hooks to plugin-registered templates. As of …
block-template.php 15.0 KB 60275   4 months johnbillion General: Various fixes to the correctness of code and documentation …
blocks.php 110.8 KB 60809   9 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
bookmark-template.php 12.5 KB 60058   7 months audrasjb General: Remove noopener from links opening in a new tab in …
bookmark.php 15.1 KB 57873   19 months SergeyBiryukov Coding Standards: Use strict comparison in wp-includes/bookmark.php. …
cache-compat.php 9.8 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
cache.php 13.2 KB 60206   5 months SergeyBiryukov Cache API: Consistently pass the $expire value as an integer in …
canonical.php 33.9 KB 60496   3 months johnjamesjacoby Canonical: prevent possible "Undefined array key" PHP error in …
capabilities.php 42.6 KB 60491   3 months SergeyBiryukov Role/Capability: Ensure that logged-out users cannot edit themselves. …
category-template.php 55.7 KB 60275   4 months johnbillion General: Various fixes to the correctness of code and documentation …
category.php 12.5 KB 59704   9 months audrasjb Docs: Improve @return docblock section for get_category(). This …
class-avif-info.php 28.9 KB 58049   18 months adamsilverstein Media: fix potential error in …
class-feed.php 539 bytes 59141   12 months SergeyBiryukov External Libraries: Update the SimplePie library to version 1.8.0. …
class-http.php 367 bytes 53518   3 years SergeyBiryukov General: Use WPINC as a shorter reference to wp-includes in some …
class-IXR.php 2.6 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
class-json.php 42.7 KB 60659   6 weeks SergeyBiryukov Code Modernization: Replace non-canonical scalar type casts with …
class-oembed.php 401 bytes 53518   3 years SergeyBiryukov General: Use WPINC as a shorter reference to wp-includes in some …
class-phpass.php 6.6 KB 59030   13 months desrosj External Libraries: Update PHPass library. This updates the PHPass …
class-phpmailer.php 664 bytes 48530   5 years SergeyBiryukov Mail: Make sure the PHPMailer class is only required once if a …
class-pop3.php 20.6 KB 59291   12 months SergeyBiryukov Docs: Adjust comments about set_time_limit() per the documentation …
class-requests.php 2.2 KB 55629   3 years SergeyBiryukov External Libraries: Update the Requests library to version 2.0.6. …
class-simplepie.php 453 bytes 59141   12 months SergeyBiryukov External Libraries: Update the SimplePie library to version 1.8.0. …
class-smtp.php 457 bytes 50022   5 years SergeyBiryukov Mail: Make sure the SMTP class is only required once if a plugin …
class-snoopy.php 36.8 KB 55210   3 years audrasjb HTTP API: Fix request header inconsistencies. This changeset improves …
class-walker-category-dropdown.php 2.4 KB 56586   2 years SergeyBiryukov Coding Standards: Restore more descriptive variable names in a few …
class-walker-category.php 8.3 KB 56547   2 years SergeyBiryukov Coding Standards: Remove superfluous blank lines at the end of various …
class-walker-comment.php 13.9 KB 57850   19 months SergeyBiryukov Coding Standards: Use strict comparison in …
class-walker-nav-menu.php 11.8 KB 59674   9 months westonruter Menus: Improve performance by calling get_privacy_policy_url() once …
class-walker-page-dropdown.php 2.6 KB 56586   2 years SergeyBiryukov Coding Standards: Restore more descriptive variable names in a few …
class-walker-page.php 7.4 KB 56586   2 years SergeyBiryukov Coding Standards: Restore more descriptive variable names in a few …
class-wp-admin-bar.php 17.5 KB 58748   15 months joedolson Toolbar: Move user and recovery menus to a higher priority. Following …
class-wp-ajax-response.php 5.1 KB 54133   3 years SergeyBiryukov Code Modernization: Add AllowDynamicProperties attribute to all …
class-wp-application-passwords.php 16.7 KB 60123   6 months johnbillion Application Passwords: Correct the fallback behaviour for application …
class-wp-block-bindings-registry.php 8.3 KB 60904   2 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
class-wp-block-bindings-source.php 2.9 KB 60804   10 days johnbillion Code Modernization: Revert [60796]. This change needs some more work …
class-wp-block-editor-context.php 1.3 KB 54133   3 years SergeyBiryukov Code Modernization: Add AllowDynamicProperties attribute to all …
class-wp-block-list.php 4.6 KB 60618   2 months SergeyBiryukov Docs: Correct return and parameter types for WP_Block_List methods. …
class-wp-block-metadata-registry.php 11.6 KB 59938   7 months flixos90 Editor: Fix block type and block metadata collection registration …
class-wp-block-parser-block.php 2.5 KB 56048   2 years peterwilsoncc Editor: Update block-serialization-default-parser package for WP 6.3 …
class-wp-block-parser-frame.php 2.0 KB 59072   13 months noisysocks Editor: Update packages for 6.7 Beta 1. Syncs @wordpress/* packages …
class-wp-block-parser.php 11.3 KB 58085   17 months johnbillion Docs: Revert the documentation change to WP_Block_Parser::parse()
class-wp-block-pattern-categories-registry.php 5.3 KB 60904   2 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
class-wp-block-patterns-registry.php 10.6 KB 60904   2 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
class-wp-block-styles-registry.php 6.3 KB 60904   2 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
class-wp-block-supports.php 5.5 KB 59925   7 months Mamaduka Block support: Add server-side processing for ariaLabel. Adds …
class-wp-block-template.php 2.0 KB 59073   13 months noisysocks Editor: Add plugin template registration API and improve theme …
class-wp-block-templates-registry.php 7.1 KB 60904   2 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
class-wp-block-type-registry.php 4.9 KB 60809   9 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
class-wp-block-type.php 16.9 KB 58073   17 months johnbillion Docs: Various docblock corrections. See #60699
class-wp-block.php 22.0 KB 60807   10 days Bernhard Reiter Block Bindings: Communicate supported block attributes from server. …
class-wp-classic-to-block-menu-converter.php 4.0 KB 60325   4 months SergeyBiryukov Docs: Remove redundant @access tags from DocBlocks in various files. …
class-wp-comment-query.php 47.3 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
class-wp-comment.php 9.2 KB 59805   8 months SergeyBiryukov Coding Standards: Correct default values in WP_Comment to match the …
class-wp-customize-control.php 25.5 KB 60715   5 weeks joedolson Customizer: Accessible errors when adding new pages. When setting the …
class-wp-customize-manager.php 198.4 KB 60909   44 hours westonruter Script Loader: Add sourceURL comments to inline SCRIPT tags …
class-wp-customize-nav-menus.php 56.7 KB 60909   44 hours westonruter Script Loader: Add sourceURL comments to inline SCRIPT tags …
class-wp-customize-panel.php 10.5 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
class-wp-customize-section.php 10.9 KB 59224   12 months joedolson Administration: A11y: Fix accordion accessibility. Change accordions …
class-wp-customize-setting.php 29.3 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
class-wp-customize-widgets.php 70.9 KB 60909   44 hours westonruter Script Loader: Add sourceURL comments to inline SCRIPT tags …
class-wp-date-query.php 34.9 KB 59465   11 months SergeyBiryukov Coding Standards: Cast gmdate( 'Z' ) to an integer before addition. …
class-wp-dependencies.php 14.8 KB 58935   14 months peterwilsoncc Script Loader: Refactor Etag generation for concatenated assets. Move …
class-wp-dependency.php 2.6 KB 60656   7 weeks SergeyBiryukov Docs: Correct the type for _WP_Dependency::$args property. …
class-wp-duotone.php 39.8 KB 58414   16 months SergeyBiryukov Docs: Add missing full stop in WP_Duotone class method DocBlocks. …
class-wp-editor.php 70.6 KB 60182   6 months jorbin Editor: Use different keys in array of translatable strings. [59696]
class-wp-embed.php 15.6 KB 60149   6 months SergeyBiryukov Docs: Correct the type of the $return parameter in …
class-wp-error.php 7.3 KB 55398   3 years SergeyBiryukov Docs: Document default values for optional parameters in various …
class-wp-exception.php 253 bytes 59107   13 months hellofromTonya Code Modernization: Fix trigger_error() with E_USER_ERROR deprecation …
class-wp-fatal-error-handler.php 8.0 KB 59270   12 months SergeyBiryukov Site Health: Add a link to support forums in the message displayed for …
class-wp-feed-cache-transient.php 3.2 KB 60524   2 months peterwilsoncc Feeds: Cache RSS feeds in global transients. Moves the caching of RSS …
class-wp-feed-cache.php 969 bytes 59141   12 months SergeyBiryukov External Libraries: Update the SimplePie library to version 1.8.0. …
class-wp-hook.php 15.7 KB 60809   9 days swissspidy Code Modernization: Fix instances of using null as an array offset. …
class-wp-http-cookie.php 7.2 KB 56020   2 years SergeyBiryukov Code Modernization: Use str_starts_with() and str_ends_with() in a …
class-wp-http-curl.php 13.0 KB 60703   5 weeks SergeyBiryukov Code Modernization: Address no-op function deprecations in PHP 8.5. …
class-wp-http-encoding.php 6.5 KB 55990   2 years SergeyBiryukov Code Modernization: Replace usage of substr() with …
class-wp-http-ixr-client.php 3.4 KB 54133   3 years SergeyBiryukov Code Modernization: Add AllowDynamicProperties attribute to all …
class-wp-http-proxy.php 5.8 KB 55988   2 years SergeyBiryukov Code Modernization: Replace usage of strpos() with str_contains(). …
class-wp-http-requests-hooks.php 2.0 KB 54997   3 years hellofromTonya External Libraries: Update Requests library to version 2.0.0. This is …
class-wp-http-requests-response.php 4.3 KB 56825   2 years costdev Docs: Use US spelling and correct a typing mistake. This changes two …
class-wp-http-response.php 2.9 KB 54133   3 years SergeyBiryukov Code Modernization: Add AllowDynamicProperties attribute to all …
class-wp-http-streams.php 16.5 KB 56655   2 years desrosj HTTP API: Deprecate WP_Http_Curl and WP_Http_Streams classes. …
class-wp-http.php 40.6 KB 60652   7 weeks johnbillion HTTP API: Various improvements to the docblocks for HTTP functions. …
class-wp-image-editor-gd.php 20.2 KB 60703   5 weeks SergeyBiryukov Code Modernization: Address no-op function deprecations in PHP 8.5. …
class-wp-image-editor-imagick.php 36.1 KB 60669   6 weeks adamsilverstein Media: improve doc blocks for PNG handling in Imagick. These changes …
class-wp-image-editor.php 17.0 KB 60198   5 months SergeyBiryukov Docs: Remove redundant @abstract tags from DocBlocks in …
class-wp-list-util.php 7.3 KB 57732   20 months hellofromTonya General: Revert r57698 for WP_List_Util::pluck(). r57698 caused a …
class-wp-locale-switcher.php 6.6 KB 60231   5 months SergeyBiryukov Coding Standards: Correct WP_PHPMailer::setLanguage() method name …
class-wp-locale.php 16.5 KB 59870   7 months audrasjb Date/Time: Add sanitization to WP_Locale::get_month(). By adding a …
class-wp-matchesmapregex.php 1.8 KB 57538   20 months SergeyBiryukov Coding Standards: Rename the $oSelf variable in …
class-wp-meta-query.php 29.8 KB 60176   6 months SergeyBiryukov Coding Standards: Correct default parameter type in …
class-wp-metadata-lazyloader.php 6.7 KB 55747   2 years spacedmonkey Networks and Sites: Lazy load site meta. In [36566] a framework to …
class-wp-navigation-fallback.php 9.0 KB 60325   4 months SergeyBiryukov Docs: Remove redundant @access tags from DocBlocks in various files. …
class-wp-network-query.php 19.4 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
class-wp-network.php 12.0 KB 59020   13 months SergeyBiryukov Networks and Sites: Set WP_Network properties via setters upon …
class-wp-object-cache.php 17.1 KB 60130   6 months SergeyBiryukov Docs: Correct the type of the $found parameter in wp_cache_get(). …
class-wp-oembed-controller.php 6.7 KB 57785   19 months SergeyBiryukov Docs: Add a description for the $wp_embed global. Follow-up to …
class-wp-oembed.php 30.9 KB 60345   4 months peterwilsoncc Embeds: Remove screencast.com from oEmbed allow list. Screencast have …
class-wp-paused-extensions-storage.php 5.0 KB 58975   13 months flixos90 Options, Meta APIs: Explicitly pass $autoload parameter to when …
class-wp-phpmailer.php 4.2 KB 60888   7 days SergeyBiryukov External Libraries: Upgrade PHPMailer to version 6.11.1. This is a …
class-wp-plugin-dependencies.php 24.7 KB 60666   6 weeks whyisjake Upgrade/Install: Move Hello Dolly plugin to directory structure. …
class-wp-post-type.php 30.0 KB 59791   8 months audrasjb Administration: Replace missed references of "Add New" in …
class-wp-post.php 6.3 KB 60654   7 weeks SergeyBiryukov Posts, Post Types: Avoid an extra database query in WP_Post for a …
class-wp-query.php 154.5 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
class-wp-recovery-mode-cookie-service.php 6.7 KB 54379   3 years peterwilsoncc Security: Additional translations of salt default phrase. Translate …
class-wp-recovery-mode-email-service.php 10.9 KB 55703   2 years SergeyBiryukov Code Modernization: Replace usage of strpos() with …
class-wp-recovery-mode-key-service.php 4.8 KB 59828   8 months johnbillion Security: Switch to using bcrypt for hashing user passwords and …
class-wp-recovery-mode-link-service.php 3.4 KB 54133   3 years SergeyBiryukov Code Modernization: Add AllowDynamicProperties attribute to all …
class-wp-recovery-mode.php 11.2 KB 59861   8 months johnbillion Docs: Various improvements to inline documentation. See #62281
class-wp-rewrite.php 62.2 KB 60458   3 months swissspidy Sitemaps: Remove superfluous ? from rewrite rule. Props …
class-wp-role.php 2.5 KB 56547   2 years SergeyBiryukov Coding Standards: Remove superfluous blank lines at the end of various …
class-wp-roles.php 9.2 KB 60364   3 months johnbillion Role/Capability: Add support for passing a numerically-indexed array …
class-wp-script-modules.php 21.6 KB 60704   5 weeks westonruter Script Loader: Introduce fetchpriority for Scripts and Script …
class-wp-scripts.php 29.9 KB 60722   4 weeks jonsurrell Script Loader: Fix typo in code comment about sourceURL. Developed in …
class-wp-session-tokens.php 7.1 KB 59803   8 months johnbillion Security: Explicitly require the hash PHP extension and add …
class-wp-simplepie-file.php 3.5 KB 60771   3 weeks SergeyBiryukov External Libraries: Update the SimplePie library to version 1.9.0. …
class-wp-simplepie-sanitize-kses.php 1.9 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
class-wp-site-query.php 30.9 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
class-wp-site.php 7.3 KB 60358   3 months johnbillion Networks and Sites: Correct and improve terminology relating to …
class-wp-speculation-rules.php 7.4 KB 59837   8 months flixos90 General: Add speculative loading support via the Speculation Rules …
class-wp-styles.php 10.9 KB 60719   4 weeks jonsurrell Script Loader: Add sourceURL to inline scripts and styles. Improve …
class-wp-tax-query.php 19.1 KB 60311   4 months SergeyBiryukov Docs: Correct property type for WP_Tax_Query::$no_results. …
class-wp-taxonomy.php 18.1 KB 60098   7 months audrasjb Administration: Replace missed reference of "Add New" in WP_taxonomy …
class-wp-term-query.php 40.0 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
class-wp-term.php 5.2 KB 54133   3 years SergeyBiryukov Code Modernization: Add AllowDynamicProperties attribute to all …
class-wp-text-diff-renderer-inline.php 979 bytes 57633   20 months SergeyBiryukov Coding Standards: Allow $newlineEscape parameter in …
class-wp-text-diff-renderer-table.php 18.4 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
class-wp-textdomain-registry.php 10.2 KB 59430   11 months desrosj i18n: Account for load_*_textdomain() after JIT loading. When …
class-wp-theme-json-data.php 1.8 KB 58328   16 months ellatrix Editor: Add theme.json v3 migrations. See …
class-wp-theme-json-resolver.php 34.9 KB 59338   11 months ramonopoly Theme JSON Resolver: remove theme json merge in …
class-wp-theme-json-schema.php 7.2 KB 58354   16 months oandregal Editor: code quality improvements for theme.json migrate API …
class-wp-theme-json.php 160.1 KB 60892   6 days andrewserong Editor: introduce border.radiusSizes support in theme.json. Adds …
class-wp-theme.php 64.3 KB 60804   10 days johnbillion Code Modernization: Revert [60796]. This change needs some more work …
class-wp-token-map.php 27.9 KB 58769   15 months dmsnell HTML API: Add PHP type annotations. This patch adds type annotations …
class-wp-url-pattern-prefixer.php 4.7 KB 59837   8 months flixos90 General: Add speculative loading support via the Speculation Rules …
class-wp-user-meta-session-tokens.php 2.9 KB 60416   3 months johnbillion Docs: Add a few missing @since tags. See #63166
class-wp-user-query.php 43.1 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
class-wp-user-request.php 2.3 KB 59828   8 months johnbillion Security: Switch to using bcrypt for hashing user passwords and …
class-wp-user.php 23.7 KB 60915   108 minutes spacedmonkey Users: Lazy load user capabilities in WP_User object. Convert the …
class-wp-walker.php 13.0 KB 58812   15 months SergeyBiryukov General: Cast $max_depth and $depth to an integer in the Walker
class-wp-widget-factory.php 3.3 KB 54133   3 years SergeyBiryukov Code Modernization: Add AllowDynamicProperties attribute to all …
class-wp-widget.php 18.0 KB 59336   11 months SergeyBiryukov Docs: Add missing void to DocBlock @return types. This commit …
class-wp-xmlrpc-server.php 210.4 KB 60655   7 weeks SergeyBiryukov XML-RPC: Update specUrl links in IXR_Server and …
class-wp.php 25.7 KB 59728   8 months johnbillion Posts, Post Types: Add no-cache headers to password protected posts. …
class-wpdb.php 115.8 KB 60622   2 months SergeyBiryukov Database: Add support for SET STATEMENT in …
class.wp-dependencies.php 373 bytes 54254   3 years SergeyBiryukov Coding Standards: Rename WordPress Dependencies API class files. The …
class.wp-scripts.php 343 bytes 54254   3 years SergeyBiryukov Coding Standards: Rename WordPress Dependencies API class files. The …
class.wp-styles.php 338 bytes 54254   3 years SergeyBiryukov Coding Standards: Rename WordPress Dependencies API class files. The …
comment-template.php 100.7 KB 60909   44 hours westonruter Script Loader: Add sourceURL comments to inline SCRIPT tags …
comment.php 128.8 KB 60406   3 months SergeyBiryukov Coding Standards: Remove unnecessary conditional from …
compat-utf8.php 10.7 KB 60808   9 days SergeyBiryukov Coding Standards: Correct alignment in _wp_scan_utf8(). This …
compat.php 17.7 KB 60694   6 weeks dmsnell Compat: Replace warning-suppression in _wp_can_use_pcre_u() This …
cron.php 41.7 KB 60653   7 weeks johnbillion Cron API: Correct the documented type and value of the …
date.php 400 bytes 53518   3 years SergeyBiryukov General: Use WPINC as a shorter reference to wp-includes in some …
default-constants.php 11.1 KB 59146   12 months peterwilsoncc Bundled Themes: Initial import of the Twenty Twenty-Five default …
default-filters.php 36.1 KB 60910   39 hours westonruter Media: Switch to enqueueing contain-intrinsic-size CSS fix for IMG
default-widgets.php 2.2 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
deprecated.php 188.1 KB 60910   39 hours westonruter Media: Switch to enqueueing contain-intrinsic-size CSS fix for IMG
embed-template.php 338 bytes 53518   3 years SergeyBiryukov General: Use WPINC as a shorter reference to wp-includes in some …
embed.php 37.6 KB 60913   22 hours westonruter Bundled Themes: Use wp_print_inline_script_tag() when available and …
error-protection.php 4.0 KB 55703   2 years SergeyBiryukov Code Modernization: Replace usage of strpos() with …
feed-atom-comments.php 5.4 KB 57759   19 months SergeyBiryukov Docs: Document the $post global in comment feed templates. …
feed-atom.php 3.0 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
feed-rdf.php 2.6 KB 47122   6 years SergeyBiryukov Docs: Improve inline comments per the documentation standards. …
feed-rss2-comments.php 4.0 KB 57759   19 months SergeyBiryukov Docs: Document the $post global in comment feed templates. …
feed-rss2.php 3.7 KB 47122   6 years SergeyBiryukov Docs: Improve inline comments per the documentation standards. …
feed-rss.php 1.2 KB 47122   6 years SergeyBiryukov Docs: Improve inline comments per the documentation standards. …
feed.php 23.0 KB 60771   3 weeks SergeyBiryukov External Libraries: Update the SimplePie library to version 1.9.0. …
fonts.php 9.6 KB 60203   5 months flixos90 Query: Avoid unnecessary database query when deleting a font family. …
formatting.php 336.9 KB 60913   22 hours westonruter Bundled Themes: Use wp_print_inline_script_tag() when available and …
functions.php 281.7 KB 60909   44 hours westonruter Script Loader: Add sourceURL comments to inline SCRIPT tags …
functions.wp-scripts.php 14.9 KB 60704   5 weeks westonruter Script Loader: Introduce fetchpriority for Scripts and Script …
functions.wp-styles.php 8.4 KB 58200   17 months SergeyBiryukov Docs: Correct the placement of @global tags in various files. …
general-template.php 168.6 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
global-styles-and-settings.php 20.7 KB 60459   3 months SergeyBiryukov Coding Standards: Remove extra check in …
http.php 25.3 KB 60652   7 weeks johnbillion HTTP API: Various improvements to the docblocks for HTTP functions. …
https-detection.php 5.7 KB 59865   8 months johnbillion Docs: Various improvements to inline documentation. See #62281
https-migration.php 4.6 KB 56191   2 years audrasjb Docs: Replace multiple single line comments with multi-line comments. …
kses.php 75.9 KB 60886   8 days westonruter Editor: Add 6 missing HTML5 semantic tags (data, meter, …
l10n.php 67.2 KB 60728   4 weeks swissspidy I18N: Use Domain Path for script translations if available. This is …
link-template.php 155.7 KB 60900   4 days SergeyBiryukov Code Modernization: Use str_contains() in get_avatar_data(). …
load.php 55.2 KB 60724   4 weeks SergeyBiryukov Docs: Correct the order of @see and @global tags in some files. …
locale.php 162 bytes 46439   6 years SergeyBiryukov Docs: Add missing @deprecated tags in the file docblock of some …
media-template.php 61.7 KB 60806   10 days joedolson A11y: Ensure icons are not spoken by screen readers. For all CSS …
media.php 216.0 KB 60910   39 hours westonruter Media: Switch to enqueueing contain-intrinsic-size CSS fix for IMG
meta.php 65.0 KB 60264   4 months johnbillion Docs: Improvements and corrections to documentation relating to …
ms-blogs.php 25.2 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
ms-default-constants.php 4.8 KB 58409   16 months hellofromTonya Code Modernization: Use wp_trigger_error() instead of trigger_error(). …
ms-default-filters.php 6.5 KB 55419   3 years SergeyBiryukov Posts, Post Types: Pass the post object to …
ms-deprecated.php 21.2 KB 57987   18 months swissspidy Docs: Fix various typos and spelling mistakes. Props swissspidy, …
ms-files.php 2.7 KB 60170   6 months peterwilsoncc Media: Prevent Multisite fatal error in legacy file rewrites. Removes …
ms-functions.php 89.6 KB 60450   3 months SergeyBiryukov Coding Standards: Replace redundant check in …
ms-load.php 19.4 KB 60249   5 months johnbillion Docs: Switch some @internal tags to the inline format so the …
ms-network.php 3.7 KB 55702   2 years spacedmonkey Cache API: Add helper function wp_cache_set_last_changed. Add a …
ms-settings.php 4.1 KB 60682   6 weeks SergeyBiryukov Docs: Correct the order of @since and @global tags in some files. …
ms-site.php 40.7 KB 60358   3 months johnbillion Networks and Sites: Correct and improve terminology relating to …
nav-menu-template.php 25.4 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
nav-menu.php 43.3 KB 58854   14 months SergeyBiryukov Menus: Check if taxonomy term exists in wp_update_nav_menu_item(). …
option.php 101.7 KB 60682   6 weeks SergeyBiryukov Docs: Correct the order of @since and @global tags in some files. …
pluggable-deprecated.php 6.2 KB 59754   8 months johnbillion Security: Add the SensitiveParameter attribute to sensitive …
pluggable.php 122.7 KB 60698   5 weeks TimothyBlynJacobs Mail: Support inline attachments. MIME allows for referencing …
plugin.php 34.8 KB 60258   4 months jorbin Plugins: Clarify documentation for when current_action and …
post-formats.php 6.9 KB 58212   17 months SergeyBiryukov Docs: Improve documentation for a few functions accepting a WP_Post
post-template.php 67.0 KB 60222   5 months SergeyBiryukov Text Changes: Improve the post password form message for clarity and …
post-thumbnail-template.php 10.6 KB 59548   10 months SergeyBiryukov Docs: Update parameter type hints to include null for post thumbnail …
post.php 288.7 KB 60906   2 days westonruter Posts, Post Types: Short-circuit wp_post_delete() when $post_id
query.php 36.2 KB 60697   5 weeks spacedmonkey Caching API: Use consistent cache keys for query groups. Query-based …
registration-functions.php 200 bytes 49564   5 years SergeyBiryukov Coding Standards: Pass an empty string instead of null as the …
registration.php 200 bytes 49564   5 years SergeyBiryukov Coding Standards: Pass an empty string instead of null as the …
rest-api.php 97.9 KB 60104   6 months audrasjb REST API: Properly capitalize "REST" in translation strings. Props …
revision.php 30.0 KB 59715   8 months spacedmonkey Revisions: Use WP_Query in wp_get_post_autosave. Replaced the raw SQL …
rewrite.php 19.0 KB 60447   3 months SergeyBiryukov Coding Standards: Remove redundant checks in …
robots-template.php 5.1 KB 53087   4 years SergeyBiryukov Docs: Adjust DocBlock formatting for wp_robots_*() and related …
rss-functions.php 255 bytes 49619   5 years whyisjake Feeds: Add an early exit when calling RSS functions directly. While …
rss.php 22.7 KB 60703   5 weeks SergeyBiryukov Code Modernization: Address no-op function deprecations in PHP 8.5. …
script-loader.php 131.2 KB 60719   4 weeks jonsurrell Script Loader: Add sourceURL to inline scripts and styles. Improve …
script-modules.php 8.5 KB 60704   5 weeks westonruter Script Loader: Introduce fetchpriority for Scripts and Script …
session.php 258 bytes 47198   6 years SergeyBiryukov Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__
shortcodes.php 23.5 KB 60901   3 days SergeyBiryukov Code Modernization: Use str_contains() in …
sitemaps.php 3.2 KB 50916   4 years SergeyBiryukov Docs: Miscellaneous DocBlock corrections. See #52628.
speculative-loading.php 8.4 KB 60681   6 weeks jonsurrell Scripts: Use appropriate JSON encoding flags for script tags. …
spl-autoload-compat.php 441 bytes 49564   5 years SergeyBiryukov Coding Standards: Pass an empty string instead of null as the …
style-engine.php 7.4 KB 58089   17 months isabel_brison Editor: add Style Engine support for nested CSS rules. Adds support …
taxonomy.php 172.9 KB 60711   5 weeks SergeyBiryukov Taxonomy: Add update_term_count action that fires when term counts …
template-canvas.php 544 bytes 56752   2 years SergeyBiryukov Coding Standards: Remove redundant ignore annotations, take 4. This …
template-loader.php 3.6 KB 60791   2 weeks SergeyBiryukov Docs: Clarify documentation for the template_redirect hook. …
template.php 23.6 KB 57685   20 months joemcgill Themes: Use original template paths when switching blogs. This fixes …
theme-i18n.json 1.5 KB 59591   9 months swissspidy I18N: Update theme.json i18n schema with latest changes from …
theme-previews.php 2.8 KB 60681   6 weeks jonsurrell Scripts: Use appropriate JSON encoding flags for script tags. …
theme-templates.php 6.1 KB 59832   8 months joedolson Accessibility: Globally update .screen-reader-text class. Remove …
theme.json 8.6 KB 60234   5 months SergeyBiryukov Coding Standards: Simplify gradient color specifications in …
theme.php 131.3 KB 60909   44 hours westonruter Script Loader: Add sourceURL comments to inline SCRIPT tags …
update.php 36.4 KB 60493   3 months johnjamesjacoby Docs: remove global references to $wp_version that are no longer …
user.php 173.1 KB 60712   5 weeks davidbaumwald Users: Pass WP_User object to wp_set_password action in during new …
utf8.php 5.6 KB 60793   2 weeks dmsnell Charset: Improve UTF-8 scrubbing ability via new UTF-8 scanning …
vars.php 6.4 KB 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
version.php 1.1 KB 60718   4 weeks SergeyBiryukov Database: Update $wp_db_version to point to the correct commit …
widgets.php 69.5 KB 60732   4 weeks westonruter Widgets: Prevent fatal errors in PHP 8 when retrieve_widgets() and …
wp-db.php 445 bytes 53756   3 years SergeyBiryukov Coding Standards: Use __DIR__ instead of ABSPATH in wp-db.php. …
wp-diff.php 799 bytes 59688   9 months audrasjb General: Stop direct loading of files in /wp-includes that should …
  • Property svn:ignore set to
    js
Note: See TracBrowser for help on using the repository browser.