Tue Feb 22 23:14:24 2022 UTC ()
Update to version 5.9.1

Changes for 5.9 are too big to list. You can view them here: https://wordpress.org/news/2022/01/josephine/

Changes in 5.9.1:

WordPress 5.9.1 features 33 bug fixes on Core, as well as 52 bug fixes for the Block Editor.
The WordPress 5.9.1 release was led by Jean-Baptiste Audras and George Mamadashvili.
The following core tickets from Trac were fixed:

    #54250  Twenty Twenty One: Editor Buttons margins incompatible with gap
    #54782  Default presets in use by default themes need to be updated
    #54844  Unnecessary database queries when a block theme isn窶冲 in use
    #54849  Site transients cause DB errors when installing
    #54862  FSE Navigation Block Styling Submenu
    #54886  "Show hidden updates" button is invisible
    #54889  Cannot access "Manage menus" in Navigation block toolbar when running a classic theme
    #54896  TT2: Blank screen displayed for custom post type
    #54900  PHP warning in `WP_REST_Global_Styles_Controller` if no `styles` exist in theme.json
    #54902  Media Library Overlay Drag-and-Drop To Reorder Images Does Not Work In WP 5.9
    #54904  Bounce hoverIntent.js version in script-loader to 10.1.2
    #54906  Check _get_cron_array type in upgrade_590 routine
    #54908  Standard post type UI is exposed for templates and template parts
    #54911  Twenty Twenty-Two: Theme Check Plugin issue for the image size
    #54922  Normalizing CSS also catches CSS IDs instead of only URLs
    #54928  Twenty Twenty-Two: 404 search label should be translated
    #54929  Twenty Twenty-Two: Pricing Table pattern header levels should be consistent
    #54944  By applying a background color to a group block, it aligns to the left in the editor
    #54955  Custom fields issue
    #54960  Media Library Dragging Option Isn窶冲 Reflected
    #54977  Dashboard welcome banner: fix bug when displayed in certain contexts
    #55018  Twenty Twenty-Two 窶� Update theme URI link
    #55072  Widgets editor: Widget Group is missing .wp-widget-group__inner-blocks container
    #55103  Twenty Twenty-Two: Restore padding for Group blocks with a background color
    #55109  Plugins no longer download to tmp folder
    #55148  In block themes, styles should load in the head
    #55151  View scripts of blocks are loaded in editor
    #55161  Full Site Editing: PHP Warning with incomplete presets
    #55177  Normalizing relative CSS links should skip data URIs
    #55178  Allow fully extending WP_Theme_JSON and WP_Theme_JSON_Resolver classes
    #55179  Backport bugfixes from Gutenberg into Core for WP 5.9.1
    #55188  Block styles should load after global styles in the editor
    #55190  Global styles duotone not rendering in post editor

The following block editor issues from GitHub were fixed:

    PR38857  Fix for late static binding in the resolver
    PR38780  Block Editor: Add settings to enable/disable auto anchor generation
    PR38750  Load block support styles in the head for block themes
    PR38745  Fix global styles loading logic
    PR38695  Site Editor: Limit template part slugs to Latin chars
    PR38671  Allow extending the WP_Theme_JSON_Gutenberg class
    PR38656  Edit Site: Add template check to 窶�setPage窶� action
    PR38655  Add site editor initial redirect error handling
    PR38649  Fix search block html handling for label and button text
    PR38642  Gallery block: copy all attributes when transforming to Image blocks
    PR38625  Allow child classes to use the private methods and constants
    PR38561  Only apply the social links block migration if there窶冱 a need for a migration
    PR38516  Block preview: fix resize listener
    PR38442  Duotone: Allow users to specify custom filters
    PR38432  Remove the aria-label from the site title block
    PR38399  Images: Try moving responsive rule to common.scss.
    PR38362  Cover block: Add back missing styles
    PR38310  Gallery block: fix bug with link destination default option not being set
    PR38189  Gallery: Ensure the last image takes up all available space
    PR38070  Post Editor: Fix template queries
    PR37983  Tree Grid: Fix keyboard navigation for expand/collapse table rows in Firefox
    PR37954  Fix duotone render in non-fse themes
    PR37941  Unset inherited backgrounds on Posts Lists
    PR37895  Site Editor: Fix broken 窶漏edo窶� by removing faulty logic for discarding unsaved Logo changes
    PR37885  Load the global styles before the theme styles in the editor
    PR37853  Block.json schema: update fontSize and lineHeight props
    PR37840  [History]: Fix redo after update/publish with transient edits
    PR37778  Update core/archive block schema to reflect no block-level settings support
    PR37774  Spacer: Fix unit settings filter
    PR37762  Schema: Fix appearanceTools in theme.json schema
    PR37650  Site Editor: Add keyboard shortcut help modal
    PR37647  Site Editor: Add the 窶廩elp窶� link to the tools menu
    PR37644  Fix: Coloring panel is unusable in RTL
    PR37569  Docs: Add automated theme.json reference documentation
    PR37493  Update: make color style labels simpler
    PR37486  Show UI warning if Pages cannot be retrieved in Page List block
    PR37474  Fix empty gray circle when site has no logo on template list page
    PR37430  Update: Allow color gradient popover to be above the color toggle
    PR37425  Border panel: Collapse color controls
    PR37248  Site editor 窶� try redirecting to homepage before the react render
    PR37165  Remove versioning in theme schema descriptions
    PR37067  Update: PanelColorGradientSettings to use dropdowns
    PR37034  Block Editor: Handle the absence of href attrib in links
    PR36917  Update theme.json version
    PR36746  Update theme.json schema to allow for per-block management of settings
    PR36540  Post Featured Image: Move width and height controls into the Dimensions panel via SlotFill
    PR36411  Schemas: Allow custom blocks in theme.json styles
    PR36343  Add pattern to name key in block.json Schema
    PR36295  Schema: Allow block.json attribute type to be an array
    PR36236  Fix duotone theme cache
    PR36186  Spacer: add custom units for height and width
    PR30873  Focus save button when entities save states panel is opened


(morr)
diff -r1.102 -r1.103 pkgsrc/www/wordpress/Makefile
diff -r1.50 -r1.51 pkgsrc/www/wordpress/PLIST
diff -r1.86 -r1.87 pkgsrc/www/wordpress/distinfo

cvs diff -r1.102 -r1.103 pkgsrc/www/wordpress/Makefile (expand / switch to unified diff)

--- pkgsrc/www/wordpress/Makefile 2022/01/10 20:48:20 1.102
+++ pkgsrc/www/wordpress/Makefile 2022/02/22 23:14:24 1.103
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.102 2022/01/10 20:48:20 morr Exp $ 1# $NetBSD: Makefile,v 1.103 2022/02/22 23:14:24 morr Exp $
2 2
3DISTNAME= wordpress-${VERSION} 3DISTNAME= wordpress-${VERSION}
4VERSION= 5.8.3 4VERSION= 5.9.1
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= https://wordpress.org/ 6MASTER_SITES= https://wordpress.org/
7 7
8MAINTAINER= morr@NetBSD.org 8MAINTAINER= morr@NetBSD.org
9HOMEPAGE= https://wordpress.org/ 9HOMEPAGE= https://wordpress.org/
10COMMENT= Blogging tool written in php 10COMMENT= Blogging tool written in php
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_TOOLS+= pax 13USE_TOOLS+= pax
14 14
15.include "../../mk/bsd.prefs.mk" 15.include "../../mk/bsd.prefs.mk"
16.include "../../lang/php/phpversion.mk" 16.include "../../lang/php/phpversion.mk"
17.include "options.mk" 17.include "options.mk"

cvs diff -r1.50 -r1.51 pkgsrc/www/wordpress/PLIST (expand / switch to unified diff)

--- pkgsrc/www/wordpress/PLIST 2022/01/10 20:48:20 1.50
+++ pkgsrc/www/wordpress/PLIST 2022/02/22 23:14:24 1.51
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.50 2022/01/10 20:48:20 morr Exp $ 1@comment $NetBSD: PLIST,v 1.51 2022/02/22 23:14:24 morr Exp $
2share/doc/wordpress/license.txt 2share/doc/wordpress/license.txt
3share/doc/wordpress/readme.html 3share/doc/wordpress/readme.html
4share/examples/wordpress/wordpress.conf 4share/examples/wordpress/wordpress.conf
5share/wordpress/index.php 5share/wordpress/index.php
6share/wordpress/wp-activate.php 6share/wordpress/wp-activate.php
7share/wordpress/wp-admin/about.php 7share/wordpress/wp-admin/about.php
8share/wordpress/wp-admin/admin-ajax.php 8share/wordpress/wp-admin/admin-ajax.php
9share/wordpress/wp-admin/admin-footer.php 9share/wordpress/wp-admin/admin-footer.php
10share/wordpress/wp-admin/admin-functions.php 10share/wordpress/wp-admin/admin-functions.php
11share/wordpress/wp-admin/admin-header.php 11share/wordpress/wp-admin/admin-header.php
12share/wordpress/wp-admin/admin-post.php 12share/wordpress/wp-admin/admin-post.php
13share/wordpress/wp-admin/admin.php 13share/wordpress/wp-admin/admin.php
14share/wordpress/wp-admin/async-upload.php 14share/wordpress/wp-admin/async-upload.php
@@ -167,26 +167,27 @@ share/wordpress/wp-admin/edit-form-block @@ -167,26 +167,27 @@ share/wordpress/wp-admin/edit-form-block
167share/wordpress/wp-admin/edit-form-comment.php 167share/wordpress/wp-admin/edit-form-comment.php
168share/wordpress/wp-admin/edit-link-form.php 168share/wordpress/wp-admin/edit-link-form.php
169share/wordpress/wp-admin/edit-tag-form.php 169share/wordpress/wp-admin/edit-tag-form.php
170share/wordpress/wp-admin/edit-tags.php 170share/wordpress/wp-admin/edit-tags.php
171share/wordpress/wp-admin/edit.php 171share/wordpress/wp-admin/edit.php
172share/wordpress/wp-admin/erase-personal-data.php 172share/wordpress/wp-admin/erase-personal-data.php
173share/wordpress/wp-admin/export-personal-data.php 173share/wordpress/wp-admin/export-personal-data.php
174share/wordpress/wp-admin/export.php 174share/wordpress/wp-admin/export.php
175share/wordpress/wp-admin/freedoms.php 175share/wordpress/wp-admin/freedoms.php
176share/wordpress/wp-admin/images/about-header-about.svg 176share/wordpress/wp-admin/images/about-header-about.svg
177share/wordpress/wp-admin/images/about-header-credits.svg 177share/wordpress/wp-admin/images/about-header-credits.svg
178share/wordpress/wp-admin/images/about-header-freedoms.svg 178share/wordpress/wp-admin/images/about-header-freedoms.svg
179share/wordpress/wp-admin/images/about-header-privacy.svg 179share/wordpress/wp-admin/images/about-header-privacy.svg
 180share/wordpress/wp-admin/images/about-texture.png
180share/wordpress/wp-admin/images/align-center-2x.png 181share/wordpress/wp-admin/images/align-center-2x.png
181share/wordpress/wp-admin/images/align-center.png 182share/wordpress/wp-admin/images/align-center.png
182share/wordpress/wp-admin/images/align-left-2x.png 183share/wordpress/wp-admin/images/align-left-2x.png
183share/wordpress/wp-admin/images/align-left.png 184share/wordpress/wp-admin/images/align-left.png
184share/wordpress/wp-admin/images/align-none-2x.png 185share/wordpress/wp-admin/images/align-none-2x.png
185share/wordpress/wp-admin/images/align-none.png 186share/wordpress/wp-admin/images/align-none.png
186share/wordpress/wp-admin/images/align-right-2x.png 187share/wordpress/wp-admin/images/align-right-2x.png
187share/wordpress/wp-admin/images/align-right.png 188share/wordpress/wp-admin/images/align-right.png
188share/wordpress/wp-admin/images/arrows-2x.png 189share/wordpress/wp-admin/images/arrows-2x.png
189share/wordpress/wp-admin/images/arrows.png 190share/wordpress/wp-admin/images/arrows.png
190share/wordpress/wp-admin/images/browser-rtl.png 191share/wordpress/wp-admin/images/browser-rtl.png
191share/wordpress/wp-admin/images/browser.png 192share/wordpress/wp-admin/images/browser.png
192share/wordpress/wp-admin/images/bubble_bg-2x.gif 193share/wordpress/wp-admin/images/bubble_bg-2x.gif
@@ -529,26 +530,27 @@ share/wordpress/wp-admin/options-reading @@ -529,26 +530,27 @@ share/wordpress/wp-admin/options-reading
529share/wordpress/wp-admin/options-writing.php 530share/wordpress/wp-admin/options-writing.php
530share/wordpress/wp-admin/options.php 531share/wordpress/wp-admin/options.php
531share/wordpress/wp-admin/plugin-editor.php 532share/wordpress/wp-admin/plugin-editor.php
532share/wordpress/wp-admin/plugin-install.php 533share/wordpress/wp-admin/plugin-install.php
533share/wordpress/wp-admin/plugins.php 534share/wordpress/wp-admin/plugins.php
534share/wordpress/wp-admin/post-new.php 535share/wordpress/wp-admin/post-new.php
535share/wordpress/wp-admin/post.php 536share/wordpress/wp-admin/post.php
536share/wordpress/wp-admin/press-this.php 537share/wordpress/wp-admin/press-this.php
537share/wordpress/wp-admin/privacy-policy-guide.php 538share/wordpress/wp-admin/privacy-policy-guide.php
538share/wordpress/wp-admin/privacy.php 539share/wordpress/wp-admin/privacy.php
539share/wordpress/wp-admin/profile.php 540share/wordpress/wp-admin/profile.php
540share/wordpress/wp-admin/revision.php 541share/wordpress/wp-admin/revision.php
541share/wordpress/wp-admin/setup-config.php 542share/wordpress/wp-admin/setup-config.php
 543share/wordpress/wp-admin/site-editor.php
