[wp-trac] [WordPress Trac] #64734: WordPress ZIP size grew 20MB in 7.0 due to adding the vips library
WordPress Trac
noreply at wordpress.org
Fri Mar 20 17:20:00 UTC 2026
#64734: WordPress ZIP size grew 20MB in 7.0 due to adding the vips library
------------------------------------+------------------------------
Reporter: berislav.grgicak | Owner: adamsilverstein
Type: defect (bug) | Status: reopened
Priority: high | Milestone: 7.0
Component: General | Version: trunk
Severity: major | Resolution:
Keywords: dev-feedback has-patch | Focuses:
------------------------------------+------------------------------
Comment (by desrosj):
I just wanted to provide an update on what I've found over the last ~24
hours. I've been digging into what files were added, moved, or deleted
during the 7.0 cycle, and there were several files being included that
were either unnecessary or left in place simply due to an undiscovered
technical nuance.
- In [62051]/#64716, the `grunt clean` task was updated to ensure all
new/moved files after the build script changes were accounted for. This
did not directly affect the package size, but it ensures that contributors
have a way to ensure a pristine working environment locally.
- In [62069], a change was made to the sequence of tasks for the `build`
scripts to guarantee that `grunt clean -- --dev` would always run before
building. This addresses an issue described in ticket:64393#comment:177
where files previously subject to version control were still present on
the build server and were included in the built packages because their
parent directory was added to the `svn:ignore` property ''before'' the
files were explicitly removed.
**[https://github.com/WordPress/WordPress/compare/e20a246a659539bb5e07b4ee035f47b90e45220d...3bb0908dab95dcaf3a80985f1f455fb64f0ea1c6
Result]: 28 files removed and a net change of just under -69KB.**
- After [62072]/#64909, two files were identified that were intended to be
minified but actually were not. Since the files would have had no
differences, the unminified version was chosen to remain because it is
human-readable.
**[https://github.com/WordPress/WordPress/compare/c56c3603cfe9b08871a747f1403722e9bef3d5ab...f54d1d8d556b73c0ff926781231f7272c5d74d8e
Result]: a net change of -58KB**.
- In [62073], the `*.min.asset.php` files that were being copied to the
`wp-includes/js/dist` directory were identified as being unnecessary and
were removed.
**[https://github.com/WordPress/WordPress/compare/c56c3603cfe9b08871a747f1403722e9bef3d5ab...f54d1d8d556b73c0ff926781231f7272c5d74d8e
Result]: 67 files deleted and a net change of 14KB**
- In [62079], the build script was configured to stop including files
associated with inactive and experimental routes.
**[https://github.com/WordPress/WordPress/compare/5050db1c2463e46c9cb4024ae36d24d682e2bd2c...c847feeb7c413f2e18f3cb21a374a451c7b761d0
Result]: 66 files removed and a net change of -4.46MB.**
I am still working through the list of files changed since `6.9.4` to
confirm which ones belong and which ones do not. After the above changes
and the removal of client-side media, here is the list:
{{{
A https://core.svn.wordpress.org/tags/6.9.4/wp-
admin/css/colors/_tokens.scss
A https://core.svn.wordpress.org/tags/6.9.4/wp-admin/css/view-
transitions.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-admin/css/view-
transitions.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-admin/images/w-logo-
gray.png
A https://core.svn.wordpress.org/tags/6.9.4/wp-admin/images
/wordpress-logo-gray.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-admin/font-
library.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-admin/options-
connectors.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-
client/adapters/class-wp-ai-client-cache.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-
client/adapters/class-wp-ai-client-discovery-strategy.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-
client/adapters/class-wp-ai-client-event-dispatcher.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-
client/adapters/class-wp-ai-client-http-client.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-
client/adapters
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-client
/class-wp-ai-client-ability-function-resolver.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-client
/class-wp-ai-client-prompt-builder.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-client
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/assets/icon-
library-manifest.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/block-
patterns/navigation-overlay-accent-bg.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/block-
patterns/navigation-overlay-black-bg.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/block-
patterns/navigation-overlay-centered-with-extras.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/block-
patterns/navigation-overlay-centered.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/block-
patterns/navigation-overlay.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/block-
supports/anchor.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/block-
supports/auto-register.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/block-
supports/custom-css.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/breadcrumbs/block.json
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/breadcrumbs/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/breadcrumbs/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/breadcrumbs/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/breadcrumbs/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/breadcrumbs
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/icon/block.json
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/icon
/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/icon
/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/icon/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/icon/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/icon
/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/icon
/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/icon/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/icon/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/icon
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-link/shared/item-should-render.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-link/shared/render-submenu-icon.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-link/shared
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-overlay-close/block.json
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-overlay-close/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-overlay-close/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-overlay-close/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-overlay-close/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-overlay-close
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/post-
author/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/post-
author/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/post-
author/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks/post-
author/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/breadcrumbs.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/details.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/icon.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/blocks
/navigation-overlay-close.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/blocks/paragraph.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
/font-library/loader.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
/font-library/page-wp-admin.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
/font-library/page.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
/font-library
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
/options-connectors/loader.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
/options-connectors/page-wp-admin.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
/options-connectors/page.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
/options-connectors
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/pages
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/connectors-home/content.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/connectors-home/content.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/connectors-home/content.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/connectors-home/route.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/connectors-home/route.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/connectors-home/route.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/connectors-home
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/font-list/content.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/font-list/content.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/font-list/content.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/font-list/route.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/font-list/route.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/font-list/route.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/font-list
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/fonts-home/route.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/fonts-home/route.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/fonts-home/route.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
/fonts-home
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/build/routes/registry.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build/routes
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/build/constants.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/build/pages.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/build/routes.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/build
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/collaboration/class-wp-http-polling-sync-server.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/collaboration/class-wp-sync-post-meta-storage.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/collaboration/interface-wp-sync-storage.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/collaboration
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-heading/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-heading/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-heading/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-heading/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-heading
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-item/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-item/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-item/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-item/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-item
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-panel/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-panel/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-panel/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-panel/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/accordion-panel
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/archives/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/archives/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/archives/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/archives/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/archives
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/audio
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/avatar
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/breadcrumbs/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/breadcrumbs/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/breadcrumbs/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/breadcrumbs/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/breadcrumbs
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/button
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/buttons
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/calendar/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/calendar/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/calendar/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/calendar/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/calendar
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/categories
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/code
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/columns
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-avatar/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-avatar/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-avatar/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-avatar/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-avatar
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-name/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-name/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-name/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-name/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-author-name
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-content/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-content/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-content/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-content/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-content
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-date/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-date/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-date/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-date/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-date
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-edit-link/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-edit-link/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-edit-link/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-edit-link/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-edit-link
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-reply-link/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-reply-link/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-reply-link/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-reply-link/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-reply-link
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-template/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-template/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-template/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-template/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comment-template
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination-numbers/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination-numbers/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination-numbers/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination-numbers/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-pagination-numbers
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-title/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-title/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-title/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-title/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/comments-title
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/cover
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/details
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/embed
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/file
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/footnotes/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/footnotes/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/footnotes/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/footnotes/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/footnotes
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-input
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submission-notification/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submission-notification/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submission-notification/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submission-notification/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submission-notification
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submit-button/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submit-button/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submit-button/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submit-button/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/form-submit-button
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/freeform/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/freeform/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/freeform/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/freeform/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/freeform
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/gallery
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/group
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/heading/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/heading/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/heading/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/heading/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/heading
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/html/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/html/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/html/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/html/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/html
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/icon
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/image
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-comments/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-comments/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-comments/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-comments/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-comments
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/latest-posts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/list/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/list/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/list/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/list/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/list
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/loginout/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/loginout/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/loginout/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/loginout/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/loginout
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/math
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/media-text
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/more/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/more/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/more/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/more/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/more
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-link
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-overlay-close/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-overlay-close/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-overlay-close/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-overlay-close/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-overlay-close
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-submenu/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-submenu/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-submenu/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-submenu/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/navigation-submenu
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/nextpage/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/nextpage/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/nextpage/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/nextpage/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/nextpage
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/page-list
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/paragraph
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist-track/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist-track/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist-track/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist-track/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/playlist-track
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-biography/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-biography/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-biography/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-biography/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-biography
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-name/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-name/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-name/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-name/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-author-name
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-count/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-count/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-count/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-count/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-count
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-form
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-link/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-link/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-link/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-link/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-comments-link
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-content/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-content/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-content/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-content/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-content
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-date/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-date/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-date/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-date/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-date
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-excerpt
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-featured-image
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-navigation-link/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-navigation-link/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-navigation-link/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-navigation-link/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-navigation-link
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-template/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-template/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-template/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-template/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-template
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-terms/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-terms/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-terms/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-terms/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-terms
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-time-to-read/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-time-to-read/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-time-to-read/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-time-to-read/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-time-to-read
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-title/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-title/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-title/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-title/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/post-title
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/preformatted/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/preformatted/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/preformatted/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/preformatted/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/preformatted
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/pullquote
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination-numbers/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination-numbers/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination-numbers/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination-numbers/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-pagination-numbers
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-title/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-title/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-title/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-title/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-title
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-total/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-total/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-total/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-total/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/query-total
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/quote
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/read-more/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/read-more/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/read-more/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/read-more/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/read-more
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/rss
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/search
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/separator
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/shortcode/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/shortcode/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/shortcode/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/shortcode/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/shortcode
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-logo
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-tagline
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/site-title
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-link/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-link/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-link/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-link/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-link
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/social-links
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/spacer
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab-panel/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab-panel/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab-panel/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab-panel/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tab-panel
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table-of-contents/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table-of-contents/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table-of-contents/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table-of-contents/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/table-of-contents
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tabs-menu-item
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tag-cloud/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tag-cloud/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tag-cloud/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tag-cloud/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/tag-cloud
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/template-part
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-count/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-count/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-count/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-count/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-count
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-description/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-description/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-description/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-description/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-description
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-name/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-name/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-name/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-name/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-name
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/term-template
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/text-columns
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/verse/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/verse/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/verse/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/verse/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/verse
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/editor-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/editor-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/editor.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/editor.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/theme-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/theme-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/theme.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video/theme.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/block-library/video
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/media-utils/style-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/media-utils/style-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/media-utils/style.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/media-utils/style.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/dist
/media-utils
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/css/dist/registry.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/wp-
block-template-skip-link-rtl.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/wp-
block-template-skip-link-rtl.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/wp-
block-template-skip-link.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/css/wp-
block-template-skip-link.min.css
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/accordion-heading.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/accordion-item.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/accordion.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/add-card.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/add-submenu.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/add-template.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/align-center.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/align-justify.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/align-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/align-none.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/align-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/archive.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/arrow-down-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/arrow-down-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/arrow-down.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/arrow-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/arrow-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/arrow-up-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/arrow-up-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/arrow-up.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/aspect-ratio.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/at-symbol.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/audio.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/background.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/backup.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/bell-unread.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/bell.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/block-default.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/block-meta.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/block-table.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/border.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/box.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/breadcrumbs.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/brush.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/bug.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/button.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/buttons.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/calendar.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/cancel-circle-filled.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/caption.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/capture-photo.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/capture-video.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/cart.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/category.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/caution-filled.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/caution.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chart-bar.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/check.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-down-small.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-down.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-left-small.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-right-small.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-up-down.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-up-small.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/chevron-up.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/classic.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/close-small.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/close.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/cloud-download.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/cloud-upload.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/cloud.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/code.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/cog.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/color.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/column.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/columns.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/comment-author-avatar.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/comment-author-name.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/comment-content.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/comment-edit-link.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/comment-reply-link.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/comment.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/connection.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/contents.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/copy-small.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/copy.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/corner-all.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/corner-bottom-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/corner-bottom-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/corner-top-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/corner-top-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/cover.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/create.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/crop.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/currency-dollar.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/currency-euro.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/currency-pound.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/custom-link.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/custom-post-type.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/dashboard.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/desktop.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/details.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/download.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/drafts.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/drag-handle.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/drawer-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/drawer-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/envelope.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/error.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/external.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/file.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/filter.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/flip-horizontal.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/flip-vertical.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/footer.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-bold.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-capitalize.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-indent-rtl.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-indent.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-italic.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-list-bullets-rtl.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-list-bullets.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-list-numbered-rtl.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-list-numbered.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-lowercase.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-ltr.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-outdent-rtl.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-outdent.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-rtl.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-strikethrough.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-underline.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/format-uppercase.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/full-height.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/fullscreen.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/funnel.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/gallery.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/gift.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/globe.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/grid.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/group.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/handle.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/header.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/heading-level-1.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/heading-level-2.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/heading-level-3.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/heading-level-4.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/heading-level-5.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/heading-level-6.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/heading.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/help-filled.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/help.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/home-button.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/home.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/html.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/image.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/inbox.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/info.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/insert-after.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/insert-before.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/institution.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-bottom.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-center-vertical.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-center.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-space-between-vertical.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-space-between.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-stretch-vertical.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-stretch.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/justify-top.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/key.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/keyboard-close.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/keyboard-return.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/keyboard.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/language.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/layout.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/level-up.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/lifesaver.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/line-dashed.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/line-dotted.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/line-solid.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/link-off.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/link.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/list-item.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/list-view.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/list.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/lock-outline.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/lock-small.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/lock.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/login.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/loop.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/map-marker.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/math.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/media-and-text.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/media.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/megaphone.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/menu.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/mobile.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/more-horizontal.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/more-vertical.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/more.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/move-to.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/navigation-overlay.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/navigation.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/next.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/not-allowed.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/not-found.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/offline.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/overlay-text.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/page-break.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/page.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/pages.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/paragraph.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/payment.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/pencil.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/pending.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/people.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/percent.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/pin-small.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/pin.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/plugins.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/plus-circle-filled.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/plus-circle.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/plus.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/position-center.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/position-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/position-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-author.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-categories.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-comments-count.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-comments-form.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-comments.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-content.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-date.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-excerpt.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-featured-image.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-list.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post-terms.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/post.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/preformatted.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/previous.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/published.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/pull-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/pull-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/pullquote.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/query-pagination-next.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/query-pagination-numbers.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/query-pagination-previous.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/query-pagination.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/quote.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/receipt.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/redo.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/remove-bug.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/remove-submenu.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/replace.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/reset.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/resize-corner-ne.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/reusable-block.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/rotate-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/rotate-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/row.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/rss.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/scheduled.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/search.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/seen.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/send.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/separator.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/settings.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/shadow.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/share.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/shield.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/shipping.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/shortcode.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/shuffle.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sidebar.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sides-all.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sides-axial.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sides-bottom.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sides-horizontal.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sides-left.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sides-right.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sides-top.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/sides-vertical.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/site-logo.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/square.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/stack.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/star-empty.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/star-filled.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/star-half.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/store.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/stretch-full-width.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/stretch-wide.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/styles.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/subscript.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/superscript.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/swatch.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/symbol-filled.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/symbol.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/tab.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/table-column-after.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/table-column-before.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/table-column-delete.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/table-of-contents.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/table-row-after.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/table-row-before.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/table-row-delete.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/table.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/tablet.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/tabs-menu-item.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/tabs-menu.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/tabs.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/tag.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/term-count.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/term-description.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/term-name.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/text-color.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/text-horizontal.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/text-vertical.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/thumbs-down.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/thumbs-up.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/time-to-read.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/tip.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/title.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/tool.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/trash.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/trending-down.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/trending-up.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/typography.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/undo.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/ungroup.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/unlock.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/unseen.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/update.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/upload.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/verse.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/video.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/widget.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/word-count.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library/wordpress.svg
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/images/icon-
library
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/js/codemirror/espree.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/a11y/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/abilities/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/abilities/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/abilities/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/abilities
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-editor/utils/fit-text-frontend.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/accordion/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/file/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/form/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/image/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/navigation/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/playlist/view.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/playlist/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/playlist/view.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/playlist
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/query/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/search/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/tabs/view.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/tabs/view.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/tabs/view.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/block-library/tabs
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/boot/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/boot/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/boot/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/boot
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/connectors/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/connectors/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/connectors/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/connectors
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/core-abilities/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/core-abilities/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/core-abilities/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/core-abilities
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/edit-site-init/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/edit-site-init/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/edit-site-init/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/edit-site-init
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/interactivity/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/interactivity-router/full-page.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/interactivity-router/full-page.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/interactivity-router/full-page.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/interactivity-router/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/latex-to-mathml/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/latex-to-mathml/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/latex-to-mathml/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/latex-to-mathml/loader.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/latex-to-mathml/loader.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/latex-to-mathml/loader.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/latex-to-mathml
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/lazy-editor/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/lazy-editor/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/lazy-editor/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/lazy-editor
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/route/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/route/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/route/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/route
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/workflow/index.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/workflow/index.min.asset.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/workflow/index.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/workflow
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/script-modules/registry.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/block-serialization-spec-parser.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/block-serialization-spec-parser.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/react-i18n.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/react-i18n.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/js/dist/sync.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/js/dist/sync.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/js/dist/theme.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/js/dist/theme.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/undo-manager.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/undo-manager.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/upload-media.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/js/dist
/upload-media.min.js
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Builders/MessageBuilder.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Builders/PromptBuilder.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Builders
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Contracts/AiClientExceptionInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Contracts/CachesDataInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Contracts/WithArrayTransformationInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Contracts/WithJsonSchemaInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Exception/InvalidArgumentException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Exception/RuntimeException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Exception/TokenLimitReachedException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Exception
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Traits/WithDataCachingTrait.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/Traits
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/AbstractDataTransferObject.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common/AbstractEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Common
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Events/AfterGenerateResultEvent.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Events/BeforeGenerateResultEvent.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Events
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Files/DTO/File.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Files/DTO
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Files/Enums/FileTypeEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Files/Enums/MediaOrientationEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Files/Enums
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Files/ValueObjects/MimeType.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Files/ValueObjects
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Files
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/DTO/Message.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/DTO/MessagePart.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/DTO/ModelMessage.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/DTO/UserMessage.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/DTO
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/Enums/MessagePartChannelEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/Enums/MessagePartTypeEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/Enums/MessageRoleEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/Enums/ModalityEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages/Enums
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Messages
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Operations/Contracts/OperationInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Operations/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Operations/DTO/GenerativeAiOperation.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Operations/DTO
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Operations/Enums/OperationStateEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Operations/Enums
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Operations
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ApiBasedImplementation/Contracts/ApiBasedModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ApiBasedImplementation/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ApiBasedImplementation/AbstractApiBasedModel.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ApiBasedImplementation/AbstractApiBasedModelMetadataDirectory.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ApiBasedImplementation/AbstractApiProvider.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ApiBasedImplementation/GenerateTextApiBasedProviderAvailability.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ApiBasedImplementation/ListModelsApiBasedProviderAvailability.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ApiBasedImplementation
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Contracts/ModelMetadataDirectoryInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Contracts/ProviderAvailabilityInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Contracts/ProviderInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Contracts/ProviderOperationsHandlerInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Contracts/ProviderWithOperationsHandlerInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/DTO/ProviderMetadata.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/DTO/ProviderModelsMetadata.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/DTO
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Enums/ProviderTypeEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Enums/ToolTypeEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Enums
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Abstracts/AbstractClientDiscoveryStrategy.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Abstracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Collections/HeadersCollection.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Collections
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Contracts/ClientWithOptionsInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Contracts/HttpTransporterInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Contracts/RequestAuthenticationInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Contracts/WithHttpTransporterInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Contracts/WithRequestAuthenticationInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/DTO/ApiKeyRequestAuthentication.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/DTO/Request.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/DTO/RequestOptions.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/DTO/Response.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/DTO
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Enums/HttpMethodEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Enums/RequestAuthenticationMethod.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Enums
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Exception/ClientException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Exception/NetworkException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Exception/RedirectException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Exception/ResponseException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Exception/ServerException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Exception
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Traits/WithHttpTransporterTrait.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Traits/WithRequestAuthenticationTrait.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Traits
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Util/ErrorMessageExtractor.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Util/ResponseUtil.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/Util
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/HttpTransporter.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http/HttpTransporterFactory.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Http
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/Contracts/ModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/DTO/ModelConfig.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/DTO/ModelMetadata.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/DTO/ModelRequirements.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/DTO/RequiredOption.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/DTO/SupportedOption.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/DTO
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/Enums/CapabilityEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/Enums/OptionEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/Enums
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/ImageGeneration/Contracts/ImageGenerationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/ImageGeneration/Contracts/ImageGenerationOperationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/ImageGeneration/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/ImageGeneration
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/SpeechGeneration/Contracts/SpeechGenerationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/SpeechGeneration/Contracts/SpeechGenerationOperationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/SpeechGeneration/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/SpeechGeneration
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/TextGeneration/Contracts/TextGenerationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/TextGeneration/Contracts/TextGenerationOperationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/TextGeneration/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/TextGeneration
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/TextToSpeechConversion/Contracts/TextToSpeechConversionModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/TextToSpeechConversion/Contracts/TextToSpeechConversionOperationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/TextToSpeechConversion/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/TextToSpeechConversion
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/VideoGeneration/Contracts/VideoGenerationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/VideoGeneration/Contracts/VideoGenerationOperationModelInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/VideoGeneration/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models/VideoGeneration
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/Models
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/OpenAiCompatibleImplementation/AbstractOpenAiCompatibleImageGenerationModel.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/OpenAiCompatibleImplementation/AbstractOpenAiCompatibleModelMetadataDirectory.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/OpenAiCompatibleImplementation/AbstractOpenAiCompatibleTextGenerationModel.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/OpenAiCompatibleImplementation
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/AbstractProvider.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers/ProviderRegistry.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Providers
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results/Contracts/ResultInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results/Contracts
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results/DTO/Candidate.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results/DTO/GenerativeAiResult.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results/DTO/TokenUsage.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results/DTO
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results/Enums/FinishReasonEnum.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results/Enums
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Results
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Tools/DTO/FunctionCall.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Tools/DTO/FunctionDeclaration.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Tools/DTO/FunctionResponse.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Tools/DTO/WebSearch.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Tools/DTO
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/Tools
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src/AiClient.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/src
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-
party/Http/Discovery/Exception/ClassInstantiationFailedException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Exception/DiscoveryFailedException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Exception/NoCandidateFoundException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Exception/NotFoundException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Exception/PuliUnavailableException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-
party/Http/Discovery/Exception/StrategyUnavailableException.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Exception
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Strategy/CommonClassesStrategy.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Strategy/CommonPsr17ClassesStrategy.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Strategy/DiscoveryStrategy.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Strategy/PuliBetaStrategy.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Strategy
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/ClassDiscovery.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Exception.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Psr17FactoryDiscovery.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery/Psr18ClientDiscovery.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http/Discovery
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Http
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/Factory/HttplugFactory.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/Factory/Psr17Factory.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/Factory
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/MessageTrait.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/Request.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/RequestTrait.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/Response.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/ServerRequest.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/Stream.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/StreamTrait.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/UploadedFile.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7/Uri.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm/Psr7
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Nyholm
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/EventDispatcher/EventDispatcherInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/EventDispatcher
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Client/ClientExceptionInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Client/ClientInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Client/NetworkExceptionInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Client/RequestExceptionInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Client
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/MessageInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/RequestFactoryInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/RequestInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/ResponseFactoryInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/ResponseInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/ServerRequestFactoryInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/ServerRequestInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/StreamFactoryInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/StreamInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/UploadedFileFactoryInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/UploadedFileInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/UriFactoryInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message/UriInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http/Message
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/Http
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/SimpleCache/CacheInterface.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr/SimpleCache
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party/Psr
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/third-party
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client/autoload.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/php-ai-
client
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/rest-
api/endpoints/class-wp-rest-icons-controller.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/ai-
client.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/class-wp-
connector-registry.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/class-wp-
icons-registry.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/collaboration.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-
includes/connectors.php
A https://core.svn.wordpress.org/tags/6.9.4/wp-includes/view-
transitions.php
}}}
Note: this list of files added does not account for files that were moved,
intentionally or not.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64734#comment:30>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list