WordPress

WP WordPress 6.0.1 Nulled

No permission to download
From the WordPress 5.3.1 release post, WordPress versions 5.3 and earlier are affected by the following bugs, which are fixed in version 5.3.1. Updated versions of WordPress 5.2 and older releases since WordPress 3.7 are also available, for users who have not yet updated to 5.3.

  • Props to Daniel Bachhuber for finding an issue where an unprivileged user could make a post sticky via the REST API.
  • Props to Simon Scannell of RIPS Technologies for finding and disclosing an issue where cross-site scripting (XSS) could be stored in well-crafted links.
  • Props to the WordPress.org Security Team for hardening wp_kses_bad_protocol() to ensure that it is aware of the named colon attribute.
  • Props to Nguyen The Duc for discovering a stored XSS vulnerability using block editor content.



Here are a few of the highlights:

  • Administration: improvements to admin form controls height and alignment standardization (see related dev note), dashboard widget links accessibility and alternate color scheme readability issues (see related dev note).
  • Block editor: fix Edge scrolling issues and intermittent JavaScript issues.
  • Bundled themes: add customizer option to show/hide author bio, replace JS based smooth scroll with CSS (see related dev note) and fix Instagram embed CSS.
  • Date/time: improve non-GMT dates calculation, fix date format output in specific languages and make get_permalink() more resilient against PHP timezone changes.
  • Embeds: remove CollegeHumor oEmbed provider as the service doesn’t exist anymore.
  • External libraries: update sodium_compat.
  • Site health: allow the remind interval for the admin email verification to be filtered.
  • Uploads: avoid thumbnails overwriting other uploads when filename matches, and exclude PNG images from scaling after upload.
  • Users: ensure administration email verification uses the user’s locale instead of the site locale.
For more information, browse the full list of changes on Trac or check out the version 5.3.1 HelpHub documentation page.



List of Files Revised

Code:
src/js/_enqueues/lib/admin-bar.js
src/js/_enqueues/wp/widgets/media.js
src/js/media/views/settings.js
src/wp-admin/css/about.css
src/wp-admin/css/color-picker.css
src/wp-admin/css/colors/_admin.scss
src/wp-admin/css/colors/_mixins.scss
src/wp-admin/css/colors/_variables.scss
src/wp-admin/css/common.css
src/wp-admin/css/customize-controls.css
src/wp-admin/css/dashboard.css
src/wp-admin/css/edit.css
src/wp-admin/css/forms.css
src/wp-admin/css/install.css
src/wp-admin/css/list-tables.css
src/wp-admin/css/media.css
src/wp-admin/css/themes.css
src/wp-admin/includes/class-walker-nav-menu-checklist.php
src/wp-admin/includes/class-wp-list-table.php
src/wp-admin/includes/class-wp-site-health.php
src/wp-admin/includes/credits.php
src/wp-admin/includes/dashboard.php
src/wp-admin/includes/image.php
src/wp-admin/includes/nav-menu.php
src/wp-admin/includes/plugin.php
src/wp-admin/user-edit.php
src/wp-content/themes/twentytwenty/assets/js/color-calculations.js
src/wp-content/themes/twentytwenty/assets/js/index.js
src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
src/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php
src/wp-content/themes/twentytwenty/footer.php
src/wp-content/themes/twentytwenty/inc/template-tags.php
src/wp-content/themes/twentytwenty/style-rtl.css
src/wp-content/themes/twentytwenty/style.css
src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
src/wp-includes/class-wp-oembed.php
src/wp-includes/class-wp-xmlrpc-server.php
src/wp-includes/comment-template.php
src/wp-includes/css/buttons.css
src/wp-includes/css/editor.css
src/wp-includes/css/media-views.css
src/wp-includes/feed.php
src/wp-includes/functions.php
src/wp-includes/kses.php
src/wp-includes/link-template.php
src/wp-includes/media-template.php
src/wp-includes/media.php
src/wp-includes/option.php
src/wp-includes/script-loader.php
src/wp-includes/sodium_compat/LICENSE
src/wp-includes/sodium_compat/autoload.php
src/wp-includes/sodium_compat/composer.json
src/wp-includes/sodium_compat/lib/constants.php
src/wp-includes/sodium_compat/lib/namespaced.php
src/wp-includes/sodium_compat/lib/php72compat.php
src/wp-includes/sodium_compat/lib/php72compat_const.php
src/wp-includes/sodium_compat/lib/sodium_compat.php
src/wp-includes/sodium_compat/src/Compat.php
src/wp-includes/sodium_compat/src/Core/BLAKE2b.php
src/wp-includes/sodium_compat/src/Core/Base64/Common.php
src/wp-includes/sodium_compat/src/Core/Base64/Original.php
src/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php
src/wp-includes/sodium_compat/src/Core/Ed25519.php
src/wp-includes/sodium_compat/src/Core/Poly1305/State.php
src/wp-includes/sodium_compat/src/Core/SecretStream/State.php
src/wp-includes/sodium_compat/src/Core/XChaCha20.php
src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php
src/wp-includes/sodium_compat/src/Core32/Ed25519.php
src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php
src/wp-includes/sodium_compat/src/Core32/SecretStream/State.php
src/wp-includes/sodium_compat/src/Core32/X25519.php
src/wp-includes/sodium_compat/src/Crypto.php
src/wp-includes/sodium_compat/src/Crypto32.php
src/wp-includes/sodium_compat/src/File.php
src/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php
src/wp-includes/version.php
src/wp-login.php

Updated packages

Installation/Update Information

To download WordPress 5.2.4, update automatically from the Dashboard > Updates menu in your site’s admin area or visit https://wordpress.org/download/release-archive/.
For step-by-step instructions on installing and updating WordPress:
If you are new to WordPress, we recommend that you begin with the following:

Summary