542share/wordpress/wp-admin/site-health-info.php 544share/wordpress/wp-admin/site-health-info.php
543share/wordpress/wp-admin/site-health.php 545share/wordpress/wp-admin/site-health.php
544share/wordpress/wp-admin/term.php 546share/wordpress/wp-admin/term.php
545share/wordpress/wp-admin/theme-editor.php 547share/wordpress/wp-admin/theme-editor.php
546share/wordpress/wp-admin/theme-install.php 548share/wordpress/wp-admin/theme-install.php
547share/wordpress/wp-admin/themes.php 549share/wordpress/wp-admin/themes.php
548share/wordpress/wp-admin/tools.php 550share/wordpress/wp-admin/tools.php
549share/wordpress/wp-admin/update-core.php 551share/wordpress/wp-admin/update-core.php
550share/wordpress/wp-admin/update.php 552share/wordpress/wp-admin/update.php
551share/wordpress/wp-admin/upgrade-functions.php 553share/wordpress/wp-admin/upgrade-functions.php
552share/wordpress/wp-admin/upgrade.php 554share/wordpress/wp-admin/upgrade.php
553share/wordpress/wp-admin/upload.php 555share/wordpress/wp-admin/upload.php
554share/wordpress/wp-admin/user-edit.php 556share/wordpress/wp-admin/user-edit.php
@@ -591,122 +593,26 @@ share/wordpress/wp-content/plugins/akism @@ -591,122 +593,26 @@ share/wordpress/wp-content/plugins/akism
591share/wordpress/wp-content/plugins/akismet/views/enter.php 593share/wordpress/wp-content/plugins/akismet/views/enter.php
592share/wordpress/wp-content/plugins/akismet/views/get.php 594share/wordpress/wp-content/plugins/akismet/views/get.php
593share/wordpress/wp-content/plugins/akismet/views/notice.php 595share/wordpress/wp-content/plugins/akismet/views/notice.php
594share/wordpress/wp-content/plugins/akismet/views/predefined.php 596share/wordpress/wp-content/plugins/akismet/views/predefined.php
595share/wordpress/wp-content/plugins/akismet/views/setup.php 597share/wordpress/wp-content/plugins/akismet/views/setup.php
596share/wordpress/wp-content/plugins/akismet/views/start.php 598share/wordpress/wp-content/plugins/akismet/views/start.php
597share/wordpress/wp-content/plugins/akismet/views/stats.php 599share/wordpress/wp-content/plugins/akismet/views/stats.php
598share/wordpress/wp-content/plugins/akismet/views/title.php 600share/wordpress/wp-content/plugins/akismet/views/title.php
599share/wordpress/wp-content/plugins/akismet/wrapper.php 601share/wordpress/wp-content/plugins/akismet/wrapper.php
600share/wordpress/wp-content/plugins/hello.php 602share/wordpress/wp-content/plugins/hello.php
601share/wordpress/wp-content/plugins/index.html 603share/wordpress/wp-content/plugins/index.html
602share/wordpress/wp-content/plugins/index.php 604share/wordpress/wp-content/plugins/index.php
603share/wordpress/wp-content/themes/index.php 605share/wordpress/wp-content/themes/index.php
604share/wordpress/wp-content/themes/twentynineteen/404.php 
605share/wordpress/wp-content/themes/twentynineteen/archive.php 
606share/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php 
607share/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php 
608share/wordpress/wp-content/themes/twentynineteen/comments.php 
609share/wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff 
610share/wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2 
611share/wordpress/wp-content/themes/twentynineteen/footer.php 
612share/wordpress/wp-content/themes/twentynineteen/functions.php 
613share/wordpress/wp-content/themes/twentynineteen/header.php 
614share/wordpress/wp-content/themes/twentynineteen/image.php 
615share/wordpress/wp-content/themes/twentynineteen/images/pattern_01.jpg 
616share/wordpress/wp-content/themes/twentynineteen/images/pattern_02.jpg 
617share/wordpress/wp-content/themes/twentynineteen/images/pattern_03.jpg 
618share/wordpress/wp-content/themes/twentynineteen/images/pattern_04.jpg 
619share/wordpress/wp-content/themes/twentynineteen/inc/back-compat.php 
620share/wordpress/wp-content/themes/twentynineteen/inc/block-patterns.php 
621share/wordpress/wp-content/themes/twentynineteen/inc/color-patterns.php 
622share/wordpress/wp-content/themes/twentynineteen/inc/customizer.php 
623share/wordpress/wp-content/themes/twentynineteen/inc/helper-functions.php 
624share/wordpress/wp-content/themes/twentynineteen/inc/icon-functions.php 
625share/wordpress/wp-content/themes/twentynineteen/inc/template-functions.php 
626share/wordpress/wp-content/themes/twentynineteen/inc/template-tags.php 
627share/wordpress/wp-content/themes/twentynineteen/index.php 
628share/wordpress/wp-content/themes/twentynineteen/js/customize-controls.js 
629share/wordpress/wp-content/themes/twentynineteen/js/customize-preview.js 
630share/wordpress/wp-content/themes/twentynineteen/js/priority-menu.js 
631share/wordpress/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js 
632share/wordpress/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js 
633share/wordpress/wp-content/themes/twentynineteen/package-lock.json 
634share/wordpress/wp-content/themes/twentynineteen/package.json 
635share/wordpress/wp-content/themes/twentynineteen/page.php 
636share/wordpress/wp-content/themes/twentynineteen/postcss.config.js 
637share/wordpress/wp-content/themes/twentynineteen/print.css 
638share/wordpress/wp-content/themes/twentynineteen/print.scss 
639share/wordpress/wp-content/themes/twentynineteen/readme.txt 
640share/wordpress/wp-content/themes/twentynineteen/sass/_normalize.scss 
641share/wordpress/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss 
642share/wordpress/wp-content/themes/twentynineteen/sass/elements/_elements.scss 
643share/wordpress/wp-content/themes/twentynineteen/sass/elements/_lists.scss 
644share/wordpress/wp-content/themes/twentynineteen/sass/elements/_tables.scss 
645share/wordpress/wp-content/themes/twentynineteen/sass/forms/_buttons.scss 
646share/wordpress/wp-content/themes/twentynineteen/sass/forms/_fields.scss 
647share/wordpress/wp-content/themes/twentynineteen/sass/forms/_forms.scss 
648share/wordpress/wp-content/themes/twentynineteen/sass/layout/_layout.scss 
649share/wordpress/wp-content/themes/twentynineteen/sass/media/_captions.scss 
650share/wordpress/wp-content/themes/twentynineteen/sass/media/_galleries.scss 
651share/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss 
652share/wordpress/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss 
653share/wordpress/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss 
654share/wordpress/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss 
655share/wordpress/wp-content/themes/twentynineteen/sass/modules/_alignments.scss 
656share/wordpress/wp-content/themes/twentynineteen/sass/modules/_clearings.scss 
657share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_links.scss 
658share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss 
659share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss 
660share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss 
661share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss 
662share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss 
663share/wordpress/wp-content/themes/twentynineteen/sass/site/_site.scss 
664share/wordpress/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss 
665share/wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss 
666share/wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss 
667share/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss 
668share/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss 
669share/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss 
670share/wordpress/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss 
671share/wordpress/wp-content/themes/twentynineteen/sass/typography/_copy.scss 
672share/wordpress/wp-content/themes/twentynineteen/sass/typography/_headings.scss 
673share/wordpress/wp-content/themes/twentynineteen/sass/typography/_typography.scss 
674share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss 
675share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss 
676share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss 
677share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss 
678share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss 
679share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss 
680share/wordpress/wp-content/themes/twentynineteen/screenshot.png 
681share/wordpress/wp-content/themes/twentynineteen/search.php 
682share/wordpress/wp-content/themes/twentynineteen/single.php 
683share/wordpress/wp-content/themes/twentynineteen/style-editor-customizer.css 
684share/wordpress/wp-content/themes/twentynineteen/style-editor-customizer.scss 
685share/wordpress/wp-content/themes/twentynineteen/style-editor.css 
686share/wordpress/wp-content/themes/twentynineteen/style-editor.scss 
687share/wordpress/wp-content/themes/twentynineteen/style-rtl.css 
688share/wordpress/wp-content/themes/twentynineteen/style.css 
689share/wordpress/wp-content/themes/twentynineteen/style.scss 
690share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php 
691share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-none.php 
692share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-page.php 
693share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-single.php 
694share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content.php 
695share/wordpress/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php 
696share/wordpress/wp-content/themes/twentynineteen/template-parts/header/entry-header.php 
697share/wordpress/wp-content/themes/twentynineteen/template-parts/header/site-branding.php 
698share/wordpress/wp-content/themes/twentynineteen/template-parts/post/author-bio.php 
699share/wordpress/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php 
700share/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json 606share/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json
701share/wordpress/wp-content/themes/twentytwenty/404.php 607share/wordpress/wp-content/themes/twentytwenty/404.php
702share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css 608share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
703share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block.css 609share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
704share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css 610share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css
705share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css 611share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css
706share/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2 612share/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2
707share/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2 613share/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2
708share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png 614share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png
709share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png 615share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png
710share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-1.png 616share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-1.png
711share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-2.png 617share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-2.png
712share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png 618share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png
@@ -936,26 +842,137 @@ share/wordpress/wp-content/themes/twenty @@ -936,26 +842,137 @@ share/wordpress/wp-content/themes/twenty
936share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php 842share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php
937share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php 843share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php
938share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php 844share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php
939share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php 845share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php
940share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php 846share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php
941share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php 847share/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php
942share/wordpress/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php 848share/wordpress/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php
943share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php 849share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php
944share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php 850share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php
945share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php 851share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php
946share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-header.php 852share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-header.php
947share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php 853share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php
948share/wordpress/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php 854share/wordpress/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php
 855share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md
 856share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2
 857share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2
 858share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2
 859share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2
 860share/wordpress/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg
 861share/wordpress/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg
 862share/wordpress/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg
 863share/wordpress/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg
 864share/wordpress/wp-content/themes/twentytwentytwo/assets/images/divider-black.png
 865share/wordpress/wp-content/themes/twentytwentytwo/assets/images/divider-white.png
 866share/wordpress/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg
 867share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg
 868share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg
 869share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg
 870share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg
 871share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png
 872share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png
 873share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png
 874share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png
 875share/wordpress/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png
 876share/wordpress/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg
 877share/wordpress/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4
 878share/wordpress/wp-content/themes/twentytwentytwo/functions.php
 879share/wordpress/wp-content/themes/twentytwentytwo/inc/block-patterns.php
 880share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php
 881share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php
 882share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php
 883share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php
 884share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php
 885share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php
 886share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php
 887share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php
 888share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php
 889share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php
 890share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php
 891share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php
 892share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php
 893share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php
 894share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php
 895share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php
 896share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php
 897share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php
 898share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php
 899share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php
 900share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php
 901share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php
 902share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php
 903share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php
 904share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php
 905share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php
 906share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php
 907share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php
 908share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php
 909share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php
 910share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php
 911share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php
 912share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php
 913share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php
 914share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php
 915share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php
 916share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php
 917share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php
 918share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php
 919share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php
 920share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php
 921share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php
 922share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php
 923share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php
 924share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php
 925share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php
 926share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php
 927share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php
 928share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php
 929share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php
 930share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php
 931share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php
 932share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
 933share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
 934share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php
 935share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php
 936share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php
 937share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php
 938share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php
 939share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php
 940share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php
 941share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php
 942share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php
 943share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php
 944share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php
 945share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php
 946share/wordpress/wp-content/themes/twentytwentytwo/index.php
 947share/wordpress/wp-content/themes/twentytwentytwo/parts/footer.html
 948share/wordpress/wp-content/themes/twentytwentytwo/parts/header-large-dark.html
 949share/wordpress/wp-content/themes/twentytwentytwo/parts/header-small-dark.html
 950share/wordpress/wp-content/themes/twentytwentytwo/parts/header.html
 951share/wordpress/wp-content/themes/twentytwentytwo/readme.txt
 952share/wordpress/wp-content/themes/twentytwentytwo/screenshot.png
 953share/wordpress/wp-content/themes/twentytwentytwo/style.css
 954share/wordpress/wp-content/themes/twentytwentytwo/templates/404.html
 955share/wordpress/wp-content/themes/twentytwentytwo/templates/archive.html
 956share/wordpress/wp-content/themes/twentytwentytwo/templates/blank.html
 957share/wordpress/wp-content/themes/twentytwentytwo/templates/home.html
 958share/wordpress/wp-content/themes/twentytwentytwo/templates/index.html
 959share/wordpress/wp-content/themes/twentytwentytwo/templates/page-large-header.html
 960share/wordpress/wp-content/themes/twentytwentytwo/templates/page-no-separators.html
 961share/wordpress/wp-content/themes/twentytwentytwo/templates/page.html
 962share/wordpress/wp-content/themes/twentytwentytwo/templates/search.html
 963share/wordpress/wp-content/themes/twentytwentytwo/templates/single-no-separators.html
 964share/wordpress/wp-content/themes/twentytwentytwo/templates/single.html
 965share/wordpress/wp-content/themes/twentytwentytwo/theme.json
949share/wordpress/wp-cron.php 966share/wordpress/wp-cron.php
950share/wordpress/wp-includes/ID3/getid3.lib.php 967share/wordpress/wp-includes/ID3/getid3.lib.php
951share/wordpress/wp-includes/ID3/getid3.php 968share/wordpress/wp-includes/ID3/getid3.php
952share/wordpress/wp-includes/ID3/license.commercial.txt 969share/wordpress/wp-includes/ID3/license.commercial.txt
953share/wordpress/wp-includes/ID3/license.txt 970share/wordpress/wp-includes/ID3/license.txt
954share/wordpress/wp-includes/ID3/module.audio-video.asf.php 971share/wordpress/wp-includes/ID3/module.audio-video.asf.php
955share/wordpress/wp-includes/ID3/module.audio-video.flv.php 972share/wordpress/wp-includes/ID3/module.audio-video.flv.php
956share/wordpress/wp-includes/ID3/module.audio-video.matroska.php 973share/wordpress/wp-includes/ID3/module.audio-video.matroska.php
957share/wordpress/wp-includes/ID3/module.audio-video.quicktime.php 974share/wordpress/wp-includes/ID3/module.audio-video.quicktime.php
958share/wordpress/wp-includes/ID3/module.audio-video.riff.php 975share/wordpress/wp-includes/ID3/module.audio-video.riff.php
959share/wordpress/wp-includes/ID3/module.audio.ac3.php 976share/wordpress/wp-includes/ID3/module.audio.ac3.php
960share/wordpress/wp-includes/ID3/module.audio.dts.php 977share/wordpress/wp-includes/ID3/module.audio.dts.php
961share/wordpress/wp-includes/ID3/module.audio.flac.php 978share/wordpress/wp-includes/ID3/module.audio.flac.php
@@ -1072,62 +1089,72 @@ share/wordpress/wp-includes/SimplePie/XM @@ -1072,62 +1089,72 @@ share/wordpress/wp-includes/SimplePie/XM
1072share/wordpress/wp-includes/SimplePie/gzdecode.php 1089share/wordpress/wp-includes/SimplePie/gzdecode.php
1073share/wordpress/wp-includes/Text/Diff.php 1090share/wordpress/wp-includes/Text/Diff.php
1074share/wordpress/wp-includes/Text/Diff/Engine/native.php 1091share/wordpress/wp-includes/Text/Diff/Engine/native.php
1075share/wordpress/wp-includes/Text/Diff/Engine/shell.php 1092share/wordpress/wp-includes/Text/Diff/Engine/shell.php
1076share/wordpress/wp-includes/Text/Diff/Engine/string.php 1093share/wordpress/wp-includes/Text/Diff/Engine/string.php
1077share/wordpress/wp-includes/Text/Diff/Engine/xdiff.php 1094share/wordpress/wp-includes/Text/Diff/Engine/xdiff.php
1078share/wordpress/wp-includes/Text/Diff/Renderer.php 1095share/wordpress/wp-includes/Text/Diff/Renderer.php
1079share/wordpress/wp-includes/Text/Diff/Renderer/inline.php 1096share/wordpress/wp-includes/Text/Diff/Renderer/inline.php
1080share/wordpress/wp-includes/admin-bar.php 1097share/wordpress/wp-includes/admin-bar.php
1081share/wordpress/wp-includes/assets/script-loader-packages.php 1098share/wordpress/wp-includes/assets/script-loader-packages.php
1082share/wordpress/wp-includes/atomlib.php 1099share/wordpress/wp-includes/atomlib.php
1083share/wordpress/wp-includes/author-template.php 1100share/wordpress/wp-includes/author-template.php
1084share/wordpress/wp-includes/block-editor.php 1101share/wordpress/wp-includes/block-editor.php
 1102share/wordpress/wp-includes/block-i18n.json
