November 2021 Archives by subject
Starting: Mon Nov 1 02:12:10 UTC 2021
Ending: Tue Nov 30 23:32:41 UTC 2021
Messages: 334
- [wp-svn] [51963] trunk: KSES: Add options for restricting tags based upon their attributes.
noreply at wordpress.org
- [wp-svn] [51964] trunk: REST API: Support custom namespaces for taxonomies.
noreply at wordpress.org
- [wp-svn] [51965] trunk/src/wp-includes: Docs: Add a `@since` note for the `rest_namespace` argument of `register_post_type()` and `register_taxonomy()`.
noreply at wordpress.org
- [wp-svn] [51966] trunk/tests/e2e/specs/profile: Application Passwords: Add end-to-end (e2e) tests.
noreply at wordpress.org
- [wp-svn] [51967] trunk: General: Remove role="navigation" from nav elements.
noreply at wordpress.org
- [wp-svn] [51968] trunk/tests/phpunit/tests: Build/Test Tools: Ignore "null to nullable" deprecations for select tests.
noreply at wordpress.org
- [wp-svn] [51969] trunk/src/wp-admin/admin-header.php: Editor: Include post's title in editor `title` element.
noreply at wordpress.org
- [wp-svn] [51970] trunk/src/wp-admin/site-health-info.php: Site Health: Internationalizes count in the info section headings.
noreply at wordpress.org
- [wp-svn] [51971] trunk/src/wp-admin: Widgets: Use a text-based button to select location.
noreply at wordpress.org
- [wp-svn] [51972] trunk/src/wp-admin/css/revisions.css: Widgets: Remove unused CSS breaking wp_text_diff layout.
noreply at wordpress.org
- [wp-svn] [51973] trunk: REST API: Add URL Details endpoint.
noreply at wordpress.org
- [wp-svn] [51974] trunk: Build/Test Tools: Restore changes to package.json.
noreply at wordpress.org
- [wp-svn] [51975] trunk/src/wp-admin/edit-comments.php: Admin/Comments: remove bespoke truncation from search string HTML.
noreply at wordpress.org
- [wp-svn] [51976] trunk/src/wp-admin/options-discussion.php: Admin/Discussion Settings: attempt to clarify intent of "Default post settings" section.
noreply at wordpress.org
- [wp-svn] [51977] trunk/src/js/_enqueues/admin/common.js: Admin/Menu: include `960` exact pixel width in collapse measurements.
noreply at wordpress.org
- [wp-svn] [51978] trunk/src/wp-includes/theme.php: Themes: Introduce `get_header_image_tag_attributes` hook.
noreply at wordpress.org
- [wp-svn] [51979] trunk/src/wp-admin: Admin/UI-Copy: reword some "we" usages.
noreply at wordpress.org
- [wp-svn] [51980] trunk/src/wp-admin/user-edit.php: Application Passwords: display guiding text & link in `user-edit.php` when unavailable.
noreply at wordpress.org
- [wp-svn] [51981] Script Loader: Correct the number of arguments passed to the closure in `enqueue_block_styles_assets()`.
noreply at wordpress.org
- [wp-svn] [51982] trunk/src/wp-admin/includes/ajax-actions.php: Media: Use `WP_Query::get()` method to retrieve the `posts_per_page` value in `wp_ajax_query_attachments()`.
noreply at wordpress.org
- [wp-svn] [51983] Media: Use `WP_Query::get()` method to retrieve the `posts_per_page` value in `wp_ajax_query_attachments()`.
noreply at wordpress.org
- [wp-svn] [51984] trunk: Permalinks: Sanitize non-visible characters inside `sanitize_title_with_dashes()`.
noreply at wordpress.org
- [wp-svn] [51985] trunk/src/wp-admin/_index.php: Help/About: add WordPress version to contextual "Help" sidebar area.
noreply at wordpress.org
- [wp-svn] [51986] branches/5.8/src/wp-includes/version.php: WordPress 5.8.2 RC1.
noreply at wordpress.org
- [wp-svn] [51987] branches/5.8/src/wp-includes/version.php: Post WordPress 5.8.2 RC1 version bump.
noreply at wordpress.org
- [wp-svn] [51988] trunk/src/wp-admin/user-edit.php: Coding Standards: Fix some WPCS errors and warnings in `wp-admin/user-edit.php`:
noreply at wordpress.org
- [wp-svn] [51989] trunk: Build/Test Tools: Introduce local visual regression testing.
noreply at wordpress.org
- [wp-svn] [51990] trunk/tests/e2e/specs/edit-posts.test.js: Build/Test Tools: Add end-to-end (e2e) tests for edit posts page.
noreply at wordpress.org
- [wp-svn] [51991] trunk/src/wp-admin/_index.php: Help/About: Simplifies WordPress version in "Help" sidebar.
noreply at wordpress.org
- [wp-svn] [51992] trunk/tests/phpunit/tests/admin/includesFile.php: Build/Test Tools: Add missing `@covers` tags for `Tests_Admin_includesFile`.
noreply at wordpress.org
- [wp-svn] [51993] trunk/tests/phpunit/tests/admin/includesListTable.php: Build/Test Tools: Add missing `@covers` tags for `Tests_Admin_includesListTable`.
noreply at wordpress.org
- [wp-svn] [51994] trunk/tests/phpunit/tests/admin/includesMisc.php: Build/Test Tools: Add missing `@covers` and visibility for `Tests_Admin_includesMisc`.
noreply at wordpress.org
- [wp-svn] [51995] trunk/src/wp-admin/_index.php: Help/About: Improve the Welcome text in `wp-admin/_index.php`.
noreply at wordpress.org
- [wp-svn] [51996] trunk/src/wp-admin/css/customize-controls.css: Customizer: Make range controls full width.
noreply at wordpress.org
- [wp-svn] [51997] trunk/tests/phpunit/tests/admin: Tests: Split `WP_Posts_List_Table` and `WP_Comments_List_Table` tests into two separate files for clarity.
noreply at wordpress.org
- [wp-svn] [51998] trunk/tests/phpunit/tests/admin/wpCommentsListTable.php: Tests: Correct `@covers` tags in `WP_Comments_List_Table` tests.
noreply at wordpress.org
- [wp-svn] [51999] trunk/tests/phpunit/includes/abstract-testcase.php: Tests: Clean up the `$_REQUEST` superglobal in `WP_UnitTestCase_Base::clean_up_global_scope()`.
noreply at wordpress.org
- [wp-svn] [52000] trunk/package-lock.json: Build/Test Tools: Restore the `https` URL for `browserify-aes`.
noreply at wordpress.org
- [wp-svn] [52001] trunk/src/wp-admin/_index.php: Help/About: Improve typography in the `Welcome to your WordPress Dashboard!` text.
noreply at wordpress.org
- [wp-svn] [52002] trunk/.github/workflows: Build/Test Tools: Pass workflow outcome to Slack Notifications.
noreply at wordpress.org
- [wp-svn] [52003] trunk/src/js/_enqueues/wp/customize/controls.js: Customize: Fix `focus()` to collapse child panels and show parent panel.
noreply at wordpress.org
- [wp-svn] [52004] trunk/src/wp-content/themes/twentysixteen/css/blocks.css: Themes/TwentySixteen: correct invalid CSS `font-style` value.
noreply at wordpress.org
- [wp-svn] [52005] trunk/src/wp-admin/_index.php: General: Remove the `svn:executable` property from `wp-admin/_index.php`.
noreply at wordpress.org
- [wp-svn] [52006] trunk/src: External Libraries: Update the Iris color picker to version 1.1.1.
noreply at wordpress.org
- [wp-svn] [52007] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Comments: Add `noopener noreferrer` to author links in list table.
noreply at wordpress.org
- [wp-svn] [52008] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php: REST API: Improve translations, comments, and readability in URL Details endpoint.
noreply at wordpress.org
- [wp-svn] [52009] trunk/tests/phpunit/includes: Coding Standards: Add `public` visibility to methods in `tests/phpunit/includes/`.
noreply at wordpress.org
- [wp-svn] [52010] trunk/tests/phpunit/tests: Coding Standards: Add visibility to methods in `tests/phpunit/tests/`.
noreply at wordpress.org
- [wp-svn] [52011] trunk: Build: Remove polyfills from block view scripts
noreply at wordpress.org
- [wp-svn] [52012] trunk/src/wp-includes/blocks.php: Docs: Clarify the path usage register_block_type_from_metadata
noreply at wordpress.org
- [wp-svn] [52013] trunk/src/wp-content/themes: Bundled Themes: Remove the "role" attribute on HTML elements with a default landmark role.
noreply at wordpress.org
- [wp-svn] [52014] trunk/src/wp-admin/includes/dashboard.php: Administration: Make dashboard widget control submit button text more clear.
noreply at wordpress.org
- [wp-svn] [52015] trunk/src/wp-includes/post.php: Comments: Avoid reparenting during post deletion.
noreply at wordpress.org
- [wp-svn] [52016] trunk: REST API: Allow sidebars and their widgets to be public.
noreply at wordpress.org
- [wp-svn] [52017] trunk: REST API: Support subdirectory themes in the Themes controller.
noreply at wordpress.org
- [wp-svn] [52018] trunk/src/wp-admin: Site Health: Update the icon used when no issues are reported.
noreply at wordpress.org
- [wp-svn] [52019] trunk/src: Code Modernization: Pass correct default value to `http_build_query()` in `get_core_checksums()` and `wp_version_check()`.
noreply at wordpress.org
- [wp-svn] [52020] trunk/src/wp-admin/themes.php: Coding Standards: Consistently escape attribute in `wp-admin/themes.php`.
noreply at wordpress.org
- [wp-svn] [52021] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Add the constant `WP_ENVIRONMENT_TYPE` for debug data.
noreply at wordpress.org
- [wp-svn] [52022] trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php: Bundled Theme: Ensure logo displays in Customizer previewer.
noreply at wordpress.org
- [wp-svn] [52023] trunk/src/wp-content/themes/twentytwenty: Bundled Theme: Add privacy policy link to Twenty Twenty footer.
noreply at wordpress.org
- [wp-svn] [52024] trunk/src/wp-includes/post.php: Posts/Post Types: Add filter to `is_post_type_viewable()`.
noreply at wordpress.org
- [wp-svn] [52025] trunk/src/wp-includes/class-http.php: Coding Standards: Rename the `$strResponse` argument to `$str_response` in `WP_Http::processResponse()`.
noreply at wordpress.org
- [wp-svn] [52026] trunk/src: Coding Standards: Move `wp-includes/class-http.php` to `wp-includes/class-wp-http.php`.
noreply at wordpress.org
- [wp-svn] [52027] trunk/src/wp-includes/post-thumbnail-template.php: Media: Add filter for post thumbnail url.
noreply at wordpress.org
- [wp-svn] [52028] trunk/src/wp-includes/post-thumbnail-template.php: Media: Add filter for post thumbnail id.
noreply at wordpress.org
- [wp-svn] [52029] trunk/src/wp-includes: Comments: Mark comment text field as required.
noreply at wordpress.org
- [wp-svn] [52030] trunk/src/wp-admin/admin-header.php: Editor: Update structure of title element for editing.
noreply at wordpress.org
- [wp-svn] [52031] trunk: Widgets: Add filter to disable RSS widget icon.
noreply at wordpress.org
- [wp-svn] [52032] trunk: Media: Remove security messaging in media upload failures.
noreply at wordpress.org
- [wp-svn] [52033] trunk/src: Media: Adjust alt text info link text.
noreply at wordpress.org
- [wp-svn] [52034] trunk/src/wp-includes: Docs: Fix some docblock syntax errors and add a missing canonical reference.
noreply at wordpress.org
- [wp-svn] [52035] trunk: Docs: Various docblock improvements and corrections.
noreply at wordpress.org
- [wp-svn] [52036] trunk: Fix relative URLs in inlined block styles that involve external assets
noreply at wordpress.org
- [wp-svn] [52037] trunk/tests/phpunit/tests/functions/wpIsNumericArray.php: General: Add phpunit tests for `wp_is_numeric_array()`.
noreply at wordpress.org
- [wp-svn] [52038] trunk: General: Introduce polyfills for `array_key_first()` and `array_key_last()` added in PHP 7.3.0.
noreply at wordpress.org
- [wp-svn] [52039] trunk: General: Introduce polyfill for `str_contains()` added in PHP 8.0.
noreply at wordpress.org
- [wp-svn] [52040] trunk: General: Introduce polyfills for `str_ends_with()` and `str_starts_with()` added in PHP 8.0.
noreply at wordpress.org
- [wp-svn] [52041] trunk/src/wp-includes: Add: wp_global_styles custom post type.
noreply at wordpress.org
- [wp-svn] [52042] trunk: Block Editor: Update the WordPress Packages based on Gutenberg 11.9 RC1.
noreply at wordpress.org
- [wp-svn] [52043] trunk/src/wp-includes/post.php: Posts/Post Types: Introduce 'is_post_status_viewable ' filter in `is_post_status_viewable()`.
noreply at wordpress.org
- [wp-svn] [52044] trunk/src: Themes: Remove temporary Full Site Editing safety checks.
noreply at wordpress.org
- [wp-svn] [52045] trunk/src/wp-includes/post.php: Posts/Post Types: Improves the `'is_post_type_viewable'` filter boolean return.
noreply at wordpress.org
- [wp-svn] [52046] trunk: Build/Test Tools: Update/Audit NPM dependencies for 5.9.
noreply at wordpress.org
- [wp-svn] [52047] trunk/src/wp-content/themes: Build/Test Tools: Update/Audit NPM dependencies for bundled themes.
noreply at wordpress.org
- [wp-svn] [52048] trunk/tests/phpunit/tests/functions/wpIsNumericArray.php: Tests: Remove the `formatting` group from `wp_is_numeric_array()` tests.
noreply at wordpress.org
- [wp-svn] [52049] trunk: Update theme.json classes for WordPress 5.9.
noreply at wordpress.org
- [wp-svn] [52050] trunk/tests/phpunit/data/languages/themes/block-theme-pl_PL.mo: Fix: Update block-theme-pl_PL.mo file.
noreply at wordpress.org
- [wp-svn] [52051] trunk: Add: Global Styles Rest endpoints.
noreply at wordpress.org
- [wp-svn] [52052] trunk/src/wp-includes/kses.php: Add: Global styles user content escaping.
noreply at wordpress.org
- [wp-svn] [52053] trunk/src/wp-admin: Admin/Help: add docs links to several screens.
noreply at wordpress.org
- [wp-svn] [52054] trunk/src: Add: Public functions for interacting with global styles & settings.
noreply at wordpress.org
- [wp-svn] [52055] trunk/src/wp-admin: Admin/Help: add commas to end of multi-line array items.
noreply at wordpress.org
- [wp-svn] [52056] trunk/src/wp-includes/block-editor.php: Fix: Linting error affecting trunk.
noreply at wordpress.org
- [wp-svn] [52057] trunk/src/wp-includes/blocks.php: Add: get_query_pagination_arrow function to core.
noreply at wordpress.org
- [wp-svn] [52058] trunk/src: I18N: Add language switcher on login/registration screens.
noreply at wordpress.org
- [wp-svn] [52059] trunk/src: Media: Change upload button to a file input for better e2e targeting.
noreply at wordpress.org
- [wp-svn] [52060] trunk/src/wp-login.php: Coding Standards: PHP Code style errors.
noreply at wordpress.org
- [wp-svn] [52061] trunk: General: Add "noopener" to `wp_list_bookmarks()` output.
noreply at wordpress.org
- [wp-svn] [52062] trunk: Editor: Add block theme infrastructure
noreply at wordpress.org
- [wp-svn] [52063] trunk/src/wp-includes/user.php: Coding Standards: PHP Code style errors.
noreply at wordpress.org
- [wp-svn] [52064] trunk: Users: Introduce `wp_list_users()` function.
noreply at wordpress.org
- [wp-svn] [52065] trunk: Media: Refine the heuristics to exclude certain images and iframes from being lazy-loaded to improve performance.
noreply at wordpress.org
- [wp-svn] [52066] trunk/src/wp-includes: General: Convert `wp_list_filter()` into a wrapper for `wp_filter_object_list()`.
noreply at wordpress.org
- [wp-svn] [52067] trunk/src/wp-includes/post.php: Posts, Post Types: Add `$old_status` parameter to `{$new_status}_{$post->post_type}` action.
noreply at wordpress.org
- [wp-svn] [52068] trunk: REST API: Add batch support for posts and terms controllers.
noreply at wordpress.org
- [wp-svn] [52069] trunk: Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9
noreply at wordpress.org
- [wp-svn] [52070] trunk/tests/qunit/fixtures/wp-api-generated.js: REST API: Regenerate wp-api-generated.js after [52068].
noreply at wordpress.org
- [wp-svn] [52071] trunk/src/wp-admin/site-editor.php: Site Editor: Load as full screen by default.
noreply at wordpress.org
- [wp-svn] [52072] trunk/src/wp-includes/block-editor.php: Editor, Docs: Add documentation for the `$block_editor_context` parameter of the `block_editor_rest_api_preload_paths` hook.
noreply at wordpress.org
- [wp-svn] [52073] trunk/src/js/media/controllers/library.js: Media: Add "webp" extension to wp.media.controller.Library `isImageAttachment`.
noreply at wordpress.org
- [wp-svn] [52074] trunk/src/wp-includes: Login and Registration: Improve "email already exists" registration error message.
noreply at wordpress.org
- [wp-svn] [52075] trunk/tests/phpunit/tests/rest-api/rest-users-controller.php: Login and Registration: Fix failing test for "email already exists" registration error improvement.
noreply at wordpress.org
- [wp-svn] [52076] trunk/src/wp-includes/user.php: Coding Standards: Revert unrelated change to `wp_send_user_request()`.
noreply at wordpress.org
- [wp-svn] [52077] trunk/src/wp-includes/class-wp-theme-json-resolver.php: Themes: Avoid fatal error loading admin styles when `SCRIPT_DEBUG` is `false`.
noreply at wordpress.org
- [wp-svn] [52078] trunk/src/wp-includes/l10n.php: Coding Standards: Minor alignment fix after [52058].
noreply at wordpress.org
- [wp-svn] [52079] trunk: REST API: Introduce Menu management endpoints.
noreply at wordpress.org
- [wp-svn] [52080] trunk: REST API: Expose the site icon in the REST API index.
noreply at wordpress.org
- [wp-svn] [52081] trunk: Bundled Themes: Import Twenty Twenty-Two, the new default theme for WordPress 5.9.
noreply at wordpress.org
- [wp-svn] [52082] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Add privacy policy link to footer.
noreply at wordpress.org
- [wp-svn] [52083] trunk/src/wp-includes/pluggable.php: Mail: Add `wp_mail_succeeded` hook to `wp_mail`.
noreply at wordpress.org
- [wp-svn] [52084] trunk: HTTP API: Introduce `'http_allowed_safe_ports'` filter in `wp_http_validate_url()`.
noreply at wordpress.org
- [wp-svn] [52085] trunk/src/wp-includes/http.php: HTTP API: Ensure value returned from `'http_allowed_safe_ports'` is an array to avoid PHP 8+ TypeError fatal error.
noreply at wordpress.org
- [wp-svn] [52086] trunk/src/wp-admin/includes/ms.php: Coding Standards: Use strict comparison in `wp-admin/includes/ms.php`.
noreply at wordpress.org
- [wp-svn] [52087] trunk/src: Bootstrap/Load: Add `HTTP/3` as a valid HTTP protocol.
noreply at wordpress.org
- [wp-svn] [52088] trunk/src/wp-includes/functions.php: Login and Registration: Improve messaging for invalid log-out nonces.
noreply at wordpress.org
- [wp-svn] [52089] U trunk/src/wp-includes/blocks: Block Editor: Update SVN props to ignore new asset files.
noreply at wordpress.org
- [wp-svn] [52090] U trunk/src/wp-includes/blocks: Block Editor: Update SVN props to ignore new asset files.
noreply at wordpress.org
- [wp-svn] [52091] trunk/src/wp-login.php: Login and Registration: Pass `$errors` parameter to `registration_redirect` filter.
noreply at wordpress.org
- [wp-svn] [52092] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Quick/Bulk Edit: Disable auto-correct for slugs.
noreply at wordpress.org
- [wp-svn] [52093] trunk: Themes: Twenty Twenty-Two is now the default theme.
noreply at wordpress.org
- [wp-svn] [52094] trunk/src: Taxonomy: Change some static strings to registration labels.
noreply at wordpress.org
- [wp-svn] [52095] trunk: Revisions: Introduce `wp_get_post_revisions_url()` to get URL for editing revisions.
noreply at wordpress.org
- [wp-svn] [52096] trunk/tests/e2e/specs/dashboard.test.js: Build/Test Tools: Make adjustments to how Quick Draft tests confirm expected behavior.
noreply at wordpress.org
- [wp-svn] [52097] HTTP: Remove the DST Root CA X3 certificate expired on September 30, 2021.
noreply at wordpress.org
- [wp-svn] [52098] HTTP: Remove the DST Root CA X3 certificate expired on September 30, 2021.
noreply at wordpress.org
- [wp-svn] [52099] HTTP: Remove the DST Root CA X3 certificate expired on September 30, 2021.
noreply at wordpress.org
- [wp-svn] [52100] HTTP: Remove the DST Root CA X3 certificate expired on September 30, 2021.
noreply at wordpress.org
- [wp-svn] [52101] HTTP: Remove the DST Root CA X3 certificate expired on September 30, 2021.
noreply at wordpress.org
- [wp-svn] [52102] HTTP: Remove the DST Root CA X3 certificate expired on September 30, 2021.
noreply at wordpress.org
- [wp-svn] [52103] trunk: Update @wordpress packages
noreply at wordpress.org
- [wp-svn] [52104] branches/5.3/src/wp-includes/script-loader.php: Script Loader: Sync default package script versions in 5.3 branch.
noreply at wordpress.org
- [wp-svn] [52105] branches/5.2/src/wp-includes/script-loader.php: Script Loader: Sync default package script versions in 5.2 branch.
noreply at wordpress.org
- [wp-svn] [52106] trunk/src/wp-includes/post.php: Posts, Post Types: Remove `gutenberg` text domain from post type strings.
noreply at wordpress.org
- [wp-svn] [52107] trunk/src/wp-content/themes/twentytwentytwo/assets: Twenty Twenty-Two: Import the `assets` directory from GitHub.
noreply at wordpress.org
- [wp-svn] [52108] trunk/src/wp-includes/post.php: Posts, Post Types: Mark the `wp_global_styles` post type as `_builtin`.
noreply at wordpress.org
- [wp-svn] [52109] trunk/src/wp-includes/post.php: i18n: Add missing translation wrapper for the Global Styles post type description.
noreply at wordpress.org
- [wp-svn] [52110] trunk/src/wp-includes: Docs: Avoid using {U+201C}CPT{U+201D} instead of {U+201C}custom post type{U+201D}.
noreply at wordpress.org
- [wp-svn] [52111] trunk/src/wp-includes/link-template.php: Docs: List the expected return type first in a few functions:
noreply at wordpress.org
- [wp-svn] [52112] branches/5.8/src: WordPress 5.8.2.
noreply at wordpress.org
- [wp-svn] [52113] branches/5.8/src/wp-admin/about.php: Help/About: Use the correct number of bugs fixed in 5.8.2.
noreply at wordpress.org
- [wp-svn] [52114] branches/5.7: WordPress 5.7.4.
noreply at wordpress.org
- [wp-svn] [52115] branches/5.6: WordPress 5.6.6.
noreply at wordpress.org
- [wp-svn] [52116] branches/5.5: WordPress 5.5.7.
noreply at wordpress.org
- [wp-svn] [52117] branches/5.4: WordPress 5.4.8.
noreply at wordpress.org
- [wp-svn] [52118] branches/5.3: WordPress 5.3.10.
noreply at wordpress.org
- [wp-svn] [52119] branches/5.2: WordPress 5.2.13.
noreply at wordpress.org
- [wp-svn] [52120] tags/5.8.2/: Tag 5.8.2
noreply at wordpress.org
- [wp-svn] [52121] tags/5.7.4/: Tag 5.7.4
noreply at wordpress.org
- [wp-svn] [52122] tags/5.6.6/: Tag 5.6.6
noreply at wordpress.org
- [wp-svn] [52123] tags/5.5.7/: Tag 5.5.7
noreply at wordpress.org
- [wp-svn] [52124] tags/5.4.8/: Tag 5.4.8
noreply at wordpress.org
- [wp-svn] [52125] tags/5.3.10/: Tag 5.3.10
noreply at wordpress.org
- [wp-svn] [52126] tags/5.2.13/: Tag 5.2.13
noreply at wordpress.org
- [wp-svn] [52127] trunk/src/wp-includes/script-loader.php: Docs: Add missing documentation for the `$javascript` parameter of the `wp_inline_script_attributes` filter.
noreply at wordpress.org
- [wp-svn] [52128] trunk/src/wp-includes: General: Minor fixes to Global Style related code.
noreply at wordpress.org
- [wp-svn] [52129] trunk/tests/qunit/fixtures/wp-api-generated.js: Tests: Update qUnit test fixtures after [52128].
noreply at wordpress.org
- [wp-svn] [52130] trunk/.github/workflows: Build/Test: Change default GitHub branch to trunk
noreply at wordpress.org
- [wp-svn] [52131] trunk/src/wp-includes/taxonomy.php: Taxonomy: Document that the `get_terms` filter can have `null` for `$taxonomies`.
noreply at wordpress.org
- [wp-svn] [52132] trunk: Embeds: Conditionally enqueue `wp-embed` only if needed and send `ready` message in case script loads after post embed windows.
noreply at wordpress.org
- [wp-svn] [52133] trunk: REST API: Add /wp/v2/block-navigation-areas endpoint
noreply at wordpress.org
- [wp-svn] [52134] trunk/src/wp-includes/admin-bar.php: Hide Customize from admin bar when using a block theme
noreply at wordpress.org
- [wp-svn] [52135] trunk: Update @wordpress packages
noreply at wordpress.org
- [wp-svn] [52136] trunk: Template: Fix "undefined index: 00" when archive month query is empty in `wp_title()`.
noreply at wordpress.org
- [wp-svn] [52137] trunk/tests/phpunit/tests/rest-api/rest-block-directory-controller.php: Build/Test Tools: Mock remote request for `WP_REST_Block_Directory_Controller::get_items()`.
noreply at wordpress.org
- [wp-svn] [52138] trunk/tests/phpunit/tests/rest-api/rest-plugins-controller.php: Build/Test Tools: Mock remote request for unknown plugin in `WP_REST_Plugins_Controller::create_item()`.
noreply at wordpress.org
- [wp-svn] [52139] trunk/src/js/_enqueues/wp/updates.js: Upgrade/Install: Update screen reader text counts in adminbar.
noreply at wordpress.org
- [wp-svn] [52140] trunk/src/wp-includes/meta.php: Options, Meta APIs: Correct docs for `$_meta_value` parameter in `xxx_{$meta_type}_meta` hooks.
noreply at wordpress.org
- [wp-svn] [52141] trunk/src/wp-admin/includes/post.php: Posts, Post Types: Update `_edit_last` meta when posts are edited in bulk.
noreply at wordpress.org
- [wp-svn] [52142] trunk/src/wp-content/themes/twentytwentyone/assets: Twenty Twenty-One: Correct default image alignment in the editor.
noreply at wordpress.org
- [wp-svn] [52143] trunk: Update 'react' and 'react-dom'
noreply at wordpress.org
- [wp-svn] [52144] trunk/src/wp-includes/load.php: Bootstrap/Load: Check `$_SERVER['SCRIPT_NAME']` exists before passing to `strpos()` in `wp_fix_server_vars()`.
noreply at wordpress.org
- [wp-svn] [52145] trunk: Editor: Add Navigation Area infrastructure
noreply at wordpress.org
- [wp-svn] [52146] trunk/tests/phpunit/tests/rest-api/rest-block-directory-controller.php: Build/Test Tools: Mock no results remote request in WP_REST_Block_Directory_Controller:: get_items().
noreply at wordpress.org
- [wp-svn] [52147] trunk/src/wp-content/themes/twentytwentyone/functions.php: Twenty Twenty-One: Prevent printing skip link focus fix when `SCRIPT_DEBUG` is enabled.
noreply at wordpress.org
- [wp-svn] [52148] trunk/phpcompat.xml.dist: Build/Test Tools: Exclude plugins and non-bundled themes from PHP compatibility scans.
noreply at wordpress.org
- [wp-svn] [52149] trunk/src/wp-content/themes: Bundled Theme: Display required text field in core themes.
noreply at wordpress.org
- [wp-svn] [52150] trunk/src/wp-includes/class-wp-http-encoding.php: Coding Standards: Rename the `$gzData` argument to `$gz_data` in `WP_Http_Encoding::compatible_gzinflate()`.
noreply at wordpress.org
- [wp-svn] [52151] trunk/src/wp-includes/embed.php: Embeds: Fix inclusion of `wp-embed-template` script and style when `SCRIPT_DEBUG` is disabled.
noreply at wordpress.org
- [wp-svn] [52152] trunk/src/wp-content/themes/twentyeleven: Twenty Eleven: Improve comment form styling for required fields.
noreply at wordpress.org
- [wp-svn] [52153] trunk: Embeds: Fix parsing of post embeds in `wp_filter_oembed_result()` by appending `wp-embed` script instead of prepending it in `get_post_embed_html()`.
noreply at wordpress.org
- [wp-svn] [52154] trunk/src/wp-includes/comment-template.php: Comments: Use `get_comment_author()` to retrieve the comment author name in `get_comment_reply_link()`.
noreply at wordpress.org
- [wp-svn] [52155] trunk/src/wp-includes/navigation-areas.php: Editor: Fix incorrect access of ID field
noreply at wordpress.org
- [wp-svn] [52156] trunk/package-lock.json: Build/Test Tools: Restore the https URL for browserify-aes
noreply at wordpress.org
- [wp-svn] [52157] trunk: Users: Prevent infinite loop when using capability checks during `determine_current_user` on multisite.
noreply at wordpress.org
- [wp-svn] [52158] trunk/src: Editor: Fix how the Site Editor is linked to
noreply at wordpress.org
- [wp-svn] [52159] trunk/src/wp-admin/site-editor.php: Editor: Fix fatal call to add_query_args()
noreply at wordpress.org
- [wp-svn] [52160] trunk/src/wp-includes/default-filters.php: Editor: Load iframed assets in Site Editor
noreply at wordpress.org
- [wp-svn] [52161] trunk: Update @wordpress packages
noreply at wordpress.org
- [wp-svn] [52162] trunk: External Libraries: Update the `regenerator-runtime` package to version `0.13.9`.
noreply at wordpress.org
- [wp-svn] [52163] trunk/src: Taxonomy: Clarify the taxonomy labels for customizing the field descriptions on Edit Tags screen:
noreply at wordpress.org
- [wp-svn] [52164] trunk/src/wp-content/themes/twentytwentytwo: Twenty Twenty-Two: Import the latest changes from GitHub.
noreply at wordpress.org
- [wp-svn] [52165] trunk/src/wp-admin/includes/update-core.php: Upgrade/Install: Deactivate the Gutenberg plugin if its version is 11.8 or lower.
noreply at wordpress.org
- [wp-svn] [52166] trunk: Menus: Add audible notice on menu item add or remove.
noreply at wordpress.org
- [wp-svn] [52167] trunk/src/js/media/controllers: Media: Featured image modal loads only selected image.
noreply at wordpress.org
- [wp-svn] [52168] trunk: Media: Featured image modal loads only selected image.
noreply at wordpress.org
- [wp-svn] [52169] trunk: Commit Standards: Revert [52168] to correct commit message.
noreply at wordpress.org
- [wp-svn] [52170] trunk: Taxonomy: Display update notices when adding terms.
noreply at wordpress.org
- [wp-svn] [52171] trunk/src: Media: Revert media uploader input change in [52059].
noreply at wordpress.org
- [wp-svn] [52172] trunk/src: Coding Standards: Revert accidental image changes in [52171].
noreply at wordpress.org
- [wp-svn] [52173] trunk: Widgets: Use `isset()` in `WP_Widget:: display_callback()` to support `ArrayIterator` and `ArrayObject`.
noreply at wordpress.org
- [wp-svn] [52174] trunk/src/wp-admin/css/login.css: Login and Registration: Wrap long usernames in login error message.
noreply at wordpress.org
- [wp-svn] [52175] trunk: Comments: Don't output "cancel comment reply link" if comments aren't threaded.
noreply at wordpress.org
- [wp-svn] [52176] trunk: WPDB: Capture error in `wpdb::$last_error` when insert fails instead of silently failing for invalid data or value too long.
noreply at wordpress.org
- [wp-svn] [52177] trunk/src/wp-admin/css/widgets.css: Widgets: Wraps long widget titles in classic Widgets screen.
noreply at wordpress.org
- [wp-svn] [52178] trunk/src/wp-admin/menu.php: Administration: Restores "Customize" menu item for non-block themes and moves for block themes.
noreply at wordpress.org
- [wp-svn] [52179] trunk: Build/Test Tools: Cache the results of `PHP_CodeSniffer` across workflow runs.
noreply at wordpress.org
- [wp-svn] [52180] trunk: Taxonomy: Allow `get_*_*_link()` and `edit_term_link()` functions to accept a term ID, `WP_Term`, or term object.
noreply at wordpress.org
- [wp-svn] [52181] trunk/src/wp-includes/class-wp-theme-json-resolver.php: Themes: Check both parent and child themes for a `theme.json` file.
noreply at wordpress.org
- [wp-svn] [52182] trunk/src/wp-content/themes/twentynineteen/inc/template-tags.php: Twenty Nineteen: Apply coding standards fix from running `composer format`.
noreply at wordpress.org
- [wp-svn] [52183] trunk/.github/workflows: Build/Test Tools: Update all 3rd party GitHub actions to the latest versions.
noreply at wordpress.org
- [wp-svn] [52184] trunk: REST API: Remove experimental block menu item types.
noreply at wordpress.org
- [wp-svn] [52185] trunk/src/wp-admin/css/themes.css: Themes: Force a scrollbar on the Themes page to prevent visual shake on hover.
noreply at wordpress.org
- [wp-svn] [52186] trunk: REST API: Make the templates controller follow core REST patterns.
noreply at wordpress.org
- [wp-svn] [52187] trunk: HTTP API: Remove empty `?` when only anchor remains in `add_query_arg()`.
noreply at wordpress.org
- [wp-svn] [52188] trunk: Formatting: Add additional support for single and nestable tags in `force_balance_tags()`.
noreply at wordpress.org
- [wp-svn] [52189] trunk/src/wp-includes/script-loader.php: Media: improve error message for failed image uploads.
noreply at wordpress.org
- [wp-svn] [52190] trunk: Media: Add support for v1 and v2 gallery block in `get_post_galleries()`.
noreply at wordpress.org
- [wp-svn] [52191] trunk/src/wp-content/themes/twentytwentyone/functions.php: Twenty Twenty-One: Remove RSS feed widget icon link.
noreply at wordpress.org
- [wp-svn] [52192] trunk/src: Upgrade/Install: Correct the weekly cron event for clearing the `temp-backup` directory:
noreply at wordpress.org
- [wp-svn] [52193] trunk/src: Login and Registration: auto-focus the reset password field.
noreply at wordpress.org
- [wp-svn] [52194] trunk: Posts, Post Types: Use global post as the default for `wp_get_post_parent_id()`.
noreply at wordpress.org
- [wp-svn] [52195] trunk/src/wp-includes/wp-db.php: WPDB: Call `wp_load_translations_early()` in `wpdb::_real_escape()`.
noreply at wordpress.org
- [wp-svn] [52196] trunk/src: Media: Move dismiss upload errors button after errors.
noreply at wordpress.org
- [wp-svn] [52197] trunk/src/wp-admin/update-core.php: Upgrade/Install: Differentiate en_US version strings from localized ones.
noreply at wordpress.org
- [wp-svn] [52198] trunk/src: Toolbar: Prevent adminbar from hiding in-page anchors.
noreply at wordpress.org
- [wp-svn] [52199] trunk/src/wp-admin/includes/update-core.php: Upgrade/Install: Remove 5.8 function and fix deactivate Gutenberg plugin version compare < 11.9.
noreply at wordpress.org
- [wp-svn] [52200] trunk/src/wp-includes/comment-template.php: Comments: Change new comment required text class.
noreply at wordpress.org
- [wp-svn] [52201] trunk/src/wp-admin/includes/upgrade.php: Posts, Post Types: Increment `post_count` option value during blog creation.
noreply at wordpress.org
- [wp-svn] [52202] trunk/src/wp-admin/includes/upgrade.php: Posts, Post Types: Increment `post_count` option value only on multisite installations.
noreply at wordpress.org
- [wp-svn] [52203] trunk/src/wp-admin/update-core.php: Upgrade/Install: Add timezone info to last checked update time.
noreply at wordpress.org
- [wp-svn] [52204] trunk: Docs: Various corrections and improvements relating to types used in inline documentation.
noreply at wordpress.org
- [wp-svn] [52205] trunk/src: Docs: Corrections relating to types used in inline documentation for comment ID and site ID proprties.
noreply at wordpress.org
- [wp-svn] [52206] trunk/src/wp-includes/wp-db.php: Database: Check if the `$args[0]` value exists in `wpdb::prepare()` before accessing it.
noreply at wordpress.org
- [wp-svn] [52207] trunk: Posts, Post Types: Multisite: Decrement `post_count` option value when a post is deleted.
noreply at wordpress.org
- [wp-svn] [52208] trunk/src/wp-includes/pluggable.php: Docs: Add missing `null` allowed type for the `$id` parameter of `wp_set_current_user()`.
noreply at wordpress.org
- [wp-svn] [52209] trunk/src/wp-includes/css/admin-bar.css: Toolbar: Refine "Edit site" link.php.
noreply at wordpress.org
- [wp-svn] [52210] trunk/src/wp-content/themes/twentysixteen/css/blocks.css: Twenty Sixteen: Correctly align columns within table blocks as configured in the editor.
noreply at wordpress.org
- [wp-svn] [52211] trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php: Twenty Twenty-One: Correct description of Dark Mode in the Customizer.
noreply at wordpress.org
- [wp-svn] [52212] trunk/src/wp-admin/includes/update.php: Docs: Add missing parameters in `in_plugin_update_message-{$file}` filter.
noreply at wordpress.org
- [wp-svn] [52213] trunk/src/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js: Twenty Twenty-One: Check if anchor exists before triggering in-page navigation.
noreply at wordpress.org
- [wp-svn] [52214] trunk/src/wp-admin/includes/class-wp-automatic-updater.php: Upgrade/Install: Improve the accuracy of the `auto_update_{$type}` filter docblock.
noreply at wordpress.org
- [wp-svn] [52215] trunk/src: Docs: Remove instances of the {U+201C}eg.{U+201D} abbreviation in favor of {U+201C}example{U+201D} or {U+201C}for example{U+201D}.
noreply at wordpress.org
- [wp-svn] [52216] trunk/src/wp-includes/functions.wp-styles.php: Script Loader: Document `path` as an accepted value for `$key` in `wp_style_add_data()`.
noreply at wordpress.org
- [wp-svn] [52217] trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php: Twenty Twenty-One: Prevent notice thrown in `twenty_twenty_one_get_attachment_image_attributes()`.
noreply at wordpress.org
- [wp-svn] [52218] trunk: WPDB: Call `wp_load_translations_early()` in `wpdb::query()` and `wpdb::process_fields()`.
noreply at wordpress.org
- [wp-svn] [52219] trunk/src/wp-includes: Docs: Improve the documentation for registering block patterns and block pattern categories.
noreply at wordpress.org
- [wp-svn] [52220] trunk/.github/workflows: Build/Test Tools: Add the ruleset file to the cache key for PHPCS and PHP compatibility scans.
noreply at wordpress.org
- [wp-svn] [52221] trunk/src/wp-content/themes: Bundled Themes: Update the {U+201C}Tested up to{U+201D} header to `5.9`.
noreply at wordpress.org
- [wp-svn] [52222] trunk/src/wp-content/themes/twentytwentytwo: Twenty Twenty-Two: Sync updates from GitHub.
noreply at wordpress.org
- [wp-svn] [52223] trunk: Comments: Fix PHP Notice "trying to get property of non-object" in `comments_open()` and `pings_open()`.
noreply at wordpress.org
- [wp-svn] [52224] trunk/src/wp-admin/includes/update.php: Docs: Restore [51733], accidentally reverted in [52212].
noreply at wordpress.org
- [wp-svn] [52225] trunk/src/js/_enqueues/admin/post.js: Editor: Add missing label to `new-post-slug` input on Classic Editor.
noreply at wordpress.org
- [wp-svn] [52226] trunk/src/wp-includes: Query: Correct and standardise the meta query documentation.
noreply at wordpress.org
- [wp-svn] [52227] trunk/src/wp-admin/includes: Docs: Update documentation for the `$plugin_data` parameter of various hooks:
noreply at wordpress.org
- [wp-svn] [52228] trunk/src/js/_enqueues/admin/post.js: Coding Standards: Wrap some long lines in `js/_enqueues/admin/post.js` per the JS coding standards for better readability.
noreply at wordpress.org
- [wp-svn] [52229] trunk: KSES: Use correct global in `wp_kses_xml_named_entities()`.
noreply at wordpress.org
- [wp-svn] [52230] trunk/src/wp-admin/edit-form-blocks.php: Editor: Do not provide `initial_edits` for properties that are not supported by the current post type.
noreply at wordpress.org
- [wp-svn] [52231] trunk/src/wp-admin/edit-form-blocks.php: Editor: Check the correct post type support property for `initial_edits`.
noreply at wordpress.org
- [wp-svn] [52232] trunk: Update @wordpress packages
noreply at wordpress.org
- [wp-svn] [52233] trunk/.github/workflows: Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours.
noreply at wordpress.org
- [wp-svn] [52234] trunk/src/wp-includes/kses.php: Docs: Add a `@since` note and description to `wp_kses_attr()` for new attribute-related KSES options:
noreply at wordpress.org
- [wp-svn] [52235] trunk: Build/Test Tools: Fix warnings from `stdClass::__invoke()` callback mocks in REST API tests.
noreply at wordpress.org
- [wp-svn] [52236] trunk/src: Docs: Various docblock corrections and improvements.
noreply at wordpress.org
- [wp-svn] [52237] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Style adjustments for list-based widgets in the widget editor.
noreply at wordpress.org
- [wp-svn] [52238] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Combine duplicate CSS rules.
noreply at wordpress.org
- [wp-svn] [52239] trunk/src/wp-admin/includes: Docs: Document the globals used in some Privacy API methods.
noreply at wordpress.org
- [wp-svn] [52240] trunk/.nvmrc: Build/Test Tools: Specify NodeJS version `14.x` in the `.nvmrc` file.
noreply at wordpress.org
- [wp-svn] [52241] trunk/.github/dependabot.yml: Build/Test Tools: Configure Dependabot scanning for GitHub Actions.
noreply at wordpress.org
- [wp-svn] [52242] trunk: Docs: Miscellaneous DocBlock corrections.
noreply at wordpress.org
- [wp-svn] [52243] trunk/src/wp-includes/theme-templates.php: Themes: Move the skip link to outside the canvas in block themes
noreply at wordpress.org
- [wp-svn] [52244] trunk: External Libraries: Update the Requests library to version 2.0.0.
noreply at wordpress.org
- [wp-svn] [52245] trunk/src: Media: Replace some array keys with their numeric equivalent.
noreply at wordpress.org
- [wp-svn] [52246] trunk/tests/phpunit: Themes: Add block template resolution algorithm unit tests.
noreply at wordpress.org
- [wp-svn] [52247] trunk: Themes: Update the base folders for templates and template parts in block themes.
noreply at wordpress.org
- [wp-svn] [52248] trunk/tests/phpunit/tests: Build/Test Tools: Correct the order and naming of expected and actual values in various tests.
noreply at wordpress.org
- [wp-svn] [52249] trunk/src/wp-admin/includes/post.php: Docs: Miscellaneous DocBlock corrections in `wp-admin/includes/post.php`.
noreply at wordpress.org
- [wp-svn] [52250] trunk/src/wp-content/themes/twentytwentyone/assets: Twenty Twenty One: Remove Image block placeholder alignment override in editor styles.
noreply at wordpress.org
- [wp-svn] [52251] trunk/src/wp-admin/includes/post.php: Docs: Improve consistency of some DocBlocks in `wp-admin/includes/post.php`.
noreply at wordpress.org
- [wp-svn] [52252] trunk/src/wp-includes/PHPMailer: External Libraries: Upgrade PHPMailer to version 6.5.3.
noreply at wordpress.org
- [wp-svn] [52253] trunk/tests/phpunit/tests/l10n.php: Tests: Remove unexpected output in `wp_dashboard_recent_drafts()` tests on PHP 8.1.
noreply at wordpress.org
- [wp-svn] [52254] trunk/src: External Libraries: Update getID3 to version 1.9.21.
noreply at wordpress.org
- [wp-svn] [52255] trunk: Taxonomy: Use `WP_Term` object to retrieve the taxonomy in `get_term_feed_link()`.
noreply at wordpress.org
- [wp-svn] [52256] trunk/src/wp-includes/theme.php: Media: Allow setting custom image alt text in custom header image.
noreply at wordpress.org
- [wp-svn] [52257] trunk/src/wp-admin/includes/class-wp-screen.php: Docs: Remove inaccurate part of the `screen_settings` filter description.
noreply at wordpress.org
- [wp-svn] [52258] trunk/src/wp-includes/link-template.php: Taxonomy: Check $term object before using it in `get_term_feed_link()`.
noreply at wordpress.org
- [wp-svn] [52259] trunk/tests/phpunit/tests: Tests: Use a simpler approach to test the output in some tests.
noreply at wordpress.org
- [wp-svn] [52260] trunk/tests/phpunit/tests/external-http/basic.php: Tests: Temporarily disable the check that the current recommended PHP version is actively supported.
noreply at wordpress.org
- [wp-svn] [52261] trunk: Editor: Ensure block style name does not contain spaces before creating the class.
noreply at wordpress.org
- [wp-svn] [52262] trunk/src/wp-includes/script-loader.php: Script Loader: Enqueue block stylesheet only when the corresponding block is used.
noreply at wordpress.org
- [wp-svn] [52263] trunk/src/wp-includes/css/media-views.css: Media: Ensure media preview is fully viewable in the "Add Media" modal.
noreply at wordpress.org
- [wp-svn] [52264] trunk/tests/phpunit/tests/block-supports: Tests: Rename classes in `phpunit/tests/block-supports/` per the naming conventions.
noreply at wordpress.org
- [wp-svn] [52265] trunk/tests/phpunit/tests: Tests: Rename classes in block template tests per the naming conventions.
noreply at wordpress.org
- [wp-svn] [52266] trunk/tests/phpunit/tests: Tests: Replace `assertEquals()` with `assertSame()` in block template tests.
noreply at wordpress.org
- [wp-svn] [52267] trunk: Feeds: Remove reference to `wp-atom.php` in Atom feeds `xml:base` attribute.
noreply at wordpress.org
- [wp-svn] [52268] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php: REST API: Ensure that the rest_after_insert_ action is executed in the templates controller.
noreply at wordpress.org
- [wp-svn] [52269] trunk: Media: Fix `TypeError` and improve `wp_exif_frac2dec()` to only return `int` or `float`.
noreply at wordpress.org
- [wp-svn] [52270] trunk/tests/phpunit/data/images/sugarloaf-mountain.jpg: Media: Replace `tests/phpunit/data/images/sugar-mountain.jpg` test image.
noreply at wordpress.org
- [wp-svn] [52271] trunk/src/wp-content/themes/twentytwenty: Twenty Twenty: Restore Editor post title styles after Gutenberg 11.4.0 updates.
noreply at wordpress.org
- [wp-svn] [52272] trunk: Editor: Remove Navigation Areas
noreply at wordpress.org
- [wp-svn] [52273] trunk/src/wp-includes/blocks/navigation.php: Restore block PHP to canonical version in @wordpress/block-library
noreply at wordpress.org
- [wp-svn] [52274] trunk/: Build/Test Tools: Revert ignore prop change in [52272].
noreply at wordpress.org
- [wp-svn] [52275] trunk: Update @wordpress packages
noreply at wordpress.org
- [wp-svn] [52276] trunk/src/wp-includes: REST API: Fire `wp_after_insert_post` later in new post object endpoints.
noreply at wordpress.org
- [wp-svn] [52277] trunk: Update @wordpress packages
noreply at wordpress.org
- [wp-svn] [52278] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php: I18N: Remove redundant `default` text domain parameter in some `__()` calls.
noreply at wordpress.org
- [wp-svn] [52279] trunk: Administration: For block themes, link to Site Editor interface instead of Customizer in Dashboard's welcome panel and Themes interface.
noreply at wordpress.org
- [wp-svn] [52280] trunk/src/wp-includes/class-wp-theme-json-resolver.php: Editor: Do not translate the title of "Custom Styles" specific posts.
noreply at wordpress.org
- [wp-svn] [52281] trunk/src/wp-admin/site-editor.php: REST API: Replace hardcoded `wp/v2/` preloaded paths with `rest_get_route_for_taxonomy_items()` and `rest_get_route_for_post_type_items()` in `wp-admin/site-editor.php`.
noreply at wordpress.org
- [wp-svn] [52282] trunk/tests/phpunit/tests/rest-api/rest-global-styles-controller.php: Tests: Update `WP_REST_Global_Styles_Controller_Test` "Custom Styles" string after [52280].
noreply at wordpress.org
- [wp-svn] [52283] trunk/src/wp-content/themes/twentytwentytwo: Twenty Twenty-Two: Sync updates from GitHub.
noreply at wordpress.org
- [wp-svn] [52284] trunk/src/wp-admin/includes/class-wp-upgrader.php: Upgrade/Install: Check that WordPress is installed before scheduling cleanup of the `temp-backup` directory.
noreply at wordpress.org
- [wp-svn] [52285] trunk/src: External Libraries: Further fix jQuery deprecations in WordPress core.
noreply at wordpress.org
- [wp-svn] [52286] trunk: Site Editor: Add site export REST API endpoint.
noreply at wordpress.org
- [wp-svn] [52287] trunk/src/js/media/controllers: Media: Featured image modal loads only selected image when infinite scroll is disabled.
noreply at wordpress.org
- [wp-svn] [52288] trunk/src/js/media/controllers: Media: Use `infiniteScrolling` global setting in `js/media/controllers/featured-image.js` and `js/media/controllers/replace-image.js`.
noreply at wordpress.org
- [wp-svn] [52289] trunk/src/wp-admin/includes: Upgrade/Install: Make some adjustments to the `move_dir()` function:
noreply at wordpress.org
- [wp-svn] [52290] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: Adjust capability queries when using version before WordPress 5.9-alpha.
noreply at wordpress.org
- [wp-svn] [52291] trunk/src/wp-includes/blocks.php: Editor: Avoid a JS console error on the Navigation block view.
noreply at wordpress.org
- [wp-svn] [52292] trunk: Formatting: Handle non-scalar types passed to `sanitize_key()`.
noreply at wordpress.org
- [wp-svn] [52293] trunk/src/wp-admin/css/edit.css: Editor: Hide visibility and status settings for `wp_navigation` post type.
noreply at wordpress.org
- [wp-svn] [52294] trunk: Options, Meta APIs: Improve error handling in `sanitize_option()`.
noreply at wordpress.org
- [wp-svn] [52295] trunk/src/wp-includes/version.php: WordPress 5.9 Beta 1.
noreply at wordpress.org
- [wp-svn] [52296] trunk/src/wp-includes/version.php: Post WordPress 5.9 Beta 1 version bump.
noreply at wordpress.org
Last message date:
Tue Nov 30 23:32:41 UTC 2021
Archived on: Tue Nov 30 23:32:42 UTC 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).