From the WordPress 5.2.4 release post, WordPress versions 5.2 and earlier are affected by the following bugs, which are fixed in version 5.2.4. Updated versions of WordPress 5.1 and older releases since WordPress 3.7 are also available, for users who have not yet updated to 5.2.
  • Props to Evan Ricafort for finding an issue where stored XSS (cross-site scripting) could be added via the Customizer.
  • Props to J.D. Grimes who found and disclosed a method of viewing unauthenticated posts.
  • Props to Weston Ruter for finding a way to create a stored XSS to inject Javascript into style tags.
  • Props to David Newman for highlighting a method to poison the cache of JSON GET requests via the Vary: Origin header.
  • Props to Eugene Kolodenker who found a server-side request forgery in the way that URLs are validated.
  • Props to Ben Bidner of the WordPress Security Team who discovered issues related to referrer validation in the admin.

List of Files Revised

/wp-includes/class-wp.php
/wp-includes/class-wp-query.php
/wp-includes/functions.php
/wp-includes/http.php
/wp-includes/pluggable.php
/wp-includes/rest-api.php
This security and maintenance release features 29 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.
These bugs affect WordPress versions 5.2.2 and earlier; version 5.2.3 fixes them, so you’ll want to upgrade.
If you haven’t yet updated to 5.2, there are also updated versions of 5.0 and earlier that fix the bugs for you.
Security Updates
  • Props to Simon Scannell of RIPS Technologies for finding and disclosing two issues. The first, a cross-site scripting (XSS) vulnerability found in post previews by contributors. The second was a cross-site scripting vulnerability in stored comments.
  • Props to Tim Coen for disclosing an issue where validation and sanitization of a URL could lead to an open redirect.
  • Props to Anshul Jain for disclosing reflected cross-site scripting during media uploads.
  • Props to Zhouyuan Yang of Fortinet’s FortiGuard Labs who disclosed a vulnerability for cross-site scripting (XSS) in shortcode previews.
  • Props to Ian Dunn of the Core Security Team for finding and disclosing a case where reflected cross-site scripting could be found in the dashboard.
  • Props to Soroush Dalili (@irsdl) from NCC Group for disclosing an issue with URL sanitization that can lead to cross-site scripting (XSS) attacks.
  • In addition to the above changes, we are also updating jQuery on older versions of WordPress. This change was added in 5.2.1 and is now being brought to older versions.
You can browse the full list of changes on Trac.
For more info, browse the full list of changes on Trac or check out the Version 5.2.3 documentation page.
WordPress 5.2.3 is a short-cycle maintenance release. The next major release will be version 5.3.
You can download WordPress 5.2.3 from the button at the top of this page, or visit your Dashboard → Updates and click Update Now.
If you have sites that support automatic background updates, they’ve already started the update process.
Thanks and props!
This release brings together contributions from more than 62 other people. Thank you to everyone who made this release possible!
Installation/Update Information
To download WordPress 5.2.2, update automatically from the Dashboard > Updates menu in your site’s admin area or visit the archive.
For step-by-step instructions on installing and updating WordPress:
If you are new to WordPress, we recommend that you begin with the following:
Summary
From the WordPress 5.2.2 release post, this maintenance release fixes 13 bugs, including improvements to the block editor, accessibility, internationalization, and the Site Health feature introduced in 5.2.
Here are some changes of note:
  • #45094: Dashboard elements don’t always have clear focus states, tab order
  • #46289: RTL Bug – wrong navigation arrows in media modal
  • #46749: Extra border is displaying at bottom of Help section in Firefox (Responsive : 778 * 841)
  • #46881: Site Health: improve the header elements horizontal centering
  • #46957: Site Health: Make site health page access be filterable
  • #46960: Site Health: Table design issue in small devices (iphone 5/SE).
  • #46997: Theme update links show in Customizer and don’t work
  • #47070: Recovery Mode Exit button not visible in responsive view
  • #47158: Merge similar strings introduced in WP 5.2
  • #47227: I18n: Merge similar translation strings – site health tabs
  • #47475: I18n: Merge similar strings and fix typo
  • #47429: Editor: Update packages for WordPress 5.2.2
  • #47457: Fix the mediaelements player controls bar sizing
For a full list of changes, please consult the list of tickets on Trac.
Thank you to the 33 people who contributed to WordPress 5.2.2:
Andrea Fercia, Andrew Duthie, Andrew Ozz, Andy Fragen, Birgir Erlendsson (birgire), Chetan Prajapati, David Baumwald, Debabrata Karfa, Garrett Hyder, Janki Moradiya, Jb Audras, jitendrabanjara1991, Jonathan Desrosiers, Jonny Harris, Jorge Costa, Marius L. J., Meet Makadia, Milan Dinić, Mukesh Panchal, palmiak, Pedro Mendonça, Peter Wilson, Rami Yushuvaev, Riad Benguella, sarah semark, Sergey Biryukov, Shashank Panchal, Tammie Lister, Tim Hengeveld, vrimill, and William Earnhardt.
List of Files Revised
package-lock.json
package.json
src/wp-admin/about.php
src/wp-admin/css/common.css
src/wp-admin/css/media.css
src/wp-admin/css/site-health.css
src/wp-admin/includes/ajax-actions.php
src/wp-admin/includes/class-wp-screen.php
src/wp-admin/includes/dashboard.php
src/wp-admin/includes/file.php
src/wp-admin/includes/theme.php
src/wp-admin/includes/update.php
src/wp-admin/menu.php
src/wp-admin/site-health-info.php
src/wp-admin/site-health.php
src/wp-includes/capabilities.php
src/wp-includes/css/buttons.css
src/wp-includes/customize/class-wp-customize-theme-control.php
src/wp-includes/default-filters.php
src/wp-includes/script-loader.php
src/wp-includes/version.php
src/wp-login.php
tests/phpunit/tests/user/capabilities.php
Summary
From the WordPress 5.2.1 release post, this maintenance release fixes 33 bugs, including improvements to the block editor, accessibility, internationalization, and the Site Health feature introduced in 5.2.