1085share/wordpress/wp-includes/block-patterns.php 1103share/wordpress/wp-includes/block-patterns.php
1086share/wordpress/wp-includes/block-patterns/query-grid-posts.php 1104share/wordpress/wp-includes/block-patterns/query-grid-posts.php
1087share/wordpress/wp-includes/block-patterns/query-large-title-posts.php 1105share/wordpress/wp-includes/block-patterns/query-large-title-posts.php
1088share/wordpress/wp-includes/block-patterns/query-medium-posts.php 1106share/wordpress/wp-includes/block-patterns/query-medium-posts.php
1089share/wordpress/wp-includes/block-patterns/query-offset-posts.php 1107share/wordpress/wp-includes/block-patterns/query-offset-posts.php
1090share/wordpress/wp-includes/block-patterns/query-small-posts.php 1108share/wordpress/wp-includes/block-patterns/query-small-posts.php
1091share/wordpress/wp-includes/block-patterns/query-standard-posts.php 1109share/wordpress/wp-includes/block-patterns/query-standard-posts.php
1092share/wordpress/wp-includes/block-patterns/social-links-shared-background-color.php 1110share/wordpress/wp-includes/block-patterns/social-links-shared-background-color.php
1093share/wordpress/wp-includes/block-supports/align.php 1111share/wordpress/wp-includes/block-supports/align.php
1094share/wordpress/wp-includes/block-supports/border.php 1112share/wordpress/wp-includes/block-supports/border.php
1095share/wordpress/wp-includes/block-supports/colors.php 1113share/wordpress/wp-includes/block-supports/colors.php
1096share/wordpress/wp-includes/block-supports/custom-classname.php 1114share/wordpress/wp-includes/block-supports/custom-classname.php
 1115share/wordpress/wp-includes/block-supports/dimensions.php
1097share/wordpress/wp-includes/block-supports/duotone.php 1116share/wordpress/wp-includes/block-supports/duotone.php
1098share/wordpress/wp-includes/block-supports/elements.php 1117share/wordpress/wp-includes/block-supports/elements.php
1099share/wordpress/wp-includes/block-supports/generated-classname.php 1118share/wordpress/wp-includes/block-supports/generated-classname.php
1100share/wordpress/wp-includes/block-supports/layout.php 1119share/wordpress/wp-includes/block-supports/layout.php
1101share/wordpress/wp-includes/block-supports/spacing.php 1120share/wordpress/wp-includes/block-supports/spacing.php
1102share/wordpress/wp-includes/block-supports/typography.php 1121share/wordpress/wp-includes/block-supports/typography.php
1103share/wordpress/wp-includes/block-template-utils.php 1122share/wordpress/wp-includes/block-template-utils.php
1104share/wordpress/wp-includes/block-template.php 1123share/wordpress/wp-includes/block-template.php
1105share/wordpress/wp-includes/blocks.php 1124share/wordpress/wp-includes/blocks.php
1106share/wordpress/wp-includes/blocks/archives.php 1125share/wordpress/wp-includes/blocks/archives.php
1107share/wordpress/wp-includes/blocks/archives/block.json 1126share/wordpress/wp-includes/blocks/archives/block.json
1108share/wordpress/wp-includes/blocks/archives/editor-rtl.css 1127share/wordpress/wp-includes/blocks/archives/editor-rtl.css
1109share/wordpress/wp-includes/blocks/archives/editor-rtl.min.css 1128share/wordpress/wp-includes/blocks/archives/editor-rtl.min.css
1110share/wordpress/wp-includes/blocks/archives/editor.css 1129share/wordpress/wp-includes/blocks/archives/editor.css
1111share/wordpress/wp-includes/blocks/archives/editor.min.css 1130share/wordpress/wp-includes/blocks/archives/editor.min.css
 1131share/wordpress/wp-includes/blocks/archives/style-rtl.css
 1132share/wordpress/wp-includes/blocks/archives/style-rtl.min.css
 1133share/wordpress/wp-includes/blocks/archives/style.css
 1134share/wordpress/wp-includes/blocks/archives/style.min.css
1112share/wordpress/wp-includes/blocks/audio/block.json 1135share/wordpress/wp-includes/blocks/audio/block.json
1113share/wordpress/wp-includes/blocks/audio/editor-rtl.css 1136share/wordpress/wp-includes/blocks/audio/editor-rtl.css
1114share/wordpress/wp-includes/blocks/audio/editor-rtl.min.css 1137share/wordpress/wp-includes/blocks/audio/editor-rtl.min.css
1115share/wordpress/wp-includes/blocks/audio/editor.css 1138share/wordpress/wp-includes/blocks/audio/editor.css
1116share/wordpress/wp-includes/blocks/audio/editor.min.css 1139share/wordpress/wp-includes/blocks/audio/editor.min.css
1117share/wordpress/wp-includes/blocks/audio/style-rtl.css 1140share/wordpress/wp-includes/blocks/audio/style-rtl.css
1118share/wordpress/wp-includes/blocks/audio/style-rtl.min.css 1141share/wordpress/wp-includes/blocks/audio/style-rtl.min.css
1119share/wordpress/wp-includes/blocks/audio/style.css 1142share/wordpress/wp-includes/blocks/audio/style.css
1120share/wordpress/wp-includes/blocks/audio/style.min.css 1143share/wordpress/wp-includes/blocks/audio/style.min.css
 1144share/wordpress/wp-includes/blocks/audio/theme-rtl.css
 1145share/wordpress/wp-includes/blocks/audio/theme-rtl.min.css
 1146share/wordpress/wp-includes/blocks/audio/theme.css
 1147share/wordpress/wp-includes/blocks/audio/theme.min.css
1121share/wordpress/wp-includes/blocks/block.php 1148share/wordpress/wp-includes/blocks/block.php
1122share/wordpress/wp-includes/blocks/block/block.json 1149share/wordpress/wp-includes/blocks/block/block.json
1123share/wordpress/wp-includes/blocks/block/editor-rtl.css 1150share/wordpress/wp-includes/blocks/block/editor-rtl.css
1124share/wordpress/wp-includes/blocks/block/editor-rtl.min.css 1151share/wordpress/wp-includes/blocks/block/editor-rtl.min.css
1125share/wordpress/wp-includes/blocks/block/editor.css 1152share/wordpress/wp-includes/blocks/block/editor.css
1126share/wordpress/wp-includes/blocks/block/editor.min.css 1153share/wordpress/wp-includes/blocks/block/editor.min.css
1127share/wordpress/wp-includes/blocks/button/block.json 1154share/wordpress/wp-includes/blocks/button/block.json
1128share/wordpress/wp-includes/blocks/button/editor-rtl.css 1155share/wordpress/wp-includes/blocks/button/editor-rtl.css
1129share/wordpress/wp-includes/blocks/button/editor-rtl.min.css 1156share/wordpress/wp-includes/blocks/button/editor-rtl.min.css
1130share/wordpress/wp-includes/blocks/button/editor.css 1157share/wordpress/wp-includes/blocks/button/editor.css
1131share/wordpress/wp-includes/blocks/button/editor.min.css 1158share/wordpress/wp-includes/blocks/button/editor.min.css
1132share/wordpress/wp-includes/blocks/button/style-rtl.css 1159share/wordpress/wp-includes/blocks/button/style-rtl.css
1133share/wordpress/wp-includes/blocks/button/style-rtl.min.css 1160share/wordpress/wp-includes/blocks/button/style-rtl.min.css
@@ -1153,26 +1180,30 @@ share/wordpress/wp-includes/blocks/categ @@ -1153,26 +1180,30 @@ share/wordpress/wp-includes/blocks/categ
1153share/wordpress/wp-includes/blocks/categories/editor-rtl.css 1180share/wordpress/wp-includes/blocks/categories/editor-rtl.css
1154share/wordpress/wp-includes/blocks/categories/editor-rtl.min.css 1181share/wordpress/wp-includes/blocks/categories/editor-rtl.min.css
1155share/wordpress/wp-includes/blocks/categories/editor.css 1182share/wordpress/wp-includes/blocks/categories/editor.css
1156share/wordpress/wp-includes/blocks/categories/editor.min.css 1183share/wordpress/wp-includes/blocks/categories/editor.min.css
1157share/wordpress/wp-includes/blocks/categories/style-rtl.css 1184share/wordpress/wp-includes/blocks/categories/style-rtl.css
1158share/wordpress/wp-includes/blocks/categories/style-rtl.min.css 1185share/wordpress/wp-includes/blocks/categories/style-rtl.min.css
1159share/wordpress/wp-includes/blocks/categories/style.css 1186share/wordpress/wp-includes/blocks/categories/style.css
1160share/wordpress/wp-includes/blocks/categories/style.min.css 1187share/wordpress/wp-includes/blocks/categories/style.min.css
1161share/wordpress/wp-includes/blocks/code/block.json 1188share/wordpress/wp-includes/blocks/code/block.json
1162share/wordpress/wp-includes/blocks/code/style-rtl.css 1189share/wordpress/wp-includes/blocks/code/style-rtl.css
1163share/wordpress/wp-includes/blocks/code/style-rtl.min.css 1190share/wordpress/wp-includes/blocks/code/style-rtl.min.css
1164share/wordpress/wp-includes/blocks/code/style.css 1191share/wordpress/wp-includes/blocks/code/style.css
1165share/wordpress/wp-includes/blocks/code/style.min.css 1192share/wordpress/wp-includes/blocks/code/style.min.css
 1193share/wordpress/wp-includes/blocks/code/theme-rtl.css
 1194share/wordpress/wp-includes/blocks/code/theme-rtl.min.css
 1195share/wordpress/wp-includes/blocks/code/theme.css
 1196share/wordpress/wp-includes/blocks/code/theme.min.css
1166share/wordpress/wp-includes/blocks/column/block.json 1197share/wordpress/wp-includes/blocks/column/block.json
1167share/wordpress/wp-includes/blocks/columns/block.json 1198share/wordpress/wp-includes/blocks/columns/block.json
1168share/wordpress/wp-includes/blocks/columns/editor-rtl.css 1199share/wordpress/wp-includes/blocks/columns/editor-rtl.css
1169share/wordpress/wp-includes/blocks/columns/editor-rtl.min.css 1200share/wordpress/wp-includes/blocks/columns/editor-rtl.min.css
1170share/wordpress/wp-includes/blocks/columns/editor.css 1201share/wordpress/wp-includes/blocks/columns/editor.css
1171share/wordpress/wp-includes/blocks/columns/editor.min.css 1202share/wordpress/wp-includes/blocks/columns/editor.min.css
1172share/wordpress/wp-includes/blocks/columns/style-rtl.css 1203share/wordpress/wp-includes/blocks/columns/style-rtl.css
1173share/wordpress/wp-includes/blocks/columns/style-rtl.min.css 1204share/wordpress/wp-includes/blocks/columns/style-rtl.min.css
1174share/wordpress/wp-includes/blocks/columns/style.css 1205share/wordpress/wp-includes/blocks/columns/style.css
1175share/wordpress/wp-includes/blocks/columns/style.min.css 1206share/wordpress/wp-includes/blocks/columns/style.min.css
1176share/wordpress/wp-includes/blocks/cover/block.json 1207share/wordpress/wp-includes/blocks/cover/block.json
1177share/wordpress/wp-includes/blocks/cover/editor-rtl.css 1208share/wordpress/wp-includes/blocks/cover/editor-rtl.css
1178share/wordpress/wp-includes/blocks/cover/editor-rtl.min.css 1209share/wordpress/wp-includes/blocks/cover/editor-rtl.min.css
@@ -1181,82 +1212,100 @@ share/wordpress/wp-includes/blocks/cover @@ -1181,82 +1212,100 @@ share/wordpress/wp-includes/blocks/cover
1181share/wordpress/wp-includes/blocks/cover/style-rtl.css 1212share/wordpress/wp-includes/blocks/cover/style-rtl.css
1182share/wordpress/wp-includes/blocks/cover/style-rtl.min.css 1213share/wordpress/wp-includes/blocks/cover/style-rtl.min.css
1183share/wordpress/wp-includes/blocks/cover/style.css 1214share/wordpress/wp-includes/blocks/cover/style.css
1184share/wordpress/wp-includes/blocks/cover/style.min.css 1215share/wordpress/wp-includes/blocks/cover/style.min.css
1185share/wordpress/wp-includes/blocks/embed/block.json 1216share/wordpress/wp-includes/blocks/embed/block.json
1186share/wordpress/wp-includes/blocks/embed/editor-rtl.css 1217share/wordpress/wp-includes/blocks/embed/editor-rtl.css
1187share/wordpress/wp-includes/blocks/embed/editor-rtl.min.css 1218share/wordpress/wp-includes/blocks/embed/editor-rtl.min.css
1188share/wordpress/wp-includes/blocks/embed/editor.css 1219share/wordpress/wp-includes/blocks/embed/editor.css
1189share/wordpress/wp-includes/blocks/embed/editor.min.css 1220share/wordpress/wp-includes/blocks/embed/editor.min.css
1190share/wordpress/wp-includes/blocks/embed/style-rtl.css 1221share/wordpress/wp-includes/blocks/embed/style-rtl.css
1191share/wordpress/wp-includes/blocks/embed/style-rtl.min.css 1222share/wordpress/wp-includes/blocks/embed/style-rtl.min.css
1192share/wordpress/wp-includes/blocks/embed/style.css 1223share/wordpress/wp-includes/blocks/embed/style.css
1193share/wordpress/wp-includes/blocks/embed/style.min.css 1224share/wordpress/wp-includes/blocks/embed/style.min.css
 1225share/wordpress/wp-includes/blocks/embed/theme-rtl.css
 1226share/wordpress/wp-includes/blocks/embed/theme-rtl.min.css
 1227share/wordpress/wp-includes/blocks/embed/theme.css
 1228share/wordpress/wp-includes/blocks/embed/theme.min.css
1194share/wordpress/wp-includes/blocks/file.php 1229share/wordpress/wp-includes/blocks/file.php
1195share/wordpress/wp-includes/blocks/file/block.json 1230share/wordpress/wp-includes/blocks/file/block.json
1196share/wordpress/wp-includes/blocks/file/editor-rtl.css 1231share/wordpress/wp-includes/blocks/file/editor-rtl.css
1197share/wordpress/wp-includes/blocks/file/editor-rtl.min.css 1232share/wordpress/wp-includes/blocks/file/editor-rtl.min.css
1198share/wordpress/wp-includes/blocks/file/editor.css 1233share/wordpress/wp-includes/blocks/file/editor.css
1199share/wordpress/wp-includes/blocks/file/editor.min.css 1234share/wordpress/wp-includes/blocks/file/editor.min.css
1200share/wordpress/wp-includes/blocks/file/style-rtl.css 1235share/wordpress/wp-includes/blocks/file/style-rtl.css
1201share/wordpress/wp-includes/blocks/file/style-rtl.min.css 1236share/wordpress/wp-includes/blocks/file/style-rtl.min.css
1202share/wordpress/wp-includes/blocks/file/style.css 1237share/wordpress/wp-includes/blocks/file/style.css
1203share/wordpress/wp-includes/blocks/file/style.min.css 1238share/wordpress/wp-includes/blocks/file/style.min.css
 1239share/wordpress/wp-includes/blocks/file/view.asset.php
 1240share/wordpress/wp-includes/blocks/file/view.js
 1241share/wordpress/wp-includes/blocks/file/view.min.asset.php
 1242share/wordpress/wp-includes/blocks/file/view.min.js
1204share/wordpress/wp-includes/blocks/freeform/block.json 1243share/wordpress/wp-includes/blocks/freeform/block.json
1205share/wordpress/wp-includes/blocks/freeform/editor-rtl.css 1244share/wordpress/wp-includes/blocks/freeform/editor-rtl.css
1206share/wordpress/wp-includes/blocks/freeform/editor-rtl.min.css 1245share/wordpress/wp-includes/blocks/freeform/editor-rtl.min.css
1207share/wordpress/wp-includes/blocks/freeform/editor.css 1246share/wordpress/wp-includes/blocks/freeform/editor.css
1208share/wordpress/wp-includes/blocks/freeform/editor.min.css 1247share/wordpress/wp-includes/blocks/freeform/editor.min.css
 1248share/wordpress/wp-includes/blocks/gallery.php
