WordPress 6.3 is now available. This release includes bug fixes and maintenance.
WordPress 6.3 is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
The core software is built by hundreds of community volunteers, and when you’re ready for more there are thousands of plugins and themes available to transform your site into almost anything you can imagine.
Over 60 million people have chosen WordPress to power the place on the web they call “home” we’d love you to join the family.
WordPress 6.3 Changelog
🐞 Bug fixes
- #21516 Make the entire .check-column the click target for the checkbox
- #21938 Add “no-store” to Cache-Control header to prevent history caching of admin resources
- #30796 Entity Name vs. Entity Number
- #32170 List table: sortable column headers accessibility
- #56876 Dynamic Properties: Fix magic methods in WP_List_Table, WP_User_Query, WP_Text_Diff_Renderer_Table and WP_Admin_Bar classes
- #57627 The Cache-Control header for logged-in pages should include `private`
- #57675 Placeholder for tagline is confusing
- #57949 Make the search field placement consistent on small screens and add toggle button into toolbar
- #58053 Fixing Multi-line PHP Snippet Embedding in wp-admin/network/user-new.php
- #58114 Dashboard: set ”Activity”-widget layout to columns
- #58239 Bookmark Administration on edit_link function in extra remove ( $_POST[‘link_url’] = esc_html( $_POST[‘link_url’] ); )
- #58268 Use the esc_url function for the web address input field value
- #58545 Update the Dashboard welcome banner for 6.3
- #9883 Password shows under Settings / Writing
- #58201 Incorrect condition in wp_check_php_mysql_versions()
- #31463 Avoid reaching inside the object cache object in tests
- #53687 `grunt verify:old-files` incorrectly flagging certain files
- #57657 Update/Audit NPM Dependencies for 6.3
- #57795 [@wordpress packages] Make the safeguard for using private APIs opt-in rather than opt-out#57841 Test tool and unit test improvements for 6.3
- #57855 Tests: Reduce usage of assertEquals for 6.3
- #57856 Update `caniuse` data for 6.3
- #57865 GitHub Actions updates and improvements for 6.3
- #57958 PHPUnit tests: Add/improve @covers annotations for WP 6.3
- #57963 Fix add method in test suite object-cache.php
- #58569 Performance tests failing due to 404ing test data.
- #58596 Store artifacts for failed E2E test runs.
- #58628 Tools: Gutenberg package sync script fails
- #58645 Remove outdated jsvalidate task from Gruntfile
- #58661 Run E2E tests with and without `SCRIPT_DEBUG` enabled
- #58674 Fix incorrect hook being used as separator between `wp-before-template` and `wp-template` metrics in automated performance tests
- #58736 Dynamic property warning WP_Object_Cache
- #58776 Main query global not reset after tests
- #58777 E2E Tests: Resolve 404s in Cache-Control Headers Directive tests.
- #58779 Suppress E2E test suite slack notifications
- #45916 Twenty Nineteen: Consider setting background color and foreground color together
- #45920 Twenty Nineteen: Add fragment ID to paginated links
- #46474 Twenty Nineteen: function matches() does not exist
- #52546 Twenty Ten: Pullquote line-height too tall
- #54421 Deprecate skip link focus fix
- #56538 Twenty Thirteen: table block has an unnecessary bottom border
- #56603 Twenty Ten: Heading Block Text color not reflected in Front side
- #56699 Remove IE specific checks from default themes
- #57087 Twenty Twenty: Button text is not visible in footer widget
- #57204 Twenty Sixteen: Quote block text color does not affect citation text
- #57371 Twenty Twenty: Remove Unused function parameter and variable.
- #57397 Twenty Nineteen: Remove Unused function parameter and variable.
- #57414 Twenty Ten: The color of the plus icon should be white in Add Block button
- #57506 Twenty Twenty-Three: Quote block border missing
- #57667 Twenty Twenty-Three: Separator Block default and wide line styling outputing same result
- #57857 Bump default theme versions for WordPress 6.3
- #57971 Twenty Twenty-Three: Can’t update site title font size in Marigold, Whisper styles
- #58033 Twenty Twenty: Quote block’s paragraph does not inherit custom letter spacing in the editor
- #58110 Twenty Twenty-Three: Add style-variations tag in style.css
- #58149 Twenty Nineteen: edit comment navigation text for translations
- #58225 Twenty Sixteen: Deprecated jQuery.fn.unbind
- #58318 Remove `load_theme_textdomain()` calls from default themes
- #58383 Twenty Twenty One: Paragraph / Buttons block font weight inconsistency
- #58396 Twenty Twenty: Inconsistent left margin in Latest Posts & Latest Comments blocks.
- #58409 Twenty Sixteen: List block with background color does not have padding in the editor
- #58437 Twenty Twenty-Two: Add missing tags
- #58444 Twenty Fourteen: Button block line-height uses pixel measurement
- #58509 Twenty Fourteen: Default Button Color Issue in Sidebar & Button Color Issue on Hover in Primary Sidebar & Footer Widget
- #58526 Twenty Fifteen: Button Letter Case is Not Working
- #58531 Twenty Seventeen: Post Template block has list-style: disc in editor when front end has no list style
- #58558 Twenty Nineteen: Separator block does not support theme colors in editor
- #58581 Twenty Twenty-Three: Remove perPage attribute where query inherits from global query
- #58653 Twenty Twenty-Two: No Space between two comments
- #58684 Twenty Twenty One: Improve various globals documentation
- #58695 Twenty Seventeen: documentation fixes for template functions
- #58702 Twenty Twenty-One: Replace the experimental link color theme support
- #58766 Twenty Twenty-Three: height of featured images causes expanding iFrame when viewing style variations
- #58835 Twenty Twenty-One: Dark mode is not enabled in the block editor iframe
- #43515 Twenty Seventeen: Two different function, which return same result
- #40420 key/group naming confusion in _get_non_cached_ids()
- #57593 Warn about calling `_get_non_cached_ids()` with invalid ids
- #57625 WP_Query cache memory leak
- #57905 Add last changed cache helper function
- #58175 Remove unused ‘usermeta’ global cache group
- #57801 Implement lazy loading comment meta in WP_Comment_Query
- #57802 Prime post cache in WP_Comments_List_Table
- #57803 Use wp_cache_get_multiple in fill_descendants
- #58025 Wrong escaping function in get_cancel_comment_reply_link()
- #58046 Replace include_once with require_once in wp-includes/comment.php
- #58301 Deprecate wp_queue_comments_for_comment_meta_lazyload function
- #56628 Cron memory limit is unnecessarily low
- #58372 Improve formatting of some SQL queries for readability
- #57683 Improve performance of mysql2date
- #57705 Reusage timezone in mysql2date
- #57728 PHP 8.1 deprecation notice for gmt_offset on wp-admin/options.php
- #58651 Uncaught Error in 6.3-alpha-56081: Call to undefined function gutenberg_apply_colors_support()
- #58342 Use register_block_type_from_metadata in register_core_block_types_from_metadata
- #58385 Skip file_exists check for core blocks in register_block_type_from_metadata
- #58528 Performance issue in register_block_style_handle
- #58579 Editor: Introducing the “Library” section
- #58641 Editor: introducing site vs content editing
- #58642 Editor: Styles sidebar polishing
- #58643 Editor: Introducing the Command Palette
- #58660 Block editor fails to initialize when loading minified scripts
- #58673 WordPress database error when installing PHPUnit tests
- #58716 Chrome opens Translate modal when opening a pattern from Manage Patterns
- #58734 Duotone filter not reflected on the frontend
- #15631 Custom fields auto-focus
- #31040 When changing post date from future date to another future date, status being wrongly changed to “Publish on”.
- #54354 Open_basedir warnings on Classic Post edit screens with TinyMce plugins present, like TinyMce Advanced
- #56228 Add main H1 heading in the site-editor page
- #57566 Issue registering blocks within a parent theme
- #57585 Editor: Make block type aware of selectors prop
- #57815 Performance: move variables to where used in wp_render_layout_support_flag()
- #57832 Multiple classes should be in separate files (class-wp-block-parser.php)
- #57851 PHP notice error when template part is created
- #57868 “elements” styles for custom blocks in `theme.json` are ignored / not loaded
- #58193 Introduce `WP_Theme_JSON::prepend_to_selector()` in favor of parameter to conditionally modify `append_to_selector()` behavior
- #58208 `wp_enqueue_registered_block_scripts_and_styles` is called twice
- #58230 Disable lazy loading term meta get_block_templates.
- #58231 Improvements on append_to_selector method
- #58426 Bug: Query Loop: Authors filter generates posts of only first selected author.
- #58428 White space section under Navigation sidebar panel in mobile devices
- #58457 Optimize `WP_Theme_JSON::append_to_selector`
- #58522 Fluid typography: use layout.wideSize as max viewport width
- #58523 Fluid typography: use logarithmic scale factor to calculate a min font size
- #58534 Add Post Content block attributes to block editor settings
- #58548 Update layout classnames and specificity
- #58549 Block Supports: Add text columns (column count) to typography block supports
- #58550 Update layout block support definitions to be handled by a function, stabilise the block support
- #58555 Backport: Duotone changes, refactor, enhancements and fixes
- #58556 Backport: Navigation Post Preloading in Site Editor
- #58557 Backport: Navigation Fallbacks
- #58570 Add Post Template layout fallback styles for classic themes
- #58575 Block Supports: Add support for link hover colors to individual blocks.
- #58577 Backport: rename of reusable blocks to patterns
- #58586 Block.json: Refactor and stabilize selectors API
- #58589 Backport: Navigation Post Edit Link
- #58590 Add box shadow support to blocks in templates
- #58605 Core block editor styles registered with frontend stylesheet URL instead of editor stylesheet URL
- #58614 Add a description key to theme.json style variations
- #58622 Patterns: Allow for filtering of block patterns by source
- #58623 Update npm packages to their latest versions for 6.3
- #58626 Backport _wp_get_iframed_editor_assets
- #58654 Update npm packages with latest bugfixes
- #58672 Font asset files not loading within iframed editor
- #58677 Backport: move new wp_block postmeta field to a top level field of wp_block in rest responses and rename to wp_pattern_sync_status
- #58699 Post ID and post type block context no longer available to all ‘render_block_context’ filters
- #58701 Update wordpress npm packages to include bug fixes for Beta 3
- #58711 register_core_block_style_handles() does not enqueue styles on Windows OS
- #58713 Backport: Update default templates info
- #58745 Update wordpress npm packages for 6.3 Beta 4
- #58749 Navigation: Remove one preloaded endpoint
- #58804 Update wordpress npm packages with bugfixes for 6.3 RC1
- #58805 Trim footnote anchors from excerpts
- #58847 Block editor layout issue
- #58879 Incorrect and Inconsistent abbreviations of ‘For Example’ in Template Descriptions
- #58885 Update @wordpress npm packages for 6.3 RC2
- #58889 Fix template parts mode check in site-editor.php
- #58926 Update @wordpress npm packages for 6.3 RC3
- #58839 Editor: Add test coverage for context setting in Comment Template block
- #49850 Adding Anghami to the list of oembed providers
- #55784 TikTok Creator embed
- #58472 Emoji loader script causes ~100ms long task
- #58691 Terminate emoji loader worker once testEmojiSupports data has been obtained
- #58978 Post embed iframe throws soft(?) DOMException for emoji-loader’s references to sessionStorage
- #58436 Emoji: Extraneous sprintf() present in _print_emoji_detection_script()
- #57873 PHPMailer: Update to v6.8.0
- #57946 Deprecated jQuery in Farbtastic
- #58079 Update Requests library to version 2.0.6
- #58083 Update jQuery v3.6.4 to v3.7.0
- #58217 The URL defined “Text_Diff_Engine_native” is not working as expected.
- #58224 Update Sodium Compat to 1.20.0
- #58451 Update jquery-migrate to version 3.4.1
- #57467 Typo in wp-includes/rss.php
- #33058 $wp_filesystem->exists(”) returns a wrong answer (when FS_METHOD=’ftpext’).
- #33196 ssh2_auth_pubkey_file() call can cause a fatal error because of non-existing key error in $this->options[‘password’]
- #35755 wp_tempnam produces filenames longer than 255 characters
- #41855 copy_dir fails in coping some files in nested dirs
- #53659 Optional skipping of hidden files/folders in list_files
- #57907 Fix WP_Error in copy_dir()
- #58229 Documentation corrections for `WP_Filesystem_Base` and extending classes
- #55370 Enable aria-controls and aria-expanded in content
- #58129 Rename the $myHTML parameter in htmlentities2()
- #58316 PHPDoc Fixes formatting.php
- #58551 Add kses support for complex CSS grid values including `repeat`, `auto-fill` and `auto-fit`
- #58376 Improve performance of the `_wp_array_get` function
- #41404 Sunset Windows Live Writer Manifest File
- #46132 Opera changed its render engine to Chrome, $is_opera not working
- #56541 Performance: Don’t execute jumps in loops
- #57345 Bump the minimum required PHP version to 7.0
- #57482 Remove the Unused variables in the wp-includes folder.
- #57487 Add support for “development mode”
- #57670 Invalid return type for wp_get_raw_referer()
- #57780 wp_kses: Add filter to css_url_data_types
- #57782 PHPStan: Fix function argument type issues for WP 6.3
- #57837 PHP 8.x: various compatibility fixes for WordPress 6.3
- #57838 PHP 8.0: improvements to allow for named parameters in WP 6.3
- #57839 Coding Standards fixes for WP 6.3
- #57840 Docblock improvements for 6.3
- #58012 Replace usage of strpos with str_starts_with
- #58117 Change blog name into site name in the comments.
- #58136 Give the loading spinner a little space
- #58181 wp_create_nonce() should not pass $action to wp_get_session_token()
- #58206 Replace usage of strpos with str_contains
- #58207 Code Modernization/Performance optimization: Replace `dirname(__FILE__)` with
__DIR__ - #58220 Replace usage of substr with str_starts_with and str_ends_with
- #58244 6.3-alpha-55703 style sheet problem?
- #58309 Save a few processing cycles by removing redundant is_object
- #58323 Use static closures whenever $this is not used to avoid memory leaks
- #58459 Replace multiple single line comments with multi-line comments
- #58462 Ignore unregistered style variations declared via `theme.json`
- #58464 Typo: `overriden` -> `overridden`
- #58467 `wp_get_global_styles`: return the standard format for CSS Custom Properties
- #58481 Mark `apply_filters()` third parameter as optional
- #58554 Add new grid layout type
- #58561 Backport: Block theme previews
- #58562 Doc block for register_block_style missing style_handle
- #58665 Update the `wp_print_scripts` filter in default-filters.php to be an action
- #58834 Docs: Remove period from the end of `@since X.X.X` annotations.
- #57788 HTML Tag Processor: Add bookmark invalidation logic
- #58009 HTML API: Expose self-closing flag in Tag Processor
- #58170 HTML API: Update code style so it passes when backported into Gutenberg
- #58256 HTML API: Restore mistakenly-removed content in documentation.
- #58530 HTML API: Introduce spacing to unlock linter in Gutenberg backport
- #58637 HTML API: Fatal error processing document with unclosed attribute
- #52622 Fix PHP Warning on PHP7.2 in class-wp-http-curl.php
- #23348 Add a “Contribute” tab to the about page
- #55342 If the contextual help panel is open and then I scroll, I have to click on help twice to close the panel
- #57977 Screen elements in dashboard – design update in small device – feature request.
- #58052 Use the new /documentation/ URLs for links about WordPress version
- #58067 About Page – 6.3 Release
- #58199 Add Help text for Rollback and Upgrade Issues
- #58373 Link to return to updates page after core update is too long
- #47303 Consider removing extra trailing spaces from links with the `dashicons-external` icon
- #58035 Allow to short-circuit load_textdomain()
- #58138 For echo the translated string, use _e() instead of __()
- #58282 Change wording where `roll back` is used
- #58317 Refactor determine_locale() for performance
- #58321 `_load_textdomain_just_in_time()` firing too often for en_US sites
- #58424 Provide gettext context to disambiguate various translation strings
- #32510 Add HTML5 “required” attributes to the login form
- #57617 Correct bottom margin for language switcher button on smaller screens
- #58115 Grammar improvement after signup.
- #56588 WordPress puts “loading=lazy” on first image on archive page – wp_get_loading_attr_default bug
- #58089 Featured images within post content cause lazy-loading logic to apply incorrectly
- #58211 Conditionally skip lazy-loading on images before the loop in classic themes
- #58213 Increase default for `wp_omit_loading_attr_threshold` to 3
- #58235 Enhance hero image loading performance with Fetchpriority
- #26381 Scaling Image Up Fails Silently
- #50523 Redesign the admin Image Editor
- #54395 ‘Replace image’ dialog CSS issues (mobile)
- #57612 Deprecate `wp-admin/media.php`
- #57685 Deprecate the `edit_custom_thumbnail_sizes` filter and remove the “Apply changes to…” UI in the image editor
- #57890 Copy URL and Download Media List Table row actions don’t appear when the “Unattached” filter is applied
- #57893 Remove the redundancy of adding row actions in `class-wp-media-list-table.php`
- #58043 Mention Default Value at comment for $parent_post_id Param in wp_insert_attachment() Function
- #58157 PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in wp-includes/formatting.php
- #58202 php-fpm7.4: time limit exceeded `Operation canceled’ @ fatal/cache.c/GetImagePixelCache/1868.
- #58271 Docs: WP_Image_Editor classes have incorrect type for $crop in docblocks
- #58349 TypeError in wp_check_filetype_and_ext hook: bool values into $mimes argument can be passed
- #58635 Images before main query loop are not counted towards lazy-loading threshold
- #58680 Header image does not add fetch priority attribute
- #58681 No lazy loading attribute on images in gallery
- #58686 Fix docBlock of image_get_intermediate_size()
- #58692 Admin Image Editor: Layout is broken in the certain browser width
- #58800 Image rotation button in admin image editor missing default expanded state
- #58877 New image editing screen – buttons overflow in non en_US locales
- #56577 Add short-circuit filter to `wp_setup_nav_menu_item`
- #57110 Correctly some attributes escape is missing in this ( wp-admin/includes/nav-menu.php ) file.
- #57140 Add filters to allow themes and plugins to pass HTML attributes to different Nav Walker output
- #57318 Coding Standards: Use strict comparison in wp-admin/includes/nav-menu.php
- #58345 Critical error if page_for_posts is set to non existing page ID
- #58468 Add missing param description to `update_menu_item_cache` in `wp_get_nav_menu_items()`.
- #54012 Multisite: SIte Title is not checked even if it shows that it is required
- #57571 Replace `get_blog_details` with `get_site`
- #58139 Use strict type comparison in wp-admin/includes/class-wp-ms-sites-list-table.php
- #58185 Lazy load site meta
- #58150 Use is_main_site() in WP_MS_Sites_List_Table::handle_row_actions()
- #55270 Option can_compress_scripts not autoload causing extra DB query on every request
- #56913 Prime network options in a single cache call using wp_cache_get_multiple
- #57227 _prime_(comment|term|site)_caches() don’t account for primed objects without primed meta
- #57901 Only process queue in lazy loading meta api, if request id is in queue.
- #58338 Found a grammatical mistake in the option.php file
- #57609 remove_accents function is ignoring Azerbeijan special charecter.
- #58322 Docblock update for `get_sample_permalink_html` hook
- #54309 The “auto-updates enabled / disabled” filter links go missing
- #55132 Unused variable in in WP_Plugins_List_Table::single_row()
- #57278 Add filter to allow filtering of the must-use plugins list in the admin
- #58290 Save a few processing cycles in `WP_Hook`
- #58212 Improve clunky logic to inject `loading` attribute in the `get_the_post_thumbnail()` function
- #12821 Merge get_posts() and get_pages()
- #51387 Add trash post type label
- #58209 Add missing ‘view_items’ label to the ‘wp_block’ post type
- #58392 Add $post parameter to the wp_trash_post action.
- #58685 Fix return description for wp_count_posts()
- #57055 Allow posts query in wp_dashboard_recent_posts() to be cached
- #19907 Updating an unpublished draft post in quick-edit mode sets the post’s publish date
- #28112 bulk_edit_posts() function needs an action hook
- #31635 Bulk Edit -> Publish should publish scheduled posts
- #38834 Quick Edit for future dated posts shows ‘published’ instead of ‘scheduled’
- #57947 Publishing draft posts via Bulk Edit should publish them with the current date
- #57745 REST API post update fails with unchanged but auth-restricted meta value
- #57752 Improve rest_(allowed|exposed)_cors_headers filters
- #58123 Indicate when a theme supports the Site editor in the Themes REST API response
- #58204 Fix typo in class comment: WP_REST_Block_Pattern_Categories_Controller
- #58218 Unused local variable $parent_post_type in class-wp-rest-revisions-controller.php
- #58524 Rest API: add /revisions endpoint for global styles
- #58540 Templates API: return post modified datetime in response
- #58615 Backport 6.3: REST API Template Controller ignore empty templates
- #58846 Global styles revisions: update private methods to protected
- #57709 Links to the editor don’t work for template and template parts revisions in the revisions screen
- #58739 Return original autosave after saving with unchanged data
- #12009 Add support for HTML 5 “async” and “defer” attributes
- #57814 Use `wp_theme_has_theme_json` in `_wp_theme_json_webfonts_handler`
- #57827 Remove `wp-nux` CSS as dependency from `wp-edit-post` and `wp-editor`.
- #58394 Performance of wp_maybe_inline_styles
- #58560 Performance issues with `wp_common_block_scripts_and_styles`
- #58648 Error: tinymce is not defined in post-new.php
- #58336 Potential XSS on admin_body_class hook
- #56378 Display date of Site health report creation
- #58646 WP_DEVELOPMENT_MODE in Site Health
- #58678 Site Health: Escaped HTML in test label
- #58940 site-health.php page Fatal error on version: 6.3-RC2
- #57645 Implement lazy loading term meta in WP_Term_Query
- #57701 Do not prime term meta in `wp_get_object_terms`
- #57859 CS: Use strict comparison in wp-admin/includes/taxonomy.php
- #57923 Deprecated notice fired by wp_set_object_terms() with PHP 8.1
- #57966 High number of call to sanitize_term in wp_queue_posts_for_term_meta_lazyload
- #57052 Revise use of “we” in comments to second person point of view
- #58177 Typo in the README.md inside the WordPress GitHub Repo
- #57756 Improve performance of get_block_templates function
- #57629 Use `get_theme_file_path()` in `wp_theme_has_theme_json()`
- #57736 Remove unused parameter in query for `get_block_templates` method
- #57886 get_post_templates includes results of get_block_templates while caching (WP_Theme)
- #58299 Block template is located twice in `get_query_template()`
- #58387 Use esc_attr() in _navigation_markup()
- #58405 Use is_block_theme in WP_Theme
- #58460 Add `wp_get_remote_theme_patterns` function
- #58480 Inline render blocking CSS `classic-themes.css’
- #58520 Change the order of check in is_block_theme
- #58588 `wp_get_global_styles`: allow transform variables into its raw values
- #58597 Allow non-block themes to add theme support for link color settings
- #58598 Allow non-block themes to add theme support for border settings
- #58712 Live Preview for block themes doesn’t work with beta 3
- #58758 Cached result for wp_theme_has_theme_json() is not invalided when theme is switched dynamically
- #58746 Toolbar: Make the ‘Edit site’ link aware of the current template
- #40470 WordPress installation steps – button press differences
- #40966 Double clicking the Update plugins-button gives… interesting experience!
- #44714 Title should toggle to Show details to Hide details as per the event fired
- #51857 Add rollback for failed plugin/theme updates
- #56982 Empty ELSE statement in dbDelta()
- #57680 comment return description not define
- #57939 Improved format of plugin upgrade notice
- #57999 Don’t show error message when there is nothing to update
- #58042 Fix non-strictly checking issue on line 1014 of schema.php
- #58047 Fix non-strict comparison operator in /wp-admin/includes/schema.php line 1105
- #58334 Typo in a comment in Bulk_Upgrader_Skin::header() and ::footer()
- #58423 Avoid an extra database query in populate_network()
- #58477 UI issue when reinstalling WordPress
- #58563 Undefined variable $checkout in class-wp-automatic-updater.php line 175
- #58584 Telemetry / Stats: Send the raw DB version identifier, and/or server type.
- #58613 Improve accessibility of install forms
- #58821 add_option() called using deprecated parameter in upgrade_630()
- #58994 Update `$_old_files` array for version 6.3
- #3534 Hide password in setup-config.php
- #40613 Add query cache to WP_User_Query class
- #57317 Coding Standards: Use strict comparison in wp-admin/includes/user.php
- #57843 Add action to wp_update_user
- #57952 Able to delete multiple users with the Change button – STRANGE
- #58040 Replace non-strict checking in /wp-admin/users.php file
- #58056 Fix non-strict equality check in /wp-admin/users.php Line No 148
- #58182 Use esc_url in default_password_nag()
- #58194 Users: Don’t show ‘Reset Password’ link if password reset is not allowed
- #56776 form label missing in profile page
- #57864 Defer register inline script in WP_Widget
- #58704 Image widget images do not support fetch priority or async
- #58158 MariaDB 10.3 EOL – Requirements page update
- #58503 Need to change in desired URL directly in xmlrpc.php#58760 MovableType Doc link update
Although updates are tested, you’re always encouraged to backup your files before patching.
Tags: CMS, Content Management System, Portal, Softaculous
Related Links
- Live Demo:
See WordPress in action (Softaculous site (External link)) - Official Website:
Learn more about WordPress software (External link) - Run WordPress in your website:
Please Contact us for more information or start any Hosting Plan and install WordPress from Softaculous software library - WordPress Changelog:
To read changelog source Click Here (WordPress External link)