Here are some changes of note:

  • #47180: An issue typing in the block editor while using a RTL language has been fixed.
  • #47186: An bug causing 32-bit systems to run out of memory when using sodium_compatwas fixed.
  • #47189: The “Update your plugins” link in Site Health now links to the correct page in multisite installs.
  • #47185: An issue in wp_delete_file_from_directory() where files were not deleting on Windows systems has been fixed.
  • #47205: A bug was fixed where spaces could not be added in the Classic Editor after pressing shift+enter.
  • #47265: 2 fatal errors on the error protection page when a PHP error was encountered in a drop-in (such as advanced-cache.php) were fixed.
  • #47244: wp_targeted_link_rel() has been improved to prevent instances where single and double quotation marks were incorrectly staggered.
  • #47169: PHP/MySQL minimum version requirement checks now return proper error codes when requirements are not met in test environments.
  • #47177: The backwards compatibility of get_search_form() was improved.
  • #47297: The accuracy of the HTTP requests test in Site Health was improved.
  • #47229: TinyMCE has been updated to version 4.9.4.
  • #47323: Prevents a fatal error that occurs when upgrading to 5.2.1 from WordPress < 5.2.
  • #47304: Fixes a regression that can affect the accuracy of <lastBuildDate> in feeds.
  • #47312: Changes the string used on the About page for 5.2.1 to one that is already translated.
On May 7, 2019, WordPress 5.2 “Jaco”, named for the jazz musician Jaco Pastorius, was released to the public. For more information on this release, read the WordPress Blog.
For Version 5.2, the database version (db_version in wp_options) updated to 44719, and the Trac revision was 45294.
A full list of tickets include in 5.2 can be found on Trac.

Installation/Update Information #Installation/Update Information

To download WordPress 5.2, update automatically from the Dashboard > Updates menu in your site’s admin area or visit the release archive.
For step-by-step instructions on installing and updating WordPress:
If you are new to WordPress, we recommend that you begin with the following:


Highlights #Highlights
about_maintain-wordpress-v2.svg

WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.
The WordPress 5.2 About page

Site Health Check #Site Health Check
Building on the Site Health features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers. Check your site status by going to Tools > Site Health, and learn how to debug issues.
about_site-health.svg



PHP Error Protection #PHP Error Protection
This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.
about_error-protection.svg



Improvements for Everyone #Improvements for Everyone
Accessibility Updates #Accessibility Updates
A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.


New Dashboard Icons #New Dashboard Icons
Thirteen new icons include Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!


Plugin Compatibility Checks #Plugin Compatibility Checks
WordPress will now automatically determine if your site’s version of PHP is compatible with installed plugins. If the plugin requires a higher version of PHP than your site currently uses, WordPress will not allow you to activate it, preventing potential compatibility errors.


Developer Happiness #Developer Happiness
As always, a large handful of developer focused changes have also been made. The highlights of these include:
Top ↑
PHP Version Bump #PHP Version Bump
The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!


Privacy Updates #Privacy Updates
A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.


New Body Tag Hook #New Body Tag Hook
5.2 introduces a wp_body_open hook, which lets themes support injecting code right at the beginning of the <body> element.


Building JavaScript #Building JavaScript
With the addition of webpack and Babel configurations in the @WordPress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.
and more!
Top ↑
Updated packages #Updated packages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]
@WordPress/[email protected]