1209share/wordpress/wp-includes/blocks/gallery/block.json 1249share/wordpress/wp-includes/blocks/gallery/block.json
1210share/wordpress/wp-includes/blocks/gallery/editor-rtl.css 1250share/wordpress/wp-includes/blocks/gallery/editor-rtl.css
1211share/wordpress/wp-includes/blocks/gallery/editor-rtl.min.css 1251share/wordpress/wp-includes/blocks/gallery/editor-rtl.min.css
1212share/wordpress/wp-includes/blocks/gallery/editor.css 1252share/wordpress/wp-includes/blocks/gallery/editor.css
1213share/wordpress/wp-includes/blocks/gallery/editor.min.css 1253share/wordpress/wp-includes/blocks/gallery/editor.min.css
1214share/wordpress/wp-includes/blocks/gallery/style-rtl.css 1254share/wordpress/wp-includes/blocks/gallery/style-rtl.css
1215share/wordpress/wp-includes/blocks/gallery/style-rtl.min.css 1255share/wordpress/wp-includes/blocks/gallery/style-rtl.min.css
1216share/wordpress/wp-includes/blocks/gallery/style.css 1256share/wordpress/wp-includes/blocks/gallery/style.css
1217share/wordpress/wp-includes/blocks/gallery/style.min.css 1257share/wordpress/wp-includes/blocks/gallery/style.min.css
 1258share/wordpress/wp-includes/blocks/gallery/theme-rtl.css
 1259share/wordpress/wp-includes/blocks/gallery/theme-rtl.min.css
 1260share/wordpress/wp-includes/blocks/gallery/theme.css
 1261share/wordpress/wp-includes/blocks/gallery/theme.min.css
1218share/wordpress/wp-includes/blocks/group/block.json 1262share/wordpress/wp-includes/blocks/group/block.json
1219share/wordpress/wp-includes/blocks/group/editor-rtl.css 1263share/wordpress/wp-includes/blocks/group/editor-rtl.css
1220share/wordpress/wp-includes/blocks/group/editor-rtl.min.css 1264share/wordpress/wp-includes/blocks/group/editor-rtl.min.css
1221share/wordpress/wp-includes/blocks/group/editor.css 1265share/wordpress/wp-includes/blocks/group/editor.css
1222share/wordpress/wp-includes/blocks/group/editor.min.css 1266share/wordpress/wp-includes/blocks/group/editor.min.css
1223share/wordpress/wp-includes/blocks/group/style-rtl.css 1267share/wordpress/wp-includes/blocks/group/style-rtl.css
1224share/wordpress/wp-includes/blocks/group/style-rtl.min.css 1268share/wordpress/wp-includes/blocks/group/style-rtl.min.css
1225share/wordpress/wp-includes/blocks/group/style.css 1269share/wordpress/wp-includes/blocks/group/style.css
1226share/wordpress/wp-includes/blocks/group/style.min.css 1270share/wordpress/wp-includes/blocks/group/style.min.css
 1271share/wordpress/wp-includes/blocks/group/theme-rtl.css
 1272share/wordpress/wp-includes/blocks/group/theme-rtl.min.css
 1273share/wordpress/wp-includes/blocks/group/theme.css
 1274share/wordpress/wp-includes/blocks/group/theme.min.css
1227share/wordpress/wp-includes/blocks/heading/block.json 1275share/wordpress/wp-includes/blocks/heading/block.json
1228share/wordpress/wp-includes/blocks/heading/editor-rtl.css 
1229share/wordpress/wp-includes/blocks/heading/editor-rtl.min.css 
1230share/wordpress/wp-includes/blocks/heading/editor.css 
1231share/wordpress/wp-includes/blocks/heading/editor.min.css 
1232share/wordpress/wp-includes/blocks/heading/style-rtl.css 1276share/wordpress/wp-includes/blocks/heading/style-rtl.css
1233share/wordpress/wp-includes/blocks/heading/style-rtl.min.css 1277share/wordpress/wp-includes/blocks/heading/style-rtl.min.css
1234share/wordpress/wp-includes/blocks/heading/style.css 1278share/wordpress/wp-includes/blocks/heading/style.css
1235share/wordpress/wp-includes/blocks/heading/style.min.css 1279share/wordpress/wp-includes/blocks/heading/style.min.css
1236share/wordpress/wp-includes/blocks/html/block.json 1280share/wordpress/wp-includes/blocks/html/block.json
1237share/wordpress/wp-includes/blocks/html/editor-rtl.css 1281share/wordpress/wp-includes/blocks/html/editor-rtl.css
1238share/wordpress/wp-includes/blocks/html/editor-rtl.min.css 1282share/wordpress/wp-includes/blocks/html/editor-rtl.min.css
1239share/wordpress/wp-includes/blocks/html/editor.css 1283share/wordpress/wp-includes/blocks/html/editor.css
1240share/wordpress/wp-includes/blocks/html/editor.min.css 1284share/wordpress/wp-includes/blocks/html/editor.min.css
 1285share/wordpress/wp-includes/blocks/image.php
1241share/wordpress/wp-includes/blocks/image/block.json 1286share/wordpress/wp-includes/blocks/image/block.json
1242share/wordpress/wp-includes/blocks/image/editor-rtl.css 1287share/wordpress/wp-includes/blocks/image/editor-rtl.css
1243share/wordpress/wp-includes/blocks/image/editor-rtl.min.css 1288share/wordpress/wp-includes/blocks/image/editor-rtl.min.css
1244share/wordpress/wp-includes/blocks/image/editor.css 1289share/wordpress/wp-includes/blocks/image/editor.css
1245share/wordpress/wp-includes/blocks/image/editor.min.css 1290share/wordpress/wp-includes/blocks/image/editor.min.css
1246share/wordpress/wp-includes/blocks/image/style-rtl.css 1291share/wordpress/wp-includes/blocks/image/style-rtl.css
1247share/wordpress/wp-includes/blocks/image/style-rtl.min.css 1292share/wordpress/wp-includes/blocks/image/style-rtl.min.css
1248share/wordpress/wp-includes/blocks/image/style.css 1293share/wordpress/wp-includes/blocks/image/style.css
1249share/wordpress/wp-includes/blocks/image/style.min.css 1294share/wordpress/wp-includes/blocks/image/style.min.css
 1295share/wordpress/wp-includes/blocks/image/theme-rtl.css
 1296share/wordpress/wp-includes/blocks/image/theme-rtl.min.css
 1297share/wordpress/wp-includes/blocks/image/theme.css
 1298share/wordpress/wp-includes/blocks/image/theme.min.css
1250share/wordpress/wp-includes/blocks/index.php 1299share/wordpress/wp-includes/blocks/index.php
1251share/wordpress/wp-includes/blocks/latest-comments.php 1300share/wordpress/wp-includes/blocks/latest-comments.php
1252share/wordpress/wp-includes/blocks/latest-comments/block.json 1301share/wordpress/wp-includes/blocks/latest-comments/block.json
1253share/wordpress/wp-includes/blocks/latest-comments/style-rtl.css 1302share/wordpress/wp-includes/blocks/latest-comments/style-rtl.css
1254share/wordpress/wp-includes/blocks/latest-comments/style-rtl.min.css 1303share/wordpress/wp-includes/blocks/latest-comments/style-rtl.min.css
1255share/wordpress/wp-includes/blocks/latest-comments/style.css 1304share/wordpress/wp-includes/blocks/latest-comments/style.css
1256share/wordpress/wp-includes/blocks/latest-comments/style.min.css 1305share/wordpress/wp-includes/blocks/latest-comments/style.min.css
1257share/wordpress/wp-includes/blocks/latest-posts.php 1306share/wordpress/wp-includes/blocks/latest-posts.php
1258share/wordpress/wp-includes/blocks/latest-posts/block.json 1307share/wordpress/wp-includes/blocks/latest-posts/block.json
1259share/wordpress/wp-includes/blocks/latest-posts/editor-rtl.css 1308share/wordpress/wp-includes/blocks/latest-posts/editor-rtl.css
1260share/wordpress/wp-includes/blocks/latest-posts/editor-rtl.min.css 1309share/wordpress/wp-includes/blocks/latest-posts/editor-rtl.min.css
1261share/wordpress/wp-includes/blocks/latest-posts/editor.css 1310share/wordpress/wp-includes/blocks/latest-posts/editor.css
1262share/wordpress/wp-includes/blocks/latest-posts/editor.min.css 1311share/wordpress/wp-includes/blocks/latest-posts/editor.min.css
@@ -1278,176 +1327,234 @@ share/wordpress/wp-includes/blocks/media @@ -1278,176 +1327,234 @@ share/wordpress/wp-includes/blocks/media
1278share/wordpress/wp-includes/blocks/media-text/editor-rtl.min.css 1327share/wordpress/wp-includes/blocks/media-text/editor-rtl.min.css
1279share/wordpress/wp-includes/blocks/media-text/editor.css 1328share/wordpress/wp-includes/blocks/media-text/editor.css
1280share/wordpress/wp-includes/blocks/media-text/editor.min.css 1329share/wordpress/wp-includes/blocks/media-text/editor.min.css
1281share/wordpress/wp-includes/blocks/media-text/style-rtl.css 1330share/wordpress/wp-includes/blocks/media-text/style-rtl.css
1282share/wordpress/wp-includes/blocks/media-text/style-rtl.min.css 1331share/wordpress/wp-includes/blocks/media-text/style-rtl.min.css
1283share/wordpress/wp-includes/blocks/media-text/style.css 1332share/wordpress/wp-includes/blocks/media-text/style.css
1284share/wordpress/wp-includes/blocks/media-text/style.min.css 1333share/wordpress/wp-includes/blocks/media-text/style.min.css
1285share/wordpress/wp-includes/blocks/missing/block.json 1334share/wordpress/wp-includes/blocks/missing/block.json
1286share/wordpress/wp-includes/blocks/more/block.json 1335share/wordpress/wp-includes/blocks/more/block.json
1287share/wordpress/wp-includes/blocks/more/editor-rtl.css 1336share/wordpress/wp-includes/blocks/more/editor-rtl.css
1288share/wordpress/wp-includes/blocks/more/editor-rtl.min.css 1337share/wordpress/wp-includes/blocks/more/editor-rtl.min.css
1289share/wordpress/wp-includes/blocks/more/editor.css 1338share/wordpress/wp-includes/blocks/more/editor.css
1290share/wordpress/wp-includes/blocks/more/editor.min.css 1339share/wordpress/wp-includes/blocks/more/editor.min.css
 1340share/wordpress/wp-includes/blocks/navigation-link.php
 1341share/wordpress/wp-includes/blocks/navigation-link/block.json
 1342share/wordpress/wp-includes/blocks/navigation-link/editor-rtl.css
 1343share/wordpress/wp-includes/blocks/navigation-link/editor-rtl.min.css
 1344share/wordpress/wp-includes/blocks/navigation-link/editor.css
 1345share/wordpress/wp-includes/blocks/navigation-link/editor.min.css
 1346share/wordpress/wp-includes/blocks/navigation-link/style-rtl.css
 1347share/wordpress/wp-includes/blocks/navigation-link/style-rtl.min.css
 1348share/wordpress/wp-includes/blocks/navigation-link/style.css
 1349share/wordpress/wp-includes/blocks/navigation-link/style.min.css
 1350share/wordpress/wp-includes/blocks/navigation-submenu.php
 1351share/wordpress/wp-includes/blocks/navigation-submenu/block.json
 1352share/wordpress/wp-includes/blocks/navigation-submenu/editor-rtl.css
 1353share/wordpress/wp-includes/blocks/navigation-submenu/editor-rtl.min.css
 1354share/wordpress/wp-includes/blocks/navigation-submenu/editor.css
 1355share/wordpress/wp-includes/blocks/navigation-submenu/editor.min.css
 1356share/wordpress/wp-includes/blocks/navigation.php
 1357share/wordpress/wp-includes/blocks/navigation/block.json
 1358share/wordpress/wp-includes/blocks/navigation/editor-rtl.css
 1359share/wordpress/wp-includes/blocks/navigation/editor-rtl.min.css
 1360share/wordpress/wp-includes/blocks/navigation/editor.css
 1361share/wordpress/wp-includes/blocks/navigation/editor.min.css
 1362share/wordpress/wp-includes/blocks/navigation/style-rtl.css
 1363share/wordpress/wp-includes/blocks/navigation/style-rtl.min.css
 1364share/wordpress/wp-includes/blocks/navigation/style.css
 1365share/wordpress/wp-includes/blocks/navigation/style.min.css
 1366share/wordpress/wp-includes/blocks/navigation/view.asset.php
 1367share/wordpress/wp-includes/blocks/navigation/view.js
 1368share/wordpress/wp-includes/blocks/navigation/view.min.asset.php
 1369share/wordpress/wp-includes/blocks/navigation/view.min.js
1291share/wordpress/wp-includes/blocks/nextpage/block.json 1370share/wordpress/wp-includes/blocks/nextpage/block.json
1292share/wordpress/wp-includes/blocks/nextpage/editor-rtl.css 1371share/wordpress/wp-includes/blocks/nextpage/editor-rtl.css
1293share/wordpress/wp-includes/blocks/nextpage/editor-rtl.min.css 1372share/wordpress/wp-includes/blocks/nextpage/editor-rtl.min.css
1294share/wordpress/wp-includes/blocks/nextpage/editor.css 1373share/wordpress/wp-includes/blocks/nextpage/editor.css
1295share/wordpress/wp-includes/blocks/nextpage/editor.min.css 1374share/wordpress/wp-includes/blocks/nextpage/editor.min.css
1296share/wordpress/wp-includes/blocks/page-list.php 1375share/wordpress/wp-includes/blocks/page-list.php
1297share/wordpress/wp-includes/blocks/page-list/block.json 1376share/wordpress/wp-includes/blocks/page-list/block.json
1298share/wordpress/wp-includes/blocks/page-list/editor-rtl.css 1377share/wordpress/wp-includes/blocks/page-list/editor-rtl.css
1299share/wordpress/wp-includes/blocks/page-list/editor-rtl.min.css 1378share/wordpress/wp-includes/blocks/page-list/editor-rtl.min.css
1300share/wordpress/wp-includes/blocks/page-list/editor.css 1379share/wordpress/wp-includes/blocks/page-list/editor.css
1301share/wordpress/wp-includes/blocks/page-list/editor.min.css 1380share/wordpress/wp-includes/blocks/page-list/editor.min.css
1302share/wordpress/wp-includes/blocks/page-list/style-rtl.css 1381share/wordpress/wp-includes/blocks/page-list/style-rtl.css
1303share/wordpress/wp-includes/blocks/page-list/style-rtl.min.css 1382share/wordpress/wp-includes/blocks/page-list/style-rtl.min.css
1304share/wordpress/wp-includes/blocks/page-list/style.css 1383share/wordpress/wp-includes/blocks/page-list/style.css
1305share/wordpress/wp-includes/blocks/page-list/style.min.css 1384share/wordpress/wp-includes/blocks/page-list/style.min.css
1306share/wordpress/wp-includes/blocks/paragraph/block.json 1385share/wordpress/wp-includes/blocks/paragraph/block.json
1307share/wordpress/wp-includes/blocks/paragraph/editor-rtl.css 1386share/wordpress/wp-includes/blocks/paragraph/editor-rtl.css
1308share/wordpress/wp-includes/blocks/paragraph/editor-rtl.min.css 1387share/wordpress/wp-includes/blocks/paragraph/editor-rtl.min.css
1309share/wordpress/wp-includes/blocks/paragraph/editor.css 1388share/wordpress/wp-includes/blocks/paragraph/editor.css
1310share/wordpress/wp-includes/blocks/paragraph/editor.min.css 1389share/wordpress/wp-includes/blocks/paragraph/editor.min.css
1311share/wordpress/wp-includes/blocks/paragraph/style-rtl.css 1390share/wordpress/wp-includes/blocks/paragraph/style-rtl.css
1312share/wordpress/wp-includes/blocks/paragraph/style-rtl.min.css 1391share/wordpress/wp-includes/blocks/paragraph/style-rtl.min.css
1313share/wordpress/wp-includes/blocks/paragraph/style.css 1392share/wordpress/wp-includes/blocks/paragraph/style.css
1314share/wordpress/wp-includes/blocks/paragraph/style.min.css 1393share/wordpress/wp-includes/blocks/paragraph/style.min.css
 1394share/wordpress/wp-includes/blocks/pattern.php
 1395share/wordpress/wp-includes/blocks/pattern/block.json
 1396share/wordpress/wp-includes/blocks/post-author.php
 1397share/wordpress/wp-includes/blocks/post-author/block.json
 1398share/wordpress/wp-includes/blocks/post-author/style-rtl.css
 1399share/wordpress/wp-includes/blocks/post-author/style-rtl.min.css
 1400share/wordpress/wp-includes/blocks/post-author/style.css
 1401share/wordpress/wp-includes/blocks/post-author/style.min.css
 1402share/wordpress/wp-includes/blocks/post-comments.php
 1403share/wordpress/wp-includes/blocks/post-comments/block.json
 1404share/wordpress/wp-includes/blocks/post-comments/style-rtl.css
 1405share/wordpress/wp-includes/blocks/post-comments/style-rtl.min.css
 1406share/wordpress/wp-includes/blocks/post-comments/style.css
 1407share/wordpress/wp-includes/blocks/post-comments/style.min.css
1315share/wordpress/wp-includes/blocks/post-content.php 1408share/wordpress/wp-includes/blocks/post-content.php
1316share/wordpress/wp-includes/blocks/post-content/block.json 1409share/wordpress/wp-includes/blocks/post-content/block.json
1317share/wordpress/wp-includes/blocks/post-content/editor-rtl.css 
1318share/wordpress/wp-includes/blocks/post-content/editor-rtl.min.css 
1319share/wordpress/wp-includes/blocks/post-content/editor.css 
1320share/wordpress/wp-includes/blocks/post-content/editor.min.css 
1321share/wordpress/wp-includes/blocks/post-date.php 1410share/wordpress/wp-includes/blocks/post-date.php
1322share/wordpress/wp-includes/blocks/post-date/block.json 1411share/wordpress/wp-includes/blocks/post-date/block.json
1323share/wordpress/wp-includes/blocks/post-excerpt.php 1412share/wordpress/wp-includes/blocks/post-excerpt.php
1324share/wordpress/wp-includes/blocks/post-excerpt/block.json 1413share/wordpress/wp-includes/blocks/post-excerpt/block.json
1325share/wordpress/wp-includes/blocks/post-excerpt/editor-rtl.css 1414share/wordpress/wp-includes/blocks/post-excerpt/editor-rtl.css
1326share/wordpress/wp-includes/blocks/post-excerpt/editor-rtl.min.css 1415share/wordpress/wp-includes/blocks/post-excerpt/editor-rtl.min.css
1327share/wordpress/wp-includes/blocks/post-excerpt/editor.css 1416share/wordpress/wp-includes/blocks/post-excerpt/editor.css
1328share/wordpress/wp-includes/blocks/post-excerpt/editor.min.css 1417share/wordpress/wp-includes/blocks/post-excerpt/editor.min.css
1329share/wordpress/wp-includes/blocks/post-excerpt/style-rtl.css 1418share/wordpress/wp-includes/blocks/post-excerpt/style-rtl.css
1330share/wordpress/wp-includes/blocks/post-excerpt/style-rtl.min.css 1419share/wordpress/wp-includes/blocks/post-excerpt/style-rtl.min.css
1331share/wordpress/wp-includes/blocks/post-excerpt/style.css 1420share/wordpress/wp-includes/blocks/post-excerpt/style.css
1332share/wordpress/wp-includes/blocks/post-excerpt/style.min.css 1421share/wordpress/wp-includes/blocks/post-excerpt/style.min.css
1333share/wordpress/wp-includes/blocks/post-featured-image.php 1422share/wordpress/wp-includes/blocks/post-featured-image.php
1334share/wordpress/wp-includes/blocks/post-featured-image/block.json 1423share/wordpress/wp-includes/blocks/post-featured-image/block.json
1335share/wordpress/wp-includes/blocks/post-featured-image/editor-rtl.css 1424share/wordpress/wp-includes/blocks/post-featured-image/editor-rtl.css
1336share/wordpress/wp-includes/blocks/post-featured-image/editor-rtl.min.css 1425share/wordpress/wp-includes/blocks/post-featured-image/editor-rtl.min.css
1337share/wordpress/wp-includes/blocks/post-featured-image/editor.css 1426share/wordpress/wp-includes/blocks/post-featured-image/editor.css
1338share/wordpress/wp-includes/blocks/post-featured-image/editor.min.css 1427share/wordpress/wp-includes/blocks/post-featured-image/editor.min.css
1339share/wordpress/wp-includes/blocks/post-featured-image/style-rtl.css 1428share/wordpress/wp-includes/blocks/post-featured-image/style-rtl.css
1340share/wordpress/wp-includes/blocks/post-featured-image/style-rtl.min.css 1429share/wordpress/wp-includes/blocks/post-featured-image/style-rtl.min.css
1341share/wordpress/wp-includes/blocks/post-featured-image/style.css 1430share/wordpress/wp-includes/blocks/post-featured-image/style.css
1342share/wordpress/wp-includes/blocks/post-featured-image/style.min.css 1431share/wordpress/wp-includes/blocks/post-featured-image/style.min.css
 1432share/wordpress/wp-includes/blocks/post-navigation-link.php
 1433share/wordpress/wp-includes/blocks/post-navigation-link/block.json
1343share/wordpress/wp-includes/blocks/post-template.php 1434share/wordpress/wp-includes/blocks/post-template.php
1344share/wordpress/wp-includes/blocks/post-template/block.json 1435share/wordpress/wp-includes/blocks/post-template/block.json
1345share/wordpress/wp-includes/blocks/post-template/editor-rtl.css 1436share/wordpress/wp-includes/blocks/post-template/editor-rtl.css
1346share/wordpress/wp-includes/blocks/post-template/editor-rtl.min.css 1437share/wordpress/wp-includes/blocks/post-template/editor-rtl.min.css
1347share/wordpress/wp-includes/blocks/post-template/editor.css 1438share/wordpress/wp-includes/blocks/post-template/editor.css
1348share/wordpress/wp-includes/blocks/post-template/editor.min.css 1439share/wordpress/wp-includes/blocks/post-template/editor.min.css
1349share/wordpress/wp-includes/blocks/post-template/style-rtl.css 1440share/wordpress/wp-includes/blocks/post-template/style-rtl.css
1350share/wordpress/wp-includes/blocks/post-template/style-rtl.min.css 1441share/wordpress/wp-includes/blocks/post-template/style-rtl.min.css
1351share/wordpress/wp-includes/blocks/post-template/style.css 1442share/wordpress/wp-includes/blocks/post-template/style.css
1352share/wordpress/wp-includes/blocks/post-template/style.min.css 1443share/wordpress/wp-includes/blocks/post-template/style.min.css
1353share/wordpress/wp-includes/blocks/post-terms.php 1444share/wordpress/wp-includes/blocks/post-terms.php
1354share/wordpress/wp-includes/blocks/post-terms/block.json 1445share/wordpress/wp-includes/blocks/post-terms/block.json
 1446share/wordpress/wp-includes/blocks/post-terms/style-rtl.css
 1447share/wordpress/wp-includes/blocks/post-terms/style-rtl.min.css
 1448share/wordpress/wp-includes/blocks/post-terms/style.css
 1449share/wordpress/wp-includes/blocks/post-terms/style.min.css
1355share/wordpress/wp-includes/blocks/post-title.php 1450share/wordpress/wp-includes/blocks/post-title.php
1356share/wordpress/wp-includes/blocks/post-title/block.json 1451share/wordpress/wp-includes/blocks/post-title/block.json
1357share/wordpress/wp-includes/blocks/post-title/style-rtl.css 1452share/wordpress/wp-includes/blocks/post-title/style-rtl.css
1358share/wordpress/wp-includes/blocks/post-title/style-rtl.min.css 1453share/wordpress/wp-includes/blocks/post-title/style-rtl.min.css
1359share/wordpress/wp-includes/blocks/post-title/style.css 1454share/wordpress/wp-includes/blocks/post-title/style.css
1360share/wordpress/wp-includes/blocks/post-title/style.min.css 1455share/wordpress/wp-includes/blocks/post-title/style.min.css
1361share/wordpress/wp-includes/blocks/preformatted/block.json 1456share/wordpress/wp-includes/blocks/preformatted/block.json
1362share/wordpress/wp-includes/blocks/preformatted/style-rtl.css 1457share/wordpress/wp-includes/blocks/preformatted/style-rtl.css
1363share/wordpress/wp-includes/blocks/preformatted/style-rtl.min.css 1458share/wordpress/wp-includes/blocks/preformatted/style-rtl.min.css
1364share/wordpress/wp-includes/blocks/preformatted/style.css 1459share/wordpress/wp-includes/blocks/preformatted/style.css
1365share/wordpress/wp-includes/blocks/preformatted/style.min.css 1460share/wordpress/wp-includes/blocks/preformatted/style.min.css
1366share/wordpress/wp-includes/blocks/pullquote/block.json 1461share/wordpress/wp-includes/blocks/pullquote/block.json
1367share/wordpress/wp-includes/blocks/pullquote/editor-rtl.css 1462share/wordpress/wp-includes/blocks/pullquote/editor-rtl.css
1368share/wordpress/wp-includes/blocks/pullquote/editor-rtl.min.css 1463share/wordpress/wp-includes/blocks/pullquote/editor-rtl.min.css
1369share/wordpress/wp-includes/blocks/pullquote/editor.css 1464share/wordpress/wp-includes/blocks/pullquote/editor.css
1370share/wordpress/wp-includes/blocks/pullquote/editor.min.css 1465share/wordpress/wp-includes/blocks/pullquote/editor.min.css
1371share/wordpress/wp-includes/blocks/pullquote/style-rtl.css 1466share/wordpress/wp-includes/blocks/pullquote/style-rtl.css
1372share/wordpress/wp-includes/blocks/pullquote/style-rtl.min.css 1467share/wordpress/wp-includes/blocks/pullquote/style-rtl.min.css
1373share/wordpress/wp-includes/blocks/pullquote/style.css 1468share/wordpress/wp-includes/blocks/pullquote/style.css
1374share/wordpress/wp-includes/blocks/pullquote/style.min.css 1469share/wordpress/wp-includes/blocks/pullquote/style.min.css
 1470share/wordpress/wp-includes/blocks/pullquote/theme-rtl.css
 1471share/wordpress/wp-includes/blocks/pullquote/theme-rtl.min.css
 1472share/wordpress/wp-includes/blocks/pullquote/theme.css
 1473share/wordpress/wp-includes/blocks/pullquote/theme.min.css
1375share/wordpress/wp-includes/blocks/query-pagination-next.php 1474share/wordpress/wp-includes/blocks/query-pagination-next.php
1376share/wordpress/wp-includes/blocks/query-pagination-next/block.json 1475share/wordpress/wp-includes/blocks/query-pagination-next/block.json
1377share/wordpress/wp-includes/blocks/query-pagination-numbers.php 1476share/wordpress/wp-includes/blocks/query-pagination-numbers.php
1378share/wordpress/wp-includes/blocks/query-pagination-numbers/block.json 1477share/wordpress/wp-includes/blocks/query-pagination-numbers/block.json
1379share/wordpress/wp-includes/blocks/query-pagination-numbers/editor-rtl.css 1478share/wordpress/wp-includes/blocks/query-pagination-numbers/editor-rtl.css
1380share/wordpress/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css 1479share/wordpress/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css
1381share/wordpress/wp-includes/blocks/query-pagination-numbers/editor.css 1480share/wordpress/wp-includes/blocks/query-pagination-numbers/editor.css
1382share/wordpress/wp-includes/blocks/query-pagination-numbers/editor.min.css 1481share/wordpress/wp-includes/blocks/query-pagination-numbers/editor.min.css
1383share/wordpress/wp-includes/blocks/query-pagination-previous.php 1482share/wordpress/wp-includes/blocks/query-pagination-previous.php
1384share/wordpress/wp-includes/blocks/query-pagination-previous/block.json 1483share/wordpress/wp-includes/blocks/query-pagination-previous/block.json
1385share/wordpress/wp-includes/blocks/query-pagination.php 1484share/wordpress/wp-includes/blocks/query-pagination.php
1386share/wordpress/wp-includes/blocks/query-pagination/block.json 1485share/wordpress/wp-includes/blocks/query-pagination/block.json
1387share/wordpress/wp-includes/blocks/query-pagination/editor-rtl.css 1486share/wordpress/wp-includes/blocks/query-pagination/editor-rtl.css
1388share/wordpress/wp-includes/blocks/query-pagination/editor-rtl.min.css 1487share/wordpress/wp-includes/blocks/query-pagination/editor-rtl.min.css
1389share/wordpress/wp-includes/blocks/query-pagination/editor.css 1488share/wordpress/wp-includes/blocks/query-pagination/editor.css
1390share/wordpress/wp-includes/blocks/query-pagination/editor.min.css 1489share/wordpress/wp-includes/blocks/query-pagination/editor.min.css
1391share/wordpress/wp-includes/blocks/query-pagination/style-rtl.css 1490share/wordpress/wp-includes/blocks/query-pagination/style-rtl.css
1392share/wordpress/wp-includes/blocks/query-pagination/style-rtl.min.css 1491share/wordpress/wp-includes/blocks/query-pagination/style-rtl.min.css
1393share/wordpress/wp-includes/blocks/query-pagination/style.css 1492share/wordpress/wp-includes/blocks/query-pagination/style.css
1394share/wordpress/wp-includes/blocks/query-pagination/style.min.css 1493share/wordpress/wp-includes/blocks/query-pagination/style.min.css
1395share/wordpress/wp-includes/blocks/query-title.php 1494share/wordpress/wp-includes/blocks/query-title.php
1396share/wordpress/wp-includes/blocks/query-title/block.json 1495share/wordpress/wp-includes/blocks/query-title/block.json
1397share/wordpress/wp-includes/blocks/query-title/editor-rtl.css 
1398share/wordpress/wp-includes/blocks/query-title/editor-rtl.min.css 
1399share/wordpress/wp-includes/blocks/query-title/editor.css 
1400share/wordpress/wp-includes/blocks/query-title/editor.min.css 
1401share/wordpress/wp-includes/blocks/query.php 1496share/wordpress/wp-includes/blocks/query.php
1402share/wordpress/wp-includes/blocks/query/block.json 1497share/wordpress/wp-includes/blocks/query/block.json
1403share/wordpress/wp-includes/blocks/query/editor-rtl.css 1498share/wordpress/wp-includes/blocks/query/editor-rtl.css
1404share/wordpress/wp-includes/blocks/query/editor-rtl.min.css 1499share/wordpress/wp-includes/blocks/query/editor-rtl.min.css
1405share/wordpress/wp-includes/blocks/query/editor.css 1500share/wordpress/wp-includes/blocks/query/editor.css
1406share/wordpress/wp-includes/blocks/query/editor.min.css 1501share/wordpress/wp-includes/blocks/query/editor.min.css
1407share/wordpress/wp-includes/blocks/quote/block.json 1502share/wordpress/wp-includes/blocks/quote/block.json
1408share/wordpress/wp-includes/blocks/quote/style-rtl.css 1503share/wordpress/wp-includes/blocks/quote/style-rtl.css
1409share/wordpress/wp-includes/blocks/quote/style-rtl.min.css 1504share/wordpress/wp-includes/blocks/quote/style-rtl.min.css
1410share/wordpress/wp-includes/blocks/quote/style.css 1505share/wordpress/wp-includes/blocks/quote/style.css
1411share/wordpress/wp-includes/blocks/quote/style.min.css 1506share/wordpress/wp-includes/blocks/quote/style.min.css
 1507share/wordpress/wp-includes/blocks/quote/theme-rtl.css
 1508share/wordpress/wp-includes/blocks/quote/theme-rtl.min.css
 1509share/wordpress/wp-includes/blocks/quote/theme.css
 1510share/wordpress/wp-includes/blocks/quote/theme.min.css