List of Files Revised #List of Files Revised
wp-admin/css/colors/blue/colors-rtl.css
wp-admin/css/colors/blue/colors-rtl.min.css
wp-admin/css/colors/blue/colors.css
wp-admin/css/colors/blue/colors.min.css
wp-admin/css/colors/coffee/colors-rtl.css
wp-admin/css/colors/coffee/colors-rtl.min.css
wp-admin/css/colors/coffee/colors.css
wp-admin/css/colors/coffee/colors.min.css
wp-admin/css/colors/ectoplasm/colors-rtl.css
wp-admin/css/colors/ectoplasm/colors-rtl.min.css
wp-admin/css/colors/ectoplasm/colors.css
wp-admin/css/colors/ectoplasm/colors.min.css
wp-admin/css/colors/light/colors-rtl.css
wp-admin/css/colors/light/colors-rtl.min.css
wp-admin/css/colors/light/colors.css
wp-admin/css/colors/light/colors.min.css
wp-admin/css/colors/midnight/colors-rtl.css
wp-admin/css/colors/midnight/colors-rtl.min.css
wp-admin/css/colors/midnight/colors.css
wp-admin/css/colors/midnight/colors.min.css
wp-admin/css/colors/ocean/colors-rtl.css
wp-admin/css/colors/ocean/colors-rtl.min.css
wp-admin/css/colors/ocean/colors.css
wp-admin/css/colors/ocean/colors.min.css
wp-admin/css/colors/sunrise/colors-rtl.css
wp-admin/css/colors/sunrise/colors-rtl.min.css
wp-admin/css/colors/sunrise/colors.css
wp-admin/css/colors/sunrise/colors.min.css
wp-admin/css/colors/_admin.scss
wp-admin/css/colors/_variables.scss
wp-admin/css/about-rtl.css
wp-admin/css/about-rtl.min.css
wp-admin/css/about.css
wp-admin/css/about.min.css
wp-admin/css/admin-menu-rtl.css
wp-admin/css/admin-menu-rtl.min.css
wp-admin/css/admin-menu.css
wp-admin/css/admin-menu.min.css
wp-admin/css/code-editor-rtl.css
wp-admin/css/code-editor.css
wp-admin/css/color-picker-rtl.css
wp-admin/css/color-picker-rtl.min.css
wp-admin/css/color-picker.css
wp-admin/css/color-picker.min.css
wp-admin/css/common-rtl.css
wp-admin/css/common-rtl.min.css
wp-admin/css/common.css
wp-admin/css/common.min.css
wp-admin/css/customize-controls-rtl.css
wp-admin/css/customize-controls-rtl.min.css
wp-admin/css/customize-controls.css
wp-admin/css/customize-controls.min.css
wp-admin/css/customize-nav-menus-rtl.css
wp-admin/css/customize-nav-menus-rtl.min.css
wp-admin/css/customize-nav-menus.css
wp-admin/css/customize-nav-menus.min.css
wp-admin/css/customize-widgets-rtl.css
wp-admin/css/customize-widgets.css
wp-admin/css/dashboard-rtl.css
wp-admin/css/dashboard-rtl.min.css
wp-admin/css/dashboard.css
wp-admin/css/dashboard.min.css
wp-admin/css/edit-rtl.css
wp-admin/css/edit-rtl.min.css
wp-admin/css/edit.css
wp-admin/css/edit.min.css
wp-admin/css/forms-rtl.css
wp-admin/css/forms-rtl.min.css
wp-admin/css/forms.css
wp-admin/css/forms.min.css
wp-admin/css/ie-rtl.css
wp-admin/css/ie-rtl.min.css
wp-admin/css/ie.css
wp-admin/css/ie.min.css
wp-admin/css/install-rtl.css
wp-admin/css/install.css
wp-admin/css/list-tables-rtl.css
wp-admin/css/list-tables-rtl.min.css
wp-admin/css/list-tables.css
wp-admin/css/list-tables.min.css
wp-admin/css/login-rtl.css
wp-admin/css/login-rtl.min.css
wp-admin/css/login.css
wp-admin/css/login.min.css
wp-admin/css/media-rtl.css
wp-admin/css/media-rtl.min.css
wp-admin/css/media.css
wp-admin/css/media.min.css
wp-admin/css/nav-menus-rtl.css
wp-admin/css/nav-menus-rtl.min.css
wp-admin/css/nav-menus.css
wp-admin/css/nav-menus.min.css
wp-admin/css/revisions-rtl.css
wp-admin/css/revisions-rtl.min.css
wp-admin/css/revisions.css
wp-admin/css/revisions.min.css
wp-admin/css/site-health-rtl.css
wp-admin/css/site-health-rtl.min.css
wp-admin/css/site-health.css
wp-admin/css/site-health.min.css
wp-admin/css/themes-rtl.css
wp-admin/css/themes-rtl.min.css
wp-admin/css/themes.css
wp-admin/css/themes.min.css
wp-admin/css/widgets-rtl.css
wp-admin/css/widgets-rtl.min.css
wp-admin/css/widgets.css
wp-admin/css/widgets.min.css
wp-admin/css/wp-admin-rtl.css
wp-admin/css/wp-admin-rtl.min.css
wp-admin/css/wp-admin.css
wp-admin/css/wp-admin.min.css
wp-admin/includes/admin-filters.php
wp-admin/includes/ajax-actions.php
wp-admin/includes/class-core-upgrader.php
wp-admin/includes/class-ftp-pure.php
wp-admin/includes/class-ftp-sockets.php
wp-admin/includes/class-ftp.php
wp-admin/includes/class-wp-automatic-updater.php
wp-admin/includes/class-wp-comments-list-table.php
wp-admin/includes/class-wp-debug-data.php
wp-admin/includes/class-wp-filesystem-base.php
wp-admin/includes/class-wp-filesystem-direct.php
wp-admin/includes/class-wp-filesystem-ftpext.php
wp-admin/includes/class-wp-filesystem-ftpsockets.php
wp-admin/includes/class-wp-filesystem-ssh2.php
wp-admin/includes/class-wp-internal-pointers.php
wp-admin/includes/class-wp-media-list-table.php
wp-admin/includes/class-wp-ms-users-list-table.php
wp-admin/includes/class-wp-plugin-install-list-table.php
wp-admin/includes/class-wp-plugins-list-table.php
wp-admin/includes/class-wp-posts-list-table.php
wp-admin/includes/class-wp-screen.php
wp-admin/includes/class-wp-site-health-auto-updates.php
wp-admin/includes/class-wp-site-health.php
wp-admin/includes/class-wp-site-icon.php
wp-admin/includes/class-wp-terms-list-table.php
wp-admin/includes/class-wp-themes-list-table.php
wp-admin/includes/class-wp-upgrader-skin.php
wp-admin/includes/class-wp-upgrader.php
wp-admin/includes/dashboard.php
wp-admin/includes/export.php
wp-admin/includes/file.php
wp-admin/includes/image-edit.php
wp-admin/includes/image.php
wp-admin/includes/import.php
wp-admin/includes/media.php
wp-admin/includes/meta-boxes.php
wp-admin/includes/misc.php
wp-admin/includes/ms-deprecated.php
wp-admin/includes/ms.php
wp-admin/includes/options.php
wp-admin/includes/plugin-install.php
wp-admin/includes/plugin.php
wp-admin/includes/post.php
wp-admin/includes/schema.php
wp-admin/includes/template.php
wp-admin/includes/theme.php
wp-admin/includes/update.php
wp-admin/includes/upgrade.php
wp-admin/includes/user.php
wp-admin/js/customize-widgets.js
wp-admin/js/customize-widgets.min.js
wp-admin/js/dashboard.js
wp-admin/js/dashboard.min.js
wp-admin/js/edit-comments.js
wp-admin/js/edit-comments.min.js
wp-admin/js/editor-expand.js
wp-admin/js/editor-expand.min.js
wp-admin/js/post.js
wp-admin/js/post.min.js
wp-admin/js/site-health.js
wp-admin/js/site-health.min.js
wp-admin/js/tags-box.js
wp-admin/js/tags-box.min.js
wp-admin/js/tags-suggest.js
wp-admin/js/tags-suggest.min.js
wp-admin/js/user-profile.js
wp-admin/js/user-profile.min.js
wp-admin/network/settings.php
wp-admin/network/themes.php
wp-admin/network/upgrade.php
wp-admin/about.php
wp-admin/admin-ajax.php
wp-admin/admin-header.php
wp-admin/comment.php
wp-admin/credits.php
wp-admin/custom-background.php
wp-admin/custom-header.php
wp-admin/edit-comments.php
wp-admin/edit-form-advanced.php
wp-admin/edit-form-blocks.php
wp-admin/edit-link-form.php
wp-admin/edit-tags.php
wp-admin/edit.php
wp-admin/export.php
wp-admin/freedoms.php
wp-admin/import.php
wp-admin/index.php
wp-admin/install.php
wp-admin/link-manager.php
wp-admin/media-new.php
wp-admin/media.php
wp-admin/menu.php
wp-admin/my-sites.php
wp-admin/nav-menus.php
wp-admin/network.php
wp-admin/options-discussion.php
wp-admin/options-general.php
wp-admin/options-media.php
wp-admin/options-permalink.php
wp-admin/options-reading.php
wp-admin/options-writing.php
wp-admin/plugin-editor.php
wp-admin/plugin-install.php
wp-admin/plugins.php
wp-admin/post-new.php
wp-admin/privacy.php
wp-admin/revision.php
wp-admin/site-health-info.php
wp-admin/site-health.php
wp-admin/theme-editor.php
wp-admin/theme-install.php
wp-admin/themes.php
wp-admin/tools.php
wp-admin/update-core.php
wp-admin/upgrade.php
wp-admin/upload.php
wp-admin/user-edit.php
wp-admin/user-new.php
wp-admin/users.php
wp-admin/widgets.php
wp-content/plugins/hello.php
wp-content/themes/twentyeleven/colors/dark.css
wp-content/themes/twentyeleven/inc/theme-options.php
wp-content/themes/twentyeleven/languages/twentyeleven.pot
wp-content/themes/twentyeleven/functions.php
wp-content/themes/twentyeleven/header.php
wp-content/themes/twentyeleven/readme.txt
wp-content/themes/twentyeleven/style.css
wp-content/themes/twentyfifteen/inc/template-tags.php
wp-content/themes/twentyfifteen/content-link.php
wp-content/themes/twentyfifteen/content-page.php
wp-content/themes/twentyfifteen/content-search.php
wp-content/themes/twentyfifteen/content.php
wp-content/themes/twentyfifteen/functions.php
wp-content/themes/twentyfifteen/header.php
wp-content/themes/twentyfifteen/image.php
wp-content/themes/twentyfifteen/readme.txt
wp-content/themes/twentyfifteen/style.css
wp-content/themes/twentyfourteen/inc/template-tags.php
wp-content/themes/twentyfourteen/inc/widgets.php
wp-content/themes/twentyfourteen/page-templates/contributors.php
wp-content/themes/twentyfourteen/content-aside.php
wp-content/themes/twentyfourteen/content-audio.php
wp-content/themes/twentyfourteen/content-featured-post.php
wp-content/themes/twentyfourteen/content-gallery.php
wp-content/themes/twentyfourteen/content-image.php
wp-content/themes/twentyfourteen/content-link.php
wp-content/themes/twentyfourteen/content-page.php
wp-content/themes/twentyfourteen/content-quote.php
wp-content/themes/twentyfourteen/content-video.php
wp-content/themes/twentyfourteen/content.php
wp-content/themes/twentyfourteen/functions.php
wp-content/themes/twentyfourteen/header.php
wp-content/themes/twentyfourteen/image.php
wp-content/themes/twentyfourteen/readme.txt
wp-content/themes/twentyfourteen/style.css
wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
wp-content/themes/twentynineteen/inc/color-patterns.php
wp-content/themes/twentynineteen/inc/template-tags.php
wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss
wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
wp-content/themes/twentynineteen/sass/typography/_headings.scss
wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php
wp-content/themes/twentynineteen/template-parts/content/content-single.php
wp-content/themes/twentynineteen/template-parts/content/content.php
wp-content/themes/twentynineteen/template-parts/header/entry-header.php
wp-content/themes/twentynineteen/header.php
wp-content/themes/twentynineteen/image.php
wp-content/themes/twentynineteen/print.css
wp-content/themes/twentynineteen/print.scss
wp-content/themes/twentynineteen/readme.txt
wp-content/themes/twentynineteen/style-editor.css
wp-content/themes/twentynineteen/style-editor.scss
wp-content/themes/twentynineteen/style-rtl.css
wp-content/themes/twentynineteen/style.css
wp-content/themes/twentynineteen/style.scss
wp-content/themes/twentyseventeen/assets/css/colors-dark.css
wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
wp-content/themes/twentyseventeen/inc/color-patterns.php
wp-content/themes/twentyseventeen/inc/template-tags.php
wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
wp-content/themes/twentyseventeen/template-parts/page/content-page.php
wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php
wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
wp-content/themes/twentyseventeen/template-parts/post/content-image.php
wp-content/themes/twentyseventeen/template-parts/post/content-video.php
wp-content/themes/twentyseventeen/template-parts/post/content.php
wp-content/themes/twentyseventeen/README.txt
wp-content/themes/twentyseventeen/header.php
wp-content/themes/twentyseventeen/style.css
wp-content/themes/twentysixteen/inc/template-tags.php
wp-content/themes/twentysixteen/template-parts/content-page.php
wp-content/themes/twentysixteen/template-parts/content-search.php
wp-content/themes/twentysixteen/template-parts/content-single.php
wp-content/themes/twentysixteen/template-parts/content.php
wp-content/themes/twentysixteen/functions.php
wp-content/themes/twentysixteen/header.php
wp-content/themes/twentysixteen/image.php
wp-content/themes/twentysixteen/readme.txt
wp-content/themes/twentysixteen/style.css
wp-content/themes/twentyten/languages/twentyten.pot
wp-content/themes/twentyten/functions.php
wp-content/themes/twentyten/header.php
wp-content/themes/twentyten/loop-attachment.php
wp-content/themes/twentyten/loop-page.php
wp-content/themes/twentyten/loop-single.php
wp-content/themes/twentyten/loop.php
wp-content/themes/twentyten/readme.txt
wp-content/themes/twentyten/style.css
wp-content/themes/twentythirteen/inc/custom-header.php
wp-content/themes/twentythirteen/functions.php
wp-content/themes/twentythirteen/header.php
wp-content/themes/twentythirteen/readme.txt
wp-content/themes/twentythirteen/style.css
wp-content/themes/twentytwelve/css/blocks.css
wp-content/themes/twentytwelve/css/editor-blocks.css
wp-content/themes/twentytwelve/functions.php
wp-content/themes/twentytwelve/header.php
wp-content/themes/twentytwelve/readme.txt
wp-content/themes/twentytwelve/style.css
wp-includes/IXR/class-IXR-message.php
wp-includes/blocks/calendar.php
wp-includes/blocks/latest-comments.php
wp-includes/blocks/latest-posts.php
wp-includes/blocks/rss.php
wp-includes/blocks/search.php
wp-includes/blocks/tag-cloud.php
wp-includes/css/dist/block-editor/style-rtl.css
wp-includes/css/dist/block-editor/style-rtl.min.css
wp-includes/css/dist/block-editor/style.css
wp-includes/css/dist/block-editor/style.min.css
wp-includes/css/dist/block-editor
wp-includes/css/dist/block-library/editor-rtl.css
wp-includes/css/dist/block-library/editor-rtl.min.css
wp-includes/css/dist/block-library/editor.css
wp-includes/css/dist/block-library/editor.min.css
wp-includes/css/dist/block-library/style-rtl.css
wp-includes/css/dist/block-library/style-rtl.min.css
wp-includes/css/dist/block-library/style.css
wp-includes/css/dist/block-library/style.min.css
wp-includes/css/dist/block-library/theme-rtl.css
wp-includes/css/dist/block-library/theme-rtl.min.css
wp-includes/css/dist/block-library/theme.css
wp-includes/css/dist/block-library/theme.min.css
wp-includes/css/dist/components/style-rtl.css
wp-includes/css/dist/components/style-rtl.min.css
wp-includes/css/dist/components/style.css
wp-includes/css/dist/components/style.min.css
wp-includes/css/dist/edit-post/style-rtl.css
wp-includes/css/dist/edit-post/style-rtl.min.css
wp-includes/css/dist/edit-post/style.css
wp-includes/css/dist/edit-post/style.min.css
wp-includes/css/dist/editor/editor-styles-rtl.css
wp-includes/css/dist/editor/editor-styles-rtl.min.css
wp-includes/css/dist/editor/editor-styles.css
wp-includes/css/dist/editor/editor-styles.min.css
wp-includes/css/dist/editor/style-rtl.css
wp-includes/css/dist/editor/style-rtl.min.css
wp-includes/css/dist/editor/style.css
wp-includes/css/dist/editor/style.min.css
wp-includes/css/dist/format-library/style-rtl.css
wp-includes/css/dist/format-library/style-rtl.min.css
wp-includes/css/dist/format-library/style.css
wp-includes/css/dist/format-library/style.min.css
wp-includes/css/dist/list-reusable-blocks/style-rtl.css
wp-includes/css/dist/list-reusable-blocks/style.css
wp-includes/css/dist/nux/style-rtl.css
wp-includes/css/dist/nux/style.css
wp-includes/css/admin-bar-rtl.css
wp-includes/css/admin-bar-rtl.min.css
wp-includes/css/admin-bar.css
wp-includes/css/admin-bar.min.css
wp-includes/css/buttons-rtl.css
wp-includes/css/buttons-rtl.min.css
wp-includes/css/buttons.css
wp-includes/css/buttons.min.css
wp-includes/css/customize-preview-rtl.css
wp-includes/css/customize-preview.css
wp-includes/css/dashicons.css
wp-includes/css/dashicons.min.css
wp-includes/css/editor-rtl.css
wp-includes/css/editor-rtl.min.css
wp-includes/css/editor.css
wp-includes/css/editor.min.css
wp-includes/css/jquery-ui-dialog-rtl.css
wp-includes/css/jquery-ui-dialog.css
wp-includes/css/media-views-rtl.css
wp-includes/css/media-views-rtl.min.css
wp-includes/css/media-views.css
wp-includes/css/media-views.min.css
wp-includes/css/wp-auth-check-rtl.css
wp-includes/css/wp-auth-check.css
wp-includes/css/wp-embed-template.css
wp-includes/css/wp-pointer-rtl.css
wp-includes/css/wp-pointer.css
wp-includes/customize/class-wp-customize-media-control.php
wp-includes/customize/class-wp-customize-nav-menu-control.php
wp-includes/customize/class-wp-customize-nav-menu-item-control.php
wp-includes/customize/class-wp-customize-site-icon-control.php
wp-includes/customize/class-wp-widget-form-customize-control.php
wp-includes/fonts/dashicons.eot
wp-includes/fonts/dashicons.svg
wp-includes/fonts/dashicons.ttf
wp-includes/fonts/dashicons.woff2
wp-includes/js/dist/vendor/react-dom.js
wp-includes/js/dist/vendor/react-dom.min.js
wp-includes/js/dist/vendor/react.js
wp-includes/js/dist/vendor/react.min.js
wp-includes/js/dist/a11y.js
wp-includes/js/dist/a11y.min.js
wp-includes/js/dist/annotations.js
wp-includes/js/dist/annotations.min.js
wp-includes/js/dist/api-fetch.js
wp-includes/js/dist/api-fetch.min.js
wp-includes/js/dist/autop.js
wp-includes/js/dist/autop.min.js
wp-includes/js/dist/blob.js
wp-includes/js/dist/blob.min.js
wp-includes/js/dist/block-editor.js
wp-includes/js/dist/block-editor.min.js
wp-includes/js/dist/block-library.js
wp-includes/js/dist/block-library.min.js
wp-includes/js/dist/block-serialization-default-parser.js
wp-includes/js/dist/block-serialization-default-parser.min.js
wp-includes/js/dist/blocks.js
wp-includes/js/dist/blocks.min.js
wp-includes/js/dist/components.js
wp-includes/js/dist/components.min.js
wp-includes/js/dist/compose.js
wp-includes/js/dist/compose.min.js
wp-includes/js/dist/core-data.js
wp-includes/js/dist/core-data.min.js
wp-includes/js/dist/data.js
wp-includes/js/dist/data.min.js
wp-includes/js/dist/date.js
wp-includes/js/dist/date.min.js
wp-includes/js/dist/deprecated.js
wp-includes/js/dist/deprecated.min.js
wp-includes/js/dist/dom-ready.js
wp-includes/js/dist/dom-ready.min.js
wp-includes/js/dist/dom.js
wp-includes/js/dist/dom.min.js
wp-includes/js/dist/edit-post.js
wp-includes/js/dist/edit-post.min.js
wp-includes/js/dist/editor.js
wp-includes/js/dist/editor.min.js
wp-includes/js/dist/element.js
wp-includes/js/dist/element.min.js
wp-includes/js/dist/escape-html.js
wp-includes/js/dist/escape-html.min.js
wp-includes/js/dist/format-library.js
wp-includes/js/dist/format-library.min.js
wp-includes/js/dist/hooks.js
wp-includes/js/dist/hooks.min.js
wp-includes/js/dist/html-entities.js
wp-includes/js/dist/html-entities.min.js
wp-includes/js/dist/i18n.js
wp-includes/js/dist/i18n.min.js
wp-includes/js/dist/is-shallow-equal.js
wp-includes/js/dist/is-shallow-equal.min.js
wp-includes/js/dist/keycodes.js
wp-includes/js/dist/keycodes.min.js
wp-includes/js/dist/list-reusable-blocks.js
wp-includes/js/dist/list-reusable-blocks.min.js
wp-includes/js/dist/notices.js
wp-includes/js/dist/notices.min.js
wp-includes/js/dist/nux.js
wp-includes/js/dist/nux.min.js
wp-includes/js/dist/plugins.js
wp-includes/js/dist/plugins.min.js
wp-includes/js/dist/priority-queue.js
wp-includes/js/dist/priority-queue.min.js
wp-includes/js/dist/redux-routine.js
wp-includes/js/dist/redux-routine.min.js
wp-includes/js/dist/rich-text.js
wp-includes/js/dist/rich-text.min.js
wp-includes/js/dist/shortcode.js
wp-includes/js/dist/shortcode.min.js
wp-includes/js/dist/token-list.js
wp-includes/js/dist/token-list.min.js
wp-includes/js/dist/url.js
wp-includes/js/dist/url.min.js
wp-includes/js/dist/viewport.js
wp-includes/js/dist/viewport.min.js
wp-includes/js/dist/wordcount.js
wp-includes/js/dist/wordcount.min.js
wp-includes/js/tinymce/plugins/wordpress/plugin.js
wp-includes/js/tinymce/plugins/wordpress/plugin.min.js
wp-includes/js/tinymce/skins/lightgray/skin.min.css
wp-includes/js/tinymce/wp-tinymce.js
wp-includes/js/clipboard.js
wp-includes/js/clipboard.min.js
wp-includes/js/media-grid.js
wp-includes/js/media-grid.min.js
wp-includes/js/media-views.js
wp-includes/js/media-views.min.js
wp-includes/js/twemoji.js
wp-includes/js/twemoji.min.js
wp-includes/js/wp-emoji-loader.js
wp-includes/js/wp-emoji-loader.min.js
wp-includes/js/wp-emoji-release.min.js
wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
wp-includes/sodium_compat/lib/constants.php
wp-includes/sodium_compat/lib/namespaced.php
wp-includes/sodium_compat/lib/php72compat.php
wp-includes/sodium_compat/lib/sodium_compat.php
wp-includes/sodium_compat/lib
wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php
wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php
wp-includes/sodium_compat/namespaced/Core/ChaCha20
wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php
wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php
wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php
wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php
wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php
wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge
wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php
wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php
wp-includes/sodium_compat/namespaced/Core/Curve25519
wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php
wp-includes/sodium_compat/namespaced/Core/Poly1305
wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php
wp-includes/sodium_compat/namespaced/Core/ChaCha20.php
wp-includes/sodium_compat/namespaced/Core/Curve25519.php
wp-includes/sodium_compat/namespaced/Core/Ed25519.php
wp-includes/sodium_compat/namespaced/Core/HChaCha20.php
wp-includes/sodium_compat/namespaced/Core/HSalsa20.php
wp-includes/sodium_compat/namespaced/Core/Poly1305.php
wp-includes/sodium_compat/namespaced/Core/Salsa20.php
wp-includes/sodium_compat/namespaced/Core/SipHash.php
wp-includes/sodium_compat/namespaced/Core/Util.php
wp-includes/sodium_compat/namespaced/Core/X25519.php
wp-includes/sodium_compat/namespaced/Core/XChaCha20.php
wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php
wp-includes/sodium_compat/namespaced/Core
wp-includes/sodium_compat/namespaced/Compat.php
wp-includes/sodium_compat/namespaced/Crypto.php
wp-includes/sodium_compat/namespaced/File.php
wp-includes/sodium_compat/namespaced
wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php
wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php
wp-includes/sodium_compat/src/Core/ChaCha20
wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php
wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php
wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php
wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php
wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php
wp-includes/sodium_compat/src/Core/Curve25519/Ge
wp-includes/sodium_compat/src/Core/Curve25519/Fe.php
wp-includes/sodium_compat/src/Core/Curve25519/H.php
wp-includes/sodium_compat/src/Core/Curve25519/README.md
wp-includes/sodium_compat/src/Core/Curve25519
wp-includes/sodium_compat/src/Core/Poly1305/State.php
wp-includes/sodium_compat/src/Core/Poly1305
wp-includes/sodium_compat/src/Core/BLAKE2b.php
wp-includes/sodium_compat/src/Core/ChaCha20.php
wp-includes/sodium_compat/src/Core/Curve25519.php
wp-includes/sodium_compat/src/Core/Ed25519.php
wp-includes/sodium_compat/src/Core/HChaCha20.php
wp-includes/sodium_compat/src/Core/HSalsa20.php
wp-includes/sodium_compat/src/Core/Poly1305.php
wp-includes/sodium_compat/src/Core/Salsa20.php
wp-includes/sodium_compat/src/Core/SipHash.php
wp-includes/sodium_compat/src/Core/Util.php
wp-includes/sodium_compat/src/Core/X25519.php
wp-includes/sodium_compat/src/Core/XChaCha20.php
wp-includes/sodium_compat/src/Core/XSalsa20.php
wp-includes/sodium_compat/src/Core
wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php
wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php
wp-includes/sodium_compat/src/Core32/ChaCha20
wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php
wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php
wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php
wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php
wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php
wp-includes/sodium_compat/src/Core32/Curve25519/Ge
wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php
wp-includes/sodium_compat/src/Core32/Curve25519/H.php
wp-includes/sodium_compat/src/Core32/Curve25519/README.md
wp-includes/sodium_compat/src/Core32/Curve25519
wp-includes/sodium_compat/src/Core32/Poly1305/State.php
wp-includes/sodium_compat/src/Core32/Poly1305
wp-includes/sodium_compat/src/Core32/BLAKE2b.php
wp-includes/sodium_compat/src/Core32/ChaCha20.php
wp-includes/sodium_compat/src/Core32/Curve25519.php
wp-includes/sodium_compat/src/Core32/Ed25519.php
wp-includes/sodium_compat/src/Core32/HChaCha20.php
wp-includes/sodium_compat/src/Core32/HSalsa20.php
wp-includes/sodium_compat/src/Core32/Int32.php
wp-includes/sodium_compat/src/Core32/Int64.php
wp-includes/sodium_compat/src/Core32/Poly1305.php
wp-includes/sodium_compat/src/Core32/Salsa20.php
wp-includes/sodium_compat/src/Core32/SipHash.php
wp-includes/sodium_compat/src/Core32/Util.php
wp-includes/sodium_compat/src/Core32/X25519.php
wp-includes/sodium_compat/src/Core32/XChaCha20.php
wp-includes/sodium_compat/src/Core32/XSalsa20.php
wp-includes/sodium_compat/src/Core32
wp-includes/sodium_compat/src/Compat.php
wp-includes/sodium_compat/src/Crypto.php
wp-includes/sodium_compat/src/Crypto32.php
wp-includes/sodium_compat/src/File.php
wp-includes/sodium_compat/src/SodiumException.php
wp-includes/sodium_compat/src
wp-includes/sodium_compat/LICENSE
wp-includes/sodium_compat/autoload.php
wp-includes/sodium_compat/composer.json
wp-includes/sodium_compat
wp-includes/widgets/class-wp-widget-archives.php
wp-includes/widgets/class-wp-widget-custom-html.php
wp-includes/widgets/class-wp-widget-media-audio.php
wp-includes/widgets/class-wp-widget-media-gallery.php
wp-includes/widgets/class-wp-widget-media-image.php
wp-includes/widgets/class-wp-widget-media-video.php
wp-includes/widgets/class-wp-widget-media.php
wp-includes/widgets/class-wp-widget-text.php
wp-includes/admin-bar.php
wp-includes/author-template.php
wp-includes/blocks.php
wp-includes/cache.php
wp-includes/canonical.php
wp-includes/capabilities.php
wp-includes/class-http.php
wp-includes/class-json.php
wp-includes/class-oembed.php
wp-includes/class-smtp.php
wp-includes/class-walker-category.php
wp-includes/class-walker-nav-menu.php
wp-includes/class-walker-page.php
wp-includes/class-wp-admin-bar.php
wp-includes/class-wp-customize-manager.php
wp-includes/class-wp-customize-setting.php
wp-includes/class-wp-customize-widgets.php
wp-includes/class-wp-editor.php
wp-includes/class-wp-fatal-error-handler.php
wp-includes/class-wp-http-cookie.php
wp-includes/class-wp-http-requests-response.php
wp-includes/class-wp-locale.php
wp-includes/class-wp-network-query.php
wp-includes/class-wp-paused-extensions-storage.php
wp-includes/class-wp-post.php
wp-includes/class-wp-query.php
wp-includes/class-wp-recovery-mode-cookie-service.php
wp-includes/class-wp-recovery-mode-email-service.php
wp-includes/class-wp-recovery-mode-key-service.php
wp-includes/class-wp-recovery-mode-link-service.php
wp-includes/class-wp-recovery-mode.php
wp-includes/class-wp-site-query.php
wp-includes/class-wp-site.php
wp-includes/class-wp-theme.php
wp-includes/class-wp-xmlrpc-server.php
wp-includes/comment-template.php
wp-includes/comment.php
wp-includes/compat.php
wp-includes/cron.php
wp-includes/default-constants.php
wp-includes/default-filters.php
wp-includes/deprecated.php
wp-includes/embed.php
wp-includes/error-protection.php
wp-includes/feed-atom-comments.php
wp-includes/feed-atom.php
wp-includes/feed-rdf.php
wp-includes/feed-rss.php
wp-includes/feed-rss2-comments.php
wp-includes/feed-rss2.php
wp-includes/feed.php
wp-includes/formatting.php
wp-includes/functions.php
wp-includes/general-template.php
wp-includes/kses.php
wp-includes/l10n.php
wp-includes/link-template.php
wp-includes/load.php
wp-includes/media-template.php
wp-includes/media.php
wp-includes/meta.php
wp-includes/ms-blogs.php
wp-includes/ms-functions.php
wp-includes/ms-load.php
wp-includes/ms-site.php
wp-includes/nav-menu-template.php
wp-includes/pluggable.php
wp-includes/post-template.php
wp-includes/post.php
wp-includes/query.php
wp-includes/rest-api.php
wp-includes/rewrite.php
wp-includes/script-loader.php
wp-includes/taxonomy.php
wp-includes/template-loader.php
wp-includes/template.php
wp-includes/theme.php
wp-includes/update.php
wp-includes/user.php
wp-includes/version.php
wp-includes/wp-db.php
readme.html
wp-login.php
wp-settings.php
5.0.3 Updated
5.0.2 Updated