1412share/wordpress/wp-includes/blocks/rss.php 1511share/wordpress/wp-includes/blocks/rss.php
1413share/wordpress/wp-includes/blocks/rss/block.json 1512share/wordpress/wp-includes/blocks/rss/block.json
1414share/wordpress/wp-includes/blocks/rss/editor-rtl.css 1513share/wordpress/wp-includes/blocks/rss/editor-rtl.css
1415share/wordpress/wp-includes/blocks/rss/editor-rtl.min.css 1514share/wordpress/wp-includes/blocks/rss/editor-rtl.min.css
1416share/wordpress/wp-includes/blocks/rss/editor.css 1515share/wordpress/wp-includes/blocks/rss/editor.css
1417share/wordpress/wp-includes/blocks/rss/editor.min.css 1516share/wordpress/wp-includes/blocks/rss/editor.min.css
1418share/wordpress/wp-includes/blocks/rss/style-rtl.css 1517share/wordpress/wp-includes/blocks/rss/style-rtl.css
1419share/wordpress/wp-includes/blocks/rss/style-rtl.min.css 1518share/wordpress/wp-includes/blocks/rss/style-rtl.min.css
1420share/wordpress/wp-includes/blocks/rss/style.css 1519share/wordpress/wp-includes/blocks/rss/style.css
1421share/wordpress/wp-includes/blocks/rss/style.min.css 1520share/wordpress/wp-includes/blocks/rss/style.min.css
1422share/wordpress/wp-includes/blocks/search.php 1521share/wordpress/wp-includes/blocks/search.php
1423share/wordpress/wp-includes/blocks/search/block.json 1522share/wordpress/wp-includes/blocks/search/block.json
1424share/wordpress/wp-includes/blocks/search/editor-rtl.css 1523share/wordpress/wp-includes/blocks/search/editor-rtl.css
1425share/wordpress/wp-includes/blocks/search/editor-rtl.min.css 1524share/wordpress/wp-includes/blocks/search/editor-rtl.min.css
1426share/wordpress/wp-includes/blocks/search/editor.css 1525share/wordpress/wp-includes/blocks/search/editor.css
1427share/wordpress/wp-includes/blocks/search/editor.min.css 1526share/wordpress/wp-includes/blocks/search/editor.min.css
1428share/wordpress/wp-includes/blocks/search/style-rtl.css 1527share/wordpress/wp-includes/blocks/search/style-rtl.css
1429share/wordpress/wp-includes/blocks/search/style-rtl.min.css 1528share/wordpress/wp-includes/blocks/search/style-rtl.min.css
1430share/wordpress/wp-includes/blocks/search/style.css 1529share/wordpress/wp-includes/blocks/search/style.css
1431share/wordpress/wp-includes/blocks/search/style.min.css 1530share/wordpress/wp-includes/blocks/search/style.min.css
 1531share/wordpress/wp-includes/blocks/search/theme-rtl.css
 1532share/wordpress/wp-includes/blocks/search/theme-rtl.min.css
 1533share/wordpress/wp-includes/blocks/search/theme.css
 1534share/wordpress/wp-includes/blocks/search/theme.min.css
1432share/wordpress/wp-includes/blocks/separator/block.json 1535share/wordpress/wp-includes/blocks/separator/block.json
1433share/wordpress/wp-includes/blocks/separator/editor-rtl.css 1536share/wordpress/wp-includes/blocks/separator/editor-rtl.css
1434share/wordpress/wp-includes/blocks/separator/editor-rtl.min.css 1537share/wordpress/wp-includes/blocks/separator/editor-rtl.min.css
1435share/wordpress/wp-includes/blocks/separator/editor.css 1538share/wordpress/wp-includes/blocks/separator/editor.css
1436share/wordpress/wp-includes/blocks/separator/editor.min.css 1539share/wordpress/wp-includes/blocks/separator/editor.min.css
1437share/wordpress/wp-includes/blocks/separator/style-rtl.css 1540share/wordpress/wp-includes/blocks/separator/style-rtl.css
1438share/wordpress/wp-includes/blocks/separator/style-rtl.min.css 1541share/wordpress/wp-includes/blocks/separator/style-rtl.min.css
1439share/wordpress/wp-includes/blocks/separator/style.css 1542share/wordpress/wp-includes/blocks/separator/style.css
1440share/wordpress/wp-includes/blocks/separator/style.min.css 1543share/wordpress/wp-includes/blocks/separator/style.min.css
 1544share/wordpress/wp-includes/blocks/separator/theme-rtl.css
 1545share/wordpress/wp-includes/blocks/separator/theme-rtl.min.css
 1546share/wordpress/wp-includes/blocks/separator/theme.css
 1547share/wordpress/wp-includes/blocks/separator/theme.min.css
1441share/wordpress/wp-includes/blocks/shortcode.php 1548share/wordpress/wp-includes/blocks/shortcode.php
1442share/wordpress/wp-includes/blocks/shortcode/block.json 1549share/wordpress/wp-includes/blocks/shortcode/block.json
1443share/wordpress/wp-includes/blocks/shortcode/editor-rtl.css 1550share/wordpress/wp-includes/blocks/shortcode/editor-rtl.css
1444share/wordpress/wp-includes/blocks/shortcode/editor-rtl.min.css 1551share/wordpress/wp-includes/blocks/shortcode/editor-rtl.min.css
1445share/wordpress/wp-includes/blocks/shortcode/editor.css 1552share/wordpress/wp-includes/blocks/shortcode/editor.css
1446share/wordpress/wp-includes/blocks/shortcode/editor.min.css 1553share/wordpress/wp-includes/blocks/shortcode/editor.min.css
1447share/wordpress/wp-includes/blocks/site-logo.php 1554share/wordpress/wp-includes/blocks/site-logo.php
1448share/wordpress/wp-includes/blocks/site-logo/block.json 1555share/wordpress/wp-includes/blocks/site-logo/block.json
1449share/wordpress/wp-includes/blocks/site-logo/editor-rtl.css 1556share/wordpress/wp-includes/blocks/site-logo/editor-rtl.css
1450share/wordpress/wp-includes/blocks/site-logo/editor-rtl.min.css 1557share/wordpress/wp-includes/blocks/site-logo/editor-rtl.min.css
1451share/wordpress/wp-includes/blocks/site-logo/editor.css 1558share/wordpress/wp-includes/blocks/site-logo/editor.css
1452share/wordpress/wp-includes/blocks/site-logo/editor.min.css 1559share/wordpress/wp-includes/blocks/site-logo/editor.min.css
1453share/wordpress/wp-includes/blocks/site-logo/style-rtl.css 1560share/wordpress/wp-includes/blocks/site-logo/style-rtl.css
@@ -1489,59 +1596,77 @@ share/wordpress/wp-includes/blocks/space @@ -1489,59 +1596,77 @@ share/wordpress/wp-includes/blocks/space
1489share/wordpress/wp-includes/blocks/spacer/style-rtl.css 1596share/wordpress/wp-includes/blocks/spacer/style-rtl.css
1490share/wordpress/wp-includes/blocks/spacer/style-rtl.min.css 1597share/wordpress/wp-includes/blocks/spacer/style-rtl.min.css
1491share/wordpress/wp-includes/blocks/spacer/style.css 1598share/wordpress/wp-includes/blocks/spacer/style.css
1492share/wordpress/wp-includes/blocks/spacer/style.min.css 1599share/wordpress/wp-includes/blocks/spacer/style.min.css
1493share/wordpress/wp-includes/blocks/table/block.json 1600share/wordpress/wp-includes/blocks/table/block.json
1494share/wordpress/wp-includes/blocks/table/editor-rtl.css 1601share/wordpress/wp-includes/blocks/table/editor-rtl.css
1495share/wordpress/wp-includes/blocks/table/editor-rtl.min.css 1602share/wordpress/wp-includes/blocks/table/editor-rtl.min.css
1496share/wordpress/wp-includes/blocks/table/editor.css 1603share/wordpress/wp-includes/blocks/table/editor.css
1497share/wordpress/wp-includes/blocks/table/editor.min.css 1604share/wordpress/wp-includes/blocks/table/editor.min.css
1498share/wordpress/wp-includes/blocks/table/style-rtl.css 1605share/wordpress/wp-includes/blocks/table/style-rtl.css
1499share/wordpress/wp-includes/blocks/table/style-rtl.min.css 1606share/wordpress/wp-includes/blocks/table/style-rtl.min.css
1500share/wordpress/wp-includes/blocks/table/style.css 1607share/wordpress/wp-includes/blocks/table/style.css
1501share/wordpress/wp-includes/blocks/table/style.min.css 1608share/wordpress/wp-includes/blocks/table/style.min.css
 1609share/wordpress/wp-includes/blocks/table/theme-rtl.css
 1610share/wordpress/wp-includes/blocks/table/theme-rtl.min.css
 1611share/wordpress/wp-includes/blocks/table/theme.css
 1612share/wordpress/wp-includes/blocks/table/theme.min.css
1502share/wordpress/wp-includes/blocks/tag-cloud.php 1613share/wordpress/wp-includes/blocks/tag-cloud.php
1503share/wordpress/wp-includes/blocks/tag-cloud/block.json 1614share/wordpress/wp-includes/blocks/tag-cloud/block.json
1504share/wordpress/wp-includes/blocks/tag-cloud/editor-rtl.css 
1505share/wordpress/wp-includes/blocks/tag-cloud/editor-rtl.min.css 
1506share/wordpress/wp-includes/blocks/tag-cloud/editor.css 
1507share/wordpress/wp-includes/blocks/tag-cloud/editor.min.css 
1508share/wordpress/wp-includes/blocks/tag-cloud/style-rtl.css 1615share/wordpress/wp-includes/blocks/tag-cloud/style-rtl.css
1509share/wordpress/wp-includes/blocks/tag-cloud/style-rtl.min.css 1616share/wordpress/wp-includes/blocks/tag-cloud/style-rtl.min.css
1510share/wordpress/wp-includes/blocks/tag-cloud/style.css 1617share/wordpress/wp-includes/blocks/tag-cloud/style.css
1511share/wordpress/wp-includes/blocks/tag-cloud/style.min.css 1618share/wordpress/wp-includes/blocks/tag-cloud/style.min.css
 1619share/wordpress/wp-includes/blocks/template-part.php
 1620share/wordpress/wp-includes/blocks/template-part/block.json
 1621share/wordpress/wp-includes/blocks/template-part/editor-rtl.css
 1622share/wordpress/wp-includes/blocks/template-part/editor-rtl.min.css
 1623share/wordpress/wp-includes/blocks/template-part/editor.css
 1624share/wordpress/wp-includes/blocks/template-part/editor.min.css
 1625share/wordpress/wp-includes/blocks/template-part/theme-rtl.css
 1626share/wordpress/wp-includes/blocks/template-part/theme-rtl.min.css
 1627share/wordpress/wp-includes/blocks/template-part/theme.css
 1628share/wordpress/wp-includes/blocks/template-part/theme.min.css
 1629share/wordpress/wp-includes/blocks/term-description.php
 1630share/wordpress/wp-includes/blocks/term-description/block.json
1512share/wordpress/wp-includes/blocks/text-columns/block.json 1631share/wordpress/wp-includes/blocks/text-columns/block.json
1513share/wordpress/wp-includes/blocks/text-columns/editor-rtl.css 1632share/wordpress/wp-includes/blocks/text-columns/editor-rtl.css
1514share/wordpress/wp-includes/blocks/text-columns/editor-rtl.min.css 1633share/wordpress/wp-includes/blocks/text-columns/editor-rtl.min.css
1515share/wordpress/wp-includes/blocks/text-columns/editor.css 1634share/wordpress/wp-includes/blocks/text-columns/editor.css
1516share/wordpress/wp-includes/blocks/text-columns/editor.min.css 1635share/wordpress/wp-includes/blocks/text-columns/editor.min.css
1517share/wordpress/wp-includes/blocks/text-columns/style-rtl.css 1636share/wordpress/wp-includes/blocks/text-columns/style-rtl.css
1518share/wordpress/wp-includes/blocks/text-columns/style-rtl.min.css 1637share/wordpress/wp-includes/blocks/text-columns/style-rtl.min.css
1519share/wordpress/wp-includes/blocks/text-columns/style.css 1638share/wordpress/wp-includes/blocks/text-columns/style.css
1520share/wordpress/wp-includes/blocks/text-columns/style.min.css 1639share/wordpress/wp-includes/blocks/text-columns/style.min.css
1521share/wordpress/wp-includes/blocks/verse/block.json 1640share/wordpress/wp-includes/blocks/verse/block.json
1522share/wordpress/wp-includes/blocks/verse/style-rtl.css 1641share/wordpress/wp-includes/blocks/verse/style-rtl.css
1523share/wordpress/wp-includes/blocks/verse/style-rtl.min.css 1642share/wordpress/wp-includes/blocks/verse/style-rtl.min.css
1524share/wordpress/wp-includes/blocks/verse/style.css 1643share/wordpress/wp-includes/blocks/verse/style.css
1525share/wordpress/wp-includes/blocks/verse/style.min.css 1644share/wordpress/wp-includes/blocks/verse/style.min.css
1526share/wordpress/wp-includes/blocks/video/block.json 1645share/wordpress/wp-includes/blocks/video/block.json
1527share/wordpress/wp-includes/blocks/video/editor-rtl.css 1646share/wordpress/wp-includes/blocks/video/editor-rtl.css
1528share/wordpress/wp-includes/blocks/video/editor-rtl.min.css 1647share/wordpress/wp-includes/blocks/video/editor-rtl.min.css
1529share/wordpress/wp-includes/blocks/video/editor.css 1648share/wordpress/wp-includes/blocks/video/editor.css
1530share/wordpress/wp-includes/blocks/video/editor.min.css 1649share/wordpress/wp-includes/blocks/video/editor.min.css
1531share/wordpress/wp-includes/blocks/video/style-rtl.css 1650share/wordpress/wp-includes/blocks/video/style-rtl.css
1532share/wordpress/wp-includes/blocks/video/style-rtl.min.css 1651share/wordpress/wp-includes/blocks/video/style-rtl.min.css
1533share/wordpress/wp-includes/blocks/video/style.css 1652share/wordpress/wp-includes/blocks/video/style.css
1534share/wordpress/wp-includes/blocks/video/style.min.css 1653share/wordpress/wp-includes/blocks/video/style.min.css
 1654share/wordpress/wp-includes/blocks/video/theme-rtl.css
 1655share/wordpress/wp-includes/blocks/video/theme-rtl.min.css
 1656share/wordpress/wp-includes/blocks/video/theme.css
 1657share/wordpress/wp-includes/blocks/video/theme.min.css
 1658share/wordpress/wp-includes/blocks/widget-group.php
 1659share/wordpress/wp-includes/blocks/widget-group/block.json
1535share/wordpress/wp-includes/bookmark-template.php 1660share/wordpress/wp-includes/bookmark-template.php
1536share/wordpress/wp-includes/bookmark.php 1661share/wordpress/wp-includes/bookmark.php
1537share/wordpress/wp-includes/cache-compat.php 1662share/wordpress/wp-includes/cache-compat.php
1538share/wordpress/wp-includes/cache.php 1663share/wordpress/wp-includes/cache.php
1539share/wordpress/wp-includes/canonical.php 1664share/wordpress/wp-includes/canonical.php
1540share/wordpress/wp-includes/capabilities.php 1665share/wordpress/wp-includes/capabilities.php
1541share/wordpress/wp-includes/category-template.php 1666share/wordpress/wp-includes/category-template.php
1542share/wordpress/wp-includes/category.php 1667share/wordpress/wp-includes/category.php
1543share/wordpress/wp-includes/certificates/ca-bundle.crt 1668share/wordpress/wp-includes/certificates/ca-bundle.crt
1544share/wordpress/wp-includes/class-IXR.php 1669share/wordpress/wp-includes/class-IXR.php
1545share/wordpress/wp-includes/class-feed.php 1670share/wordpress/wp-includes/class-feed.php
1546share/wordpress/wp-includes/class-http.php 1671share/wordpress/wp-includes/class-http.php
1547share/wordpress/wp-includes/class-json.php 1672share/wordpress/wp-includes/class-json.php
@@ -1590,26 +1715,27 @@ share/wordpress/wp-includes/class-wp-err @@ -1590,26 +1715,27 @@ share/wordpress/wp-includes/class-wp-err
1590share/wordpress/wp-includes/class-wp-fatal-error-handler.php 1715share/wordpress/wp-includes/class-wp-fatal-error-handler.php
1591share/wordpress/wp-includes/class-wp-feed-cache-transient.php 1716share/wordpress/wp-includes/class-wp-feed-cache-transient.php
1592share/wordpress/wp-includes/class-wp-feed-cache.php 1717share/wordpress/wp-includes/class-wp-feed-cache.php
1593share/wordpress/wp-includes/class-wp-hook.php 1718share/wordpress/wp-includes/class-wp-hook.php
1594share/wordpress/wp-includes/class-wp-http-cookie.php 1719share/wordpress/wp-includes/class-wp-http-cookie.php
1595share/wordpress/wp-includes/class-wp-http-curl.php 1720share/wordpress/wp-includes/class-wp-http-curl.php
1596share/wordpress/wp-includes/class-wp-http-encoding.php 1721share/wordpress/wp-includes/class-wp-http-encoding.php
1597share/wordpress/wp-includes/class-wp-http-ixr-client.php 1722share/wordpress/wp-includes/class-wp-http-ixr-client.php
1598share/wordpress/wp-includes/class-wp-http-proxy.php 1723share/wordpress/wp-includes/class-wp-http-proxy.php
1599share/wordpress/wp-includes/class-wp-http-requests-hooks.php 1724share/wordpress/wp-includes/class-wp-http-requests-hooks.php
1600share/wordpress/wp-includes/class-wp-http-requests-response.php 1725share/wordpress/wp-includes/class-wp-http-requests-response.php
1601share/wordpress/wp-includes/class-wp-http-response.php 1726share/wordpress/wp-includes/class-wp-http-response.php
1602share/wordpress/wp-includes/class-wp-http-streams.php 1727share/wordpress/wp-includes/class-wp-http-streams.php
 1728share/wordpress/wp-includes/class-wp-http.php
1603share/wordpress/wp-includes/class-wp-image-editor-gd.php 1729share/wordpress/wp-includes/class-wp-image-editor-gd.php
1604share/wordpress/wp-includes/class-wp-image-editor-imagick.php 1730share/wordpress/wp-includes/class-wp-image-editor-imagick.php
1605share/wordpress/wp-includes/class-wp-image-editor.php 1731share/wordpress/wp-includes/class-wp-image-editor.php
1606share/wordpress/wp-includes/class-wp-list-util.php 1732share/wordpress/wp-includes/class-wp-list-util.php
1607share/wordpress/wp-includes/class-wp-locale-switcher.php 1733share/wordpress/wp-includes/class-wp-locale-switcher.php
1608share/wordpress/wp-includes/class-wp-locale.php 1734share/wordpress/wp-includes/class-wp-locale.php
1609share/wordpress/wp-includes/class-wp-matchesmapregex.php 1735share/wordpress/wp-includes/class-wp-matchesmapregex.php
1610share/wordpress/wp-includes/class-wp-meta-query.php 1736share/wordpress/wp-includes/class-wp-meta-query.php
1611share/wordpress/wp-includes/class-wp-metadata-lazyloader.php 1737share/wordpress/wp-includes/class-wp-metadata-lazyloader.php
1612share/wordpress/wp-includes/class-wp-network-query.php 1738share/wordpress/wp-includes/class-wp-network-query.php
1613share/wordpress/wp-includes/class-wp-network.php 1739share/wordpress/wp-includes/class-wp-network.php
1614share/wordpress/wp-includes/class-wp-object-cache.php 1740share/wordpress/wp-includes/class-wp-object-cache.php
1615share/wordpress/wp-includes/class-wp-oembed-controller.php 1741share/wordpress/wp-includes/class-wp-oembed-controller.php
@@ -1628,26 +1754,27 @@ share/wordpress/wp-includes/class-wp-rol @@ -1628,26 +1754,27 @@ share/wordpress/wp-includes/class-wp-rol
1628share/wordpress/wp-includes/class-wp-roles.php 1754share/wordpress/wp-includes/class-wp-roles.php
1629share/wordpress/wp-includes/class-wp-session-tokens.php 1755share/wordpress/wp-includes/class-wp-session-tokens.php
1630share/wordpress/wp-includes/class-wp-simplepie-file.php 1756share/wordpress/wp-includes/class-wp-simplepie-file.php
1631share/wordpress/wp-includes/class-wp-simplepie-sanitize-kses.php 1757share/wordpress/wp-includes/class-wp-simplepie-sanitize-kses.php
1632share/wordpress/wp-includes/class-wp-site-query.php 1758share/wordpress/wp-includes/class-wp-site-query.php
1633share/wordpress/wp-includes/class-wp-site.php 1759share/wordpress/wp-includes/class-wp-site.php
1634share/wordpress/wp-includes/class-wp-tax-query.php 1760share/wordpress/wp-includes/class-wp-tax-query.php
1635share/wordpress/wp-includes/class-wp-taxonomy.php 1761share/wordpress/wp-includes/class-wp-taxonomy.php
1636share/wordpress/wp-includes/class-wp-term-query.php 1762share/wordpress/wp-includes/class-wp-term-query.php
1637share/wordpress/wp-includes/class-wp-term.php 1763share/wordpress/wp-includes/class-wp-term.php
1638share/wordpress/wp-includes/class-wp-text-diff-renderer-inline.php 1764share/wordpress/wp-includes/class-wp-text-diff-renderer-inline.php
1639share/wordpress/wp-includes/class-wp-text-diff-renderer-table.php 1765share/wordpress/wp-includes/class-wp-text-diff-renderer-table.php
1640share/wordpress/wp-includes/class-wp-theme-json-resolver.php 1766share/wordpress/wp-includes/class-wp-theme-json-resolver.php
 1767share/wordpress/wp-includes/class-wp-theme-json-schema.php
1641share/wordpress/wp-includes/class-wp-theme-json.php 1768share/wordpress/wp-includes/class-wp-theme-json.php
1642share/wordpress/wp-includes/class-wp-theme.php 1769share/wordpress/wp-includes/class-wp-theme.php
1643share/wordpress/wp-includes/class-wp-user-meta-session-tokens.php 1770share/wordpress/wp-includes/class-wp-user-meta-session-tokens.php
1644share/wordpress/wp-includes/class-wp-user-query.php 1771share/wordpress/wp-includes/class-wp-user-query.php
1645share/wordpress/wp-includes/class-wp-user-request.php 1772share/wordpress/wp-includes/class-wp-user-request.php
1646share/wordpress/wp-includes/class-wp-user.php 1773share/wordpress/wp-includes/class-wp-user.php
1647share/wordpress/wp-includes/class-wp-walker.php 1774share/wordpress/wp-includes/class-wp-walker.php
1648share/wordpress/wp-includes/class-wp-widget-factory.php 1775share/wordpress/wp-includes/class-wp-widget-factory.php
1649share/wordpress/wp-includes/class-wp-widget.php 1776share/wordpress/wp-includes/class-wp-widget.php
1650share/wordpress/wp-includes/class-wp-xmlrpc-server.php 1777share/wordpress/wp-includes/class-wp-xmlrpc-server.php
1651share/wordpress/wp-includes/class-wp.php 1778share/wordpress/wp-includes/class-wp.php
1652share/wordpress/wp-includes/class.wp-dependencies.php 1779share/wordpress/wp-includes/class.wp-dependencies.php
1653share/wordpress/wp-includes/class.wp-scripts.php 1780share/wordpress/wp-includes/class.wp-scripts.php
@@ -1664,26 +1791,30 @@ share/wordpress/wp-includes/css/buttons- @@ -1664,26 +1791,30 @@ share/wordpress/wp-includes/css/buttons-
1664share/wordpress/wp-includes/css/buttons-rtl.min.css 1791share/wordpress/wp-includes/css/buttons-rtl.min.css
1665share/wordpress/wp-includes/css/buttons.css 1792share/wordpress/wp-includes/css/buttons.css
1666share/wordpress/wp-includes/css/buttons.min.css 1793share/wordpress/wp-includes/css/buttons.min.css
1667share/wordpress/wp-includes/css/customize-preview-rtl.css 1794share/wordpress/wp-includes/css/customize-preview-rtl.css
1668share/wordpress/wp-includes/css/customize-preview-rtl.min.css 1795share/wordpress/wp-includes/css/customize-preview-rtl.min.css
1669share/wordpress/wp-includes/css/customize-preview.css 1796share/wordpress/wp-includes/css/customize-preview.css
1670share/wordpress/wp-includes/css/customize-preview.min.css 1797share/wordpress/wp-includes/css/customize-preview.min.css
1671share/wordpress/wp-includes/css/dashicons.css 1798share/wordpress/wp-includes/css/dashicons.css
1672share/wordpress/wp-includes/css/dashicons.min.css 1799share/wordpress/wp-includes/css/dashicons.min.css
1673share/wordpress/wp-includes/css/dist/block-directory/style-rtl.css 1800share/wordpress/wp-includes/css/dist/block-directory/style-rtl.css
1674share/wordpress/wp-includes/css/dist/block-directory/style-rtl.min.css 1801share/wordpress/wp-includes/css/dist/block-directory/style-rtl.min.css
1675share/wordpress/wp-includes/css/dist/block-directory/style.css 1802share/wordpress/wp-includes/css/dist/block-directory/style.css
1676share/wordpress/wp-includes/css/dist/block-directory/style.min.css 1803share/wordpress/wp-includes/css/dist/block-directory/style.min.css
 1804share/wordpress/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css
 1805share/wordpress/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css
 1806share/wordpress/wp-includes/css/dist/block-editor/default-editor-styles.css
 1807share/wordpress/wp-includes/css/dist/block-editor/default-editor-styles.min.css
1677share/wordpress/wp-includes/css/dist/block-editor/style-rtl.css 1808share/wordpress/wp-includes/css/dist/block-editor/style-rtl.css
1678share/wordpress/wp-includes/css/dist/block-editor/style-rtl.min.css 1809share/wordpress/wp-includes/css/dist/block-editor/style-rtl.min.css
1679share/wordpress/wp-includes/css/dist/block-editor/style.css 1810share/wordpress/wp-includes/css/dist/block-editor/style.css
1680share/wordpress/wp-includes/css/dist/block-editor/style.min.css 1811share/wordpress/wp-includes/css/dist/block-editor/style.min.css
1681share/wordpress/wp-includes/css/dist/block-library/common-rtl.css 1812share/wordpress/wp-includes/css/dist/block-library/common-rtl.css
1682share/wordpress/wp-includes/css/dist/block-library/common-rtl.min.css 1813share/wordpress/wp-includes/css/dist/block-library/common-rtl.min.css
1683share/wordpress/wp-includes/css/dist/block-library/common.css 1814share/wordpress/wp-includes/css/dist/block-library/common.css
1684share/wordpress/wp-includes/css/dist/block-library/common.min.css 1815share/wordpress/wp-includes/css/dist/block-library/common.min.css
1685share/wordpress/wp-includes/css/dist/block-library/editor-rtl.css 1816share/wordpress/wp-includes/css/dist/block-library/editor-rtl.css
1686share/wordpress/wp-includes/css/dist/block-library/editor-rtl.min.css 1817share/wordpress/wp-includes/css/dist/block-library/editor-rtl.min.css
1687share/wordpress/wp-includes/css/dist/block-library/editor.css 1818share/wordpress/wp-includes/css/dist/block-library/editor.css
1688share/wordpress/wp-includes/css/dist/block-library/editor.min.css 1819share/wordpress/wp-includes/css/dist/block-library/editor.min.css
1689share/wordpress/wp-includes/css/dist/block-library/reset-rtl.css 1820share/wordpress/wp-includes/css/dist/block-library/reset-rtl.css
@@ -1704,26 +1835,30 @@ share/wordpress/wp-includes/css/dist/com @@ -1704,26 +1835,30 @@ share/wordpress/wp-includes/css/dist/com
1704share/wordpress/wp-includes/css/dist/components/style.min.css 1835share/wordpress/wp-includes/css/dist/components/style.min.css
1705share/wordpress/wp-includes/css/dist/customize-widgets/style-rtl.css 1836share/wordpress/wp-includes/css/dist/customize-widgets/style-rtl.css
1706share/wordpress/wp-includes/css/dist/customize-widgets/style-rtl.min.css 1837share/wordpress/wp-includes/css/dist/customize-widgets/style-rtl.min.css
1707share/wordpress/wp-includes/css/dist/customize-widgets/style.css 1838share/wordpress/wp-includes/css/dist/customize-widgets/style.css
1708share/wordpress/wp-includes/css/dist/customize-widgets/style.min.css 1839share/wordpress/wp-includes/css/dist/customize-widgets/style.min.css
1709share/wordpress/wp-includes/css/dist/edit-post/classic-rtl.css 1840share/wordpress/wp-includes/css/dist/edit-post/classic-rtl.css
1710share/wordpress/wp-includes/css/dist/edit-post/classic-rtl.min.css 1841share/wordpress/wp-includes/css/dist/edit-post/classic-rtl.min.css
1711share/wordpress/wp-includes/css/dist/edit-post/classic.css 1842share/wordpress/wp-includes/css/dist/edit-post/classic.css
1712share/wordpress/wp-includes/css/dist/edit-post/classic.min.css 1843share/wordpress/wp-includes/css/dist/edit-post/classic.min.css
1713share/wordpress/wp-includes/css/dist/edit-post/style-rtl.css 1844share/wordpress/wp-includes/css/dist/edit-post/style-rtl.css
1714share/wordpress/wp-includes/css/dist/edit-post/style-rtl.min.css 1845share/wordpress/wp-includes/css/dist/edit-post/style-rtl.min.css
1715share/wordpress/wp-includes/css/dist/edit-post/style.css 1846share/wordpress/wp-includes/css/dist/edit-post/style.css
1716share/wordpress/wp-includes/css/dist/edit-post/style.min.css 1847share/wordpress/wp-includes/css/dist/edit-post/style.min.css
 1848share/wordpress/wp-includes/css/dist/edit-site/style-rtl.css
 1849share/wordpress/wp-includes/css/dist/edit-site/style-rtl.min.css
 1850share/wordpress/wp-includes/css/dist/edit-site/style.css
 1851share/wordpress/wp-includes/css/dist/edit-site/style.min.css
1717share/wordpress/wp-includes/css/dist/edit-widgets/style-rtl.css 1852share/wordpress/wp-includes/css/dist/edit-widgets/style-rtl.css
1718share/wordpress/wp-includes/css/dist/edit-widgets/style-rtl.min.css 1853share/wordpress/wp-includes/css/dist/edit-widgets/style-rtl.min.css
1719share/wordpress/wp-includes/css/dist/edit-widgets/style.css 1854share/wordpress/wp-includes/css/dist/edit-widgets/style.css
1720share/wordpress/wp-includes/css/dist/edit-widgets/style.min.css 1855share/wordpress/wp-includes/css/dist/edit-widgets/style.min.css
1721share/wordpress/wp-includes/css/dist/editor/style-rtl.css 1856share/wordpress/wp-includes/css/dist/editor/style-rtl.css
1722share/wordpress/wp-includes/css/dist/editor/style-rtl.min.css 1857share/wordpress/wp-includes/css/dist/editor/style-rtl.min.css
1723share/wordpress/wp-includes/css/dist/editor/style.css 1858share/wordpress/wp-includes/css/dist/editor/style.css
1724share/wordpress/wp-includes/css/dist/editor/style.min.css 1859share/wordpress/wp-includes/css/dist/editor/style.min.css
1725share/wordpress/wp-includes/css/dist/format-library/style-rtl.css 1860share/wordpress/wp-includes/css/dist/format-library/style-rtl.css
1726share/wordpress/wp-includes/css/dist/format-library/style-rtl.min.css 1861share/wordpress/wp-includes/css/dist/format-library/style-rtl.min.css
1727share/wordpress/wp-includes/css/dist/format-library/style.css 1862share/wordpress/wp-includes/css/dist/format-library/style.css
1728share/wordpress/wp-includes/css/dist/format-library/style.min.css 1863share/wordpress/wp-includes/css/dist/format-library/style.min.css
1729share/wordpress/wp-includes/css/dist/list-reusable-blocks/style-rtl.css 1864share/wordpress/wp-includes/css/dist/list-reusable-blocks/style-rtl.css
@@ -1817,26 +1952,27 @@ share/wordpress/wp-includes/feed-rss.php @@ -1817,26 +1952,27 @@ share/wordpress/wp-includes/feed-rss.php
1817share/wordpress/wp-includes/feed-rss2-comments.php 1952share/wordpress/wp-includes/feed-rss2-comments.php
1818share/wordpress/wp-includes/feed-rss2.php 1953share/wordpress/wp-includes/feed-rss2.php
1819share/wordpress/wp-includes/feed.php 1954share/wordpress/wp-includes/feed.php
1820share/wordpress/wp-includes/fonts/dashicons.eot 1955share/wordpress/wp-includes/fonts/dashicons.eot
1821share/wordpress/wp-includes/fonts/dashicons.svg 1956share/wordpress/wp-includes/fonts/dashicons.svg
1822share/wordpress/wp-includes/fonts/dashicons.ttf 1957share/wordpress/wp-includes/fonts/dashicons.ttf
1823share/wordpress/wp-includes/fonts/dashicons.woff 1958share/wordpress/wp-includes/fonts/dashicons.woff
1824share/wordpress/wp-includes/fonts/dashicons.woff2 1959share/wordpress/wp-includes/fonts/dashicons.woff2
1825share/wordpress/wp-includes/formatting.php 1960share/wordpress/wp-includes/formatting.php
1826share/wordpress/wp-includes/functions.php 1961share/wordpress/wp-includes/functions.php
1827share/wordpress/wp-includes/functions.wp-scripts.php 1962share/wordpress/wp-includes/functions.wp-scripts.php
1828share/wordpress/wp-includes/functions.wp-styles.php 1963share/wordpress/wp-includes/functions.wp-styles.php
1829share/wordpress/wp-includes/general-template.php 1964share/wordpress/wp-includes/general-template.php
 1965share/wordpress/wp-includes/global-styles-and-settings.php
1830share/wordpress/wp-includes/http.php 1966share/wordpress/wp-includes/http.php
1831share/wordpress/wp-includes/https-detection.php 1967share/wordpress/wp-includes/https-detection.php
1832share/wordpress/wp-includes/https-migration.php 1968share/wordpress/wp-includes/https-migration.php
1833share/wordpress/wp-includes/images/admin-bar-sprite-2x.png 1969share/wordpress/wp-includes/images/admin-bar-sprite-2x.png
1834share/wordpress/wp-includes/images/admin-bar-sprite.png 1970share/wordpress/wp-includes/images/admin-bar-sprite.png
1835share/wordpress/wp-includes/images/arrow-pointer-blue-2x.png 1971share/wordpress/wp-includes/images/arrow-pointer-blue-2x.png
1836share/wordpress/wp-includes/images/arrow-pointer-blue.png 1972share/wordpress/wp-includes/images/arrow-pointer-blue.png
1837share/wordpress/wp-includes/images/blank.gif 1973share/wordpress/wp-includes/images/blank.gif
1838share/wordpress/wp-includes/images/crystal/archive.png 1974share/wordpress/wp-includes/images/crystal/archive.png
1839share/wordpress/wp-includes/images/crystal/audio.png 1975share/wordpress/wp-includes/images/crystal/audio.png
1840share/wordpress/wp-includes/images/crystal/code.png 1976share/wordpress/wp-includes/images/crystal/code.png
1841share/wordpress/wp-includes/images/crystal/default.png 1977share/wordpress/wp-includes/images/crystal/default.png
1842share/wordpress/wp-includes/images/crystal/document.png 1978share/wordpress/wp-includes/images/crystal/document.png
@@ -1977,26 +2113,28 @@ share/wordpress/wp-includes/js/dist/data @@ -1977,26 +2113,28 @@ share/wordpress/wp-includes/js/dist/data
1977share/wordpress/wp-includes/js/dist/data-controls.min.js 2113share/wordpress/wp-includes/js/dist/data-controls.min.js
1978share/wordpress/wp-includes/js/dist/data.js 2114share/wordpress/wp-includes/js/dist/data.js
1979share/wordpress/wp-includes/js/dist/data.min.js 2115share/wordpress/wp-includes/js/dist/data.min.js
1980share/wordpress/wp-includes/js/dist/date.js 2116share/wordpress/wp-includes/js/dist/date.js
1981share/wordpress/wp-includes/js/dist/date.min.js 2117share/wordpress/wp-includes/js/dist/date.min.js
1982share/wordpress/wp-includes/js/dist/deprecated.js 2118share/wordpress/wp-includes/js/dist/deprecated.js
1983share/wordpress/wp-includes/js/dist/deprecated.min.js 2119share/wordpress/wp-includes/js/dist/deprecated.min.js
1984share/wordpress/wp-includes/js/dist/dom-ready.js 2120share/wordpress/wp-includes/js/dist/dom-ready.js
1985share/wordpress/wp-includes/js/dist/dom-ready.min.js 2121share/wordpress/wp-includes/js/dist/dom-ready.min.js
1986share/wordpress/wp-includes/js/dist/dom.js 2122share/wordpress/wp-includes/js/dist/dom.js
1987share/wordpress/wp-includes/js/dist/dom.min.js 2123share/wordpress/wp-includes/js/dist/dom.min.js
1988share/wordpress/wp-includes/js/dist/edit-post.js 2124share/wordpress/wp-includes/js/dist/edit-post.js
1989share/wordpress/wp-includes/js/dist/edit-post.min.js 2125share/wordpress/wp-includes/js/dist/edit-post.min.js
 2126share/wordpress/wp-includes/js/dist/edit-site.js
 2127share/wordpress/wp-includes/js/dist/edit-site.min.js
1990share/wordpress/wp-includes/js/dist/edit-widgets.js 2128share/wordpress/wp-includes/js/dist/edit-widgets.js
1991share/wordpress/wp-includes/js/dist/edit-widgets.min.js 2129share/wordpress/wp-includes/js/dist/edit-widgets.min.js
1992share/wordpress/wp-includes/js/dist/editor.js 2130share/wordpress/wp-includes/js/dist/editor.js
1993share/wordpress/wp-includes/js/dist/editor.min.js 2131share/wordpress/wp-includes/js/dist/editor.min.js
1994share/wordpress/wp-includes/js/dist/element.js 2132share/wordpress/wp-includes/js/dist/element.js
1995share/wordpress/wp-includes/js/dist/element.min.js 2133share/wordpress/wp-includes/js/dist/element.min.js
1996share/wordpress/wp-includes/js/dist/escape-html.js 2134share/wordpress/wp-includes/js/dist/escape-html.js
1997share/wordpress/wp-includes/js/dist/escape-html.min.js 2135share/wordpress/wp-includes/js/dist/escape-html.min.js
1998share/wordpress/wp-includes/js/dist/format-library.js 2136share/wordpress/wp-includes/js/dist/format-library.js
1999share/wordpress/wp-includes/js/dist/format-library.min.js 2137share/wordpress/wp-includes/js/dist/format-library.min.js
2000share/wordpress/wp-includes/js/dist/hooks.js 2138share/wordpress/wp-includes/js/dist/hooks.js
2001share/wordpress/wp-includes/js/dist/hooks.min.js 2139share/wordpress/wp-includes/js/dist/hooks.min.js
2002share/wordpress/wp-includes/js/dist/html-entities.js 2140share/wordpress/wp-includes/js/dist/html-entities.js
@@ -2377,26 +2515,27 @@ share/wordpress/wp-includes/meta.php @@ -2377,26 +2515,27 @@ share/wordpress/wp-includes/meta.php
2377share/wordpress/wp-includes/ms-blogs.php 2515share/wordpress/wp-includes/ms-blogs.php
2378share/wordpress/wp-includes/ms-default-constants.php 2516share/wordpress/wp-includes/ms-default-constants.php
2379share/wordpress/wp-includes/ms-default-filters.php 2517share/wordpress/wp-includes/ms-default-filters.php
2380share/wordpress/wp-includes/ms-deprecated.php 2518share/wordpress/wp-includes/ms-deprecated.php
2381share/wordpress/wp-includes/ms-files.php 2519share/wordpress/wp-includes/ms-files.php
2382share/wordpress/wp-includes/ms-functions.php 2520share/wordpress/wp-includes/ms-functions.php
2383share/wordpress/wp-includes/ms-load.php 2521share/wordpress/wp-includes/ms-load.php
2384share/wordpress/wp-includes/ms-network.php 2522share/wordpress/wp-includes/ms-network.php
2385share/wordpress/wp-includes/ms-settings.php 2523share/wordpress/wp-includes/ms-settings.php
2386share/wordpress/wp-includes/ms-site.php 2524share/wordpress/wp-includes/ms-site.php
2387share/wordpress/wp-includes/nav-menu-template.php 2525share/wordpress/wp-includes/nav-menu-template.php
2388share/wordpress/wp-includes/nav-menu.php 2526share/wordpress/wp-includes/nav-menu.php
2389share/wordpress/wp-includes/option.php 2527share/wordpress/wp-includes/option.php
 2528share/wordpress/wp-includes/php-compat/readonly.php
2390share/wordpress/wp-includes/pluggable-deprecated.php 2529share/wordpress/wp-includes/pluggable-deprecated.php
2391share/wordpress/wp-includes/pluggable.php 2530share/wordpress/wp-includes/pluggable.php
2392share/wordpress/wp-includes/plugin.php 2531share/wordpress/wp-includes/plugin.php
2393share/wordpress/wp-includes/pomo/entry.php 2532share/wordpress/wp-includes/pomo/entry.php
2394share/wordpress/wp-includes/pomo/mo.php 2533share/wordpress/wp-includes/pomo/mo.php
2395share/wordpress/wp-includes/pomo/plural-forms.php 2534share/wordpress/wp-includes/pomo/plural-forms.php
2396share/wordpress/wp-includes/pomo/po.php 2535share/wordpress/wp-includes/pomo/po.php
2397share/wordpress/wp-includes/pomo/streams.php 2536share/wordpress/wp-includes/pomo/streams.php
2398share/wordpress/wp-includes/pomo/translations.php 2537share/wordpress/wp-includes/pomo/translations.php
2399share/wordpress/wp-includes/post-formats.php 2538share/wordpress/wp-includes/post-formats.php
2400share/wordpress/wp-includes/post-template.php 2539share/wordpress/wp-includes/post-template.php
2401share/wordpress/wp-includes/post-thumbnail-template.php 2540share/wordpress/wp-includes/post-thumbnail-template.php
2402share/wordpress/wp-includes/post.php 2541share/wordpress/wp-includes/post.php
@@ -2416,40 +2555,46 @@ share/wordpress/wp-includes/registration @@ -2416,40 +2555,46 @@ share/wordpress/wp-includes/registration
2416share/wordpress/wp-includes/rest-api.php 2555share/wordpress/wp-includes/rest-api.php
2417share/wordpress/wp-includes/rest-api/class-wp-rest-request.php 2556share/wordpress/wp-includes/rest-api/class-wp-rest-request.php
2418share/wordpress/wp-includes/rest-api/class-wp-rest-response.php 2557share/wordpress/wp-includes/rest-api/class-wp-rest-response.php
2419share/wordpress/wp-includes/rest-api/class-wp-rest-server.php 2558share/wordpress/wp-includes/rest-api/class-wp-rest-server.php
2420share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php 2559share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
2421share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php 2560share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
2422share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php 2561share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
2423share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php 2562share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
2424share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php 2563share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
2425share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php 2564share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
2426share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php 2565share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php
2427share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php 2566share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
2428share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-controller.php 2567share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
 2568share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php
 2569share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
 2570share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
 2571share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php
 2572share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
2429share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php 2573share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
2430share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php 2574share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php
2431share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php 2575share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
2432share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php 2576share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php
2433share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php 2577share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
2434share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php 2578share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
2435share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php 2579share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php
2436share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php 2580share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
2437share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php 2581share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php
2438share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php 2582share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php
2439share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php 2583share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
2440share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php 2584share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
2441share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php 2585share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
2442share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php 2586share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
 2587share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
2443share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php 2588share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
2444share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php 2589share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
2445share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php 2590share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
2446share/wordpress/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php 2591share/wordpress/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php
2447share/wordpress/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php 2592share/wordpress/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php
2448share/wordpress/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php 2593share/wordpress/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php
2449share/wordpress/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php 2594share/wordpress/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php
2450share/wordpress/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php 2595share/wordpress/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php
2451share/wordpress/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php 2596share/wordpress/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php
2452share/wordpress/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php 2597share/wordpress/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php
2453share/wordpress/wp-includes/rest-api/search/class-wp-rest-search-handler.php 2598share/wordpress/wp-includes/rest-api/search/class-wp-rest-search-handler.php
2454share/wordpress/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php 2599share/wordpress/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php
2455share/wordpress/wp-includes/revision.php 2600share/wordpress/wp-includes/revision.php

cvs diff -r1.86 -r1.87 pkgsrc/www/wordpress/distinfo (expand / switch to unified diff)

--- pkgsrc/www/wordpress/distinfo 2022/01/10 20:48:20 1.86
+++ pkgsrc/www/wordpress/distinfo 2022/02/22 23:14:24 1.87
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.86 2022/01/10 20:48:20 morr Exp $ 1$NetBSD: distinfo,v 1.87 2022/02/22 23:14:24 morr Exp $
2 2
3BLAKE2s (wordpress-5.8.3.tar.gz) = 625bb95bf452587b451e7fac32f2d556d96094727c0a95d3141d0b37d2e6a5e3 3BLAKE2s (wordpress-5.9.1.tar.gz) = a6248d7ad2c29a19bc084b0e81696efe10b233e1b0bfa862bed924b0c77f8659
4SHA512 (wordpress-5.8.3.tar.gz) = 08ebf959d9ae8ca33bee86fec222fb0266dc10bf6db4ed1ebeb7886a422abd838cbcc4d004002dea2c923c7a0822a1f410881b01f2e234560836b1635d98718b 4SHA512 (wordpress-5.9.1.tar.gz) = bef81308a1ac5797db71eb28d0f242dadd01edeb1db949ad2b619a2df23828fdde05befffe15c5948d0e864a6b1dbd09fff0296daccc6739b75f525d1fe21c0e
5Size (wordpress-5.8.3.tar.gz) = 15087521 bytes 5Size (wordpress-5.9.1.tar.gz) = 18720933 bytes