April 2019 Archives by thread
Starting: Mon Apr 1 00:09:09 UTC 2019
Ending: Tue Apr 30 17:30:27 UTC 2019
Messages: 197
- [wp-svn] [45078] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Simplify the checks for constants that are always defined by default.
noreply at wordpress.org
- [wp-svn] [45079] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: If `WP_DEBUG_LOG` contains a file path, display it on Site Info tab.
noreply at wordpress.org
- [wp-svn] [45080] trunk/src: Themes: Link to an updated documentation on child themes on developer.wordpress.org, instead of Codex.
noreply at wordpress.org
- [wp-svn] [45081] trunk/src/wp-content/themes: Bundled Themes: Link to an updated documentation on child themes on developer.wordpress.org, instead of Codex.
noreply at wordpress.org
- [wp-svn] [45082] trunk/src: I18N: Merge similar strings about allowed space allocation in Multisite.
noreply at wordpress.org
- [wp-svn] [45083] trunk/src/wp-admin/includes/post.php: Docs: Improve documentation for `postbox_classes()`.
noreply at wordpress.org
- [wp-svn] [45084] trunk/src/wp-admin/includes/ms.php: PHPCS: Fix WPCS violation in [45082].
noreply at wordpress.org
- [wp-svn] [45085] trunk/src/wp-admin/includes/plugin.php: Docs: Improve documentation for `get_plugin_page_hook()` and `get_plugin_page_hookname()`.
noreply at wordpress.org
- [wp-svn] [45086] trunk/src/wp-includes/author-template.php: Docs: Correct parameter types for `the_author()`, `get_the_author_meta()`, and `the_author_meta()`.
noreply at wordpress.org
- [wp-svn] [45087] trunk/src/wp-admin: Accessibility: Improve the Site Health accordions.
noreply at wordpress.org
- [wp-svn] [45088] trunk: Customize: Only add `custom-background` to `body_class()` if the current theme supports custom background.
noreply at wordpress.org
- [wp-svn] [45089] trunk/src/wp-includes/theme.php: Docs: Correct `@param` description for `remove_theme_support()`.
noreply at wordpress.org
- [wp-svn] [45090] trunk/tests/phpunit/tests/post/getBodyClass.php: PHPCS: Fix WPCS violation in [45088].
noreply at wordpress.org
- [wp-svn] [45091] trunk/src/wp-admin: Administration: Site Health: reserve some space for the admin notices.
noreply at wordpress.org
- [wp-svn] [45092] trunk/src/wp-admin/includes/class-wp-site-health.php: Docs: Add missing `@since` tag for `WP_Site_Health::get_test_php_extensions()`.
noreply at wordpress.org
- [wp-svn] [45093] trunk/src/wp-admin/includes/class-wp-site-health.php: Docs: Fix typos in `WP_Site_Health` DocBlocks.
noreply at wordpress.org
- [wp-svn] [45094] trunk/src/wp-admin/includes/class-wp-site-health.php: Docs: Fix more typos in `WP_Site_Health` DocBlocks.
noreply at wordpress.org
- [wp-svn] [45095] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Add missing i18n for Security and Performance badge labels.
noreply at wordpress.org
- [wp-svn] [45096] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: Fix typo in a comment for print styles.
noreply at wordpress.org
- [wp-svn] [45097] trunk/src/wp-includes/css/dashicons.css: Administration: Remove unnecessary `transition-delay` values from Dashicons.
noreply at wordpress.org
- [wp-svn] [45098] trunk/src/wp-admin/includes/file.php: Docs: Fix typo in a comment in `unzip_file()`.
noreply at wordpress.org
- [wp-svn] [45099] trunk/src/wp-admin: Site Health: i18n audit, take 1.
noreply at wordpress.org
- [wp-svn] [45100] trunk/src/wp-includes/widgets: Widgets: Make sure changes to media widgets' instance schema via `widget_{$this->id_base}_instance_schema` filter are not overridden by subclasses.
noreply at wordpress.org
- [wp-svn] [45101] trunk/tests/phpunit/tests/widgets: Widgets: Make sure changes to media widgets' instance schema via `widget_{$this->id_base}_instance_schema` filter are not overridden by subclasses.
noreply at wordpress.org
- [wp-svn] [45102] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Use an established pattern for numbered placeholders in translator comments in `WP_Debug_Data`.
noreply at wordpress.org
- [wp-svn] [45103] trunk/tests/phpunit/tests/widgets: Docs: Remove an empty line between `@param` and `@return` in the tests added in [45101], per documentation coding standards.
noreply at wordpress.org
- [wp-svn] [45104] trunk/src: Site health:
noreply at wordpress.org
- [wp-svn] [45105] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Use a consistent verbiage for the suggestion to remove inactive plugins and themes.
noreply at wordpress.org
- [wp-svn] [45106] trunk/src/wp-admin/includes/class-wp-debug-data.php: PHPCS: Fix WPCS violations in [45104].
noreply at wordpress.org
- [wp-svn] [45107] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Use correct property for database-related messages.
noreply at wordpress.org
- [wp-svn] [45108] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Use `wp_get_upload_dir()` instead of `wp_upload_dir()`, remove duplicate call.
noreply at wordpress.org
- [wp-svn] [45109] trunk/src/wp-content/themes/twentyeleven: Twenty Eleven: Correct `linear-gradient` direction argument syntax.
noreply at wordpress.org
- [wp-svn] [45110] trunk/src/wp-admin: Site Health: Ensure the user locale is listed in debug information.
noreply at wordpress.org
- [wp-svn] [45111] trunk/src: Site health: fix usage of max_execution_time.
noreply at wordpress.org
- [wp-svn] [45112] trunk/src/wp-admin/includes/file.php: Upgrade/Install: Add more context in signature verify failures.
noreply at wordpress.org
- [wp-svn] [45113] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Remove unused `$wp_config_path` variable.
noreply at wordpress.org
- [wp-svn] [45114] trunk/src: Bootstrap/Load: Ensure `WP_Fatal_Error_Handler` does not conflict with existing mechanisms treating fatal errors.
noreply at wordpress.org
- [wp-svn] [45115] trunk/src: Bootstrap/Load: Remove extension from the list of paused extensions when it is deactivated.
noreply at wordpress.org
- [wp-svn] [45116] trunk/src: Bootstrap/Load: Do not redefine constants because tests don't like it.
noreply at wordpress.org
- [wp-svn] [45117] trunk/src: Administration: Improve user experience and clarify when in recovery mode.
noreply at wordpress.org
- [wp-svn] [45118] trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php: Site Health: Display a correct error message for a failing request in `wp_version_check()` test.
noreply at wordpress.org
- [wp-svn] [45119] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Restore backticks in "Copy to clipboard" functionality, accidentally removed in [45044].
noreply at wordpress.org
- [wp-svn] [45120] trunk/src/wp-admin/site-health-info.php: Site Health: Use a consistent heading and description when referring to Info and Status pages.
noreply at wordpress.org
- [wp-svn] [45121] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Update recommendation labels to highlight Performance instead of Security when using a supported and actively maintained version of WordPress, PHP, or MySQL.
noreply at wordpress.org
- [wp-svn] [45122] trunk/src/wp-admin/includes/class-wp-debug-data.php: PHPCS: Fix WPCS violation in [45119].
noreply at wordpress.org
- [wp-svn] [45123] trunk/src/wp-admin/css/nav-menus.css: CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/nav-menus.css`.
noreply at wordpress.org
- [wp-svn] [45124] trunk/src/wp-content/themes/twentytwelve: Twenty Twelve: Correct `linear-gradient` direction argument syntax.
noreply at wordpress.org
- [wp-svn] [45125] trunk/.gitignore: Bootstrap/Load: Ignore `wp-content/fatal-error-handler.php` and `wp-content/php-error.php` from version control.
noreply at wordpress.org
- [wp-svn] [45126] trunk/src/wp-content/themes: Bundled Themes: Link to an updated documentation on post thumbnails on developer.wordpress.org, instead of Codex.
noreply at wordpress.org
- [wp-svn] [45127] trunk/src/js/_enqueues/wp/editor/dfw.js: Docs: Fix typo in a comment in `editor/dfw.js`.
noreply at wordpress.org
- [wp-svn] [45128] trunk/src/wp-admin/css/site-health.css: CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/site-health.css`.
noreply at wordpress.org
- [wp-svn] [45129] trunk/src/wp-admin/css/customize-nav-menus.css: CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/customize-nav-menus.css`.
noreply at wordpress.org
- [wp-svn] [45130] trunk/src/wp-admin/css/about.css: CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/about.css`.
noreply at wordpress.org
- [wp-svn] [45131] trunk/src/wp-admin/css/color-picker.css: CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/color-picker.css`.
noreply at wordpress.org
- [wp-svn] [45132] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Fix inconsistent tab/space indentation in style files.
noreply at wordpress.org
- [wp-svn] [45133] trunk: Canonical: Ensure redirect query keys are URL encoded.
noreply at wordpress.org
- [wp-svn] [45134] trunk: Emoji: Update Twemoji to version 12.0.0.
noreply at wordpress.org
- [wp-svn] [45135] trunk: HTTP: Add support for the `host-only` flag to `Wp_Http_Cookie`.
noreply at wordpress.org
- [wp-svn] [45136] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Post Formats: Remove the post format icons from the post list table.
noreply at wordpress.org
- [wp-svn] [45137] trunk/src: Text Changes: Tweak the wording of email notification subjects.
noreply at wordpress.org
- [wp-svn] [45138] trunk: Block Editor: Update packages to bring a selection of bugfixes in.
noreply at wordpress.org
- [wp-svn] [45139] trunk: Blocks: Allow for nested `the_content` calls within `do_blocks()`.
noreply at wordpress.org
- [wp-svn] [45140] trunk/src: Help: Update support forum links.
noreply at wordpress.org
- [wp-svn] [45141] trunk: Menus: Add `rel="noopener"` to `target="_blank"` links by default in menus.
noreply at wordpress.org
- [wp-svn] [45142] trunk/src/wp-admin/menu.php: Privacy: Remove the privacy changes bubble.
noreply at wordpress.org
- [wp-svn] [45143] trunk: Widgets: Add `rel="noopener noreferrer"` to links with `target="_blank"` in the Text and HTML widgets.
noreply at wordpress.org
- [wp-svn] [45144] trunk: Widgets: Add `rel="noopener noreferrer"` to links with `target="_blank"` in the Image widget.
noreply at wordpress.org
- [wp-svn] [45145] trunk/src/wp-admin/css/site-health.css: Site Health: Remove animated ellipsis from the status loading indicator.
noreply at wordpress.org
- [wp-svn] [45146] trunk/src/wp-content/themes/twentyseventeen: Twenty Seventeeen: Fix MediaElement control hover colours in the customiser.
noreply at wordpress.org
- [wp-svn] [45147] trunk: Media: Update the media bulk action labels for consistency.
noreply at wordpress.org
- [wp-svn] [45148] trunk: Privacy: Only mark a personal data export as complete when the user downloads it.
noreply at wordpress.org
- [wp-svn] [45149] trunk/src/wp-admin/includes/user.php: Privacy: Add a missing `<form>` action on the Export/Erasure screens.
noreply at wordpress.org
- [wp-svn] [45150] trunk/src/wp-includes/css/buttons.css: UI: Remove vertical alignment from active primary buttons.
noreply at wordpress.org
- [wp-svn] [45151] trunk/src/wp-includes/version.php: WordPress 5.2 Beta 2
noreply at wordpress.org
- [wp-svn] [45152] trunk/src/wp-includes/version.php: Post WordPress 5.2 Beta version bump
noreply at wordpress.org
- [wp-svn] [45153] trunk/src/wp-includes/media-template.php: Media: Remove an extra verb context missed in [45147].
noreply at wordpress.org
- [wp-svn] [45154] trunk/src/wp-admin/includes/user.php: Privacy: Pass admin URLs for data export and erase forms through `esc_url()`.
noreply at wordpress.org
- [wp-svn] [45155] trunk/src/wp-admin/site-health-info.php: Site Health: Add missing i18n for {U+201C}Copied!{U+201D} string.
noreply at wordpress.org
- [wp-svn] [45156] trunk/src/wp-admin: Site health: Fix gathering the site data twice on non-English locales.
noreply at wordpress.org
- [wp-svn] [45157] trunk/src/wp-admin/css/login.css: Login and Registration: improve the CSS padding on the login input fields.
noreply at wordpress.org
- [wp-svn] [45158] trunk/src/wp-admin: Accessibility: Improve the image "Alternative Text" field in the Edit Media screen.
noreply at wordpress.org
- [wp-svn] [45159] trunk/src/wp-includes/blocks.php: General: Fix a typo in the docs for `_restore_wpautop_hook()`.
noreply at wordpress.org
- [wp-svn] [45160] trunk/tests/phpunit/includes/functions.php: Build/Test tools: Add some docs to the test functions.
noreply at wordpress.org
- [wp-svn] [45161] trunk/src/wp-includes/cache.php: Docs: Correct type for `WP_Object_Cache::$blog_prefix`.
noreply at wordpress.org
- [wp-svn] [45162] trunk/src/wp-includes/ms-load.php: Networks and Sites: Use numbered placeholder in a `mailto:` link in `ms_site_check()`.
noreply at wordpress.org
- [wp-svn] [45163] trunk/src/wp-includes/formatting.php: Docs: Add missing `@since` tags for `wp_targeted_link_rel()` and `wp_targeted_link_rel_callback()`.
noreply at wordpress.org
- [wp-svn] [45164] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Clarify `WP_DEBUG` warning and translation contexts.
noreply at wordpress.org
- [wp-svn] [45165] trunk/src/wp-admin/includes/class-wp-automatic-updater.php: Upgrade/Install: Prevent plugin auto updates if PHP version requirements are not satisfied.
noreply at wordpress.org
- [wp-svn] [45166] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Include both site and user locales in debug information.
noreply at wordpress.org
- [wp-svn] [45167] trunk/src/wp-admin/includes/file.php: Administration: Remove unnecessary numbered placeholders.
noreply at wordpress.org
- [wp-svn] [45168] trunk/src/wp-includes/script-loader.php: Site Health: Ensure Site Health pages are correctly displayed for RTL locales.
noreply at wordpress.org
- [wp-svn] [45169] trunk/src/wp-admin: Site Health: Improve the test badge implementation.
noreply at wordpress.org
- [wp-svn] [45170] trunk/src/wp-admin: Site Health: Add missing actions to tests.
noreply at wordpress.org
- [wp-svn] [45171] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Correctly refer to an `.htaccess` file as hidden.
noreply at wordpress.org
- [wp-svn] [45172] trunk/src: TinyMCE: Fix keyboard navigation when the `dfw` button is present but hidden.
noreply at wordpress.org
- [wp-svn] [45173] trunk/src/wp-includes/pluggable.php: Text Changes: Use simpler language for login detail email subjects.
noreply at wordpress.org
- [wp-svn] [45174] trunk/src/wp-admin/includes/misc.php: Privacy: Display help notice on block editor screen.
noreply at wordpress.org
- [wp-svn] [45175] trunk/src: Administration: Move {U+201C}Recovery Mode{U+201D} to the beginning of the document title.
noreply at wordpress.org
- [wp-svn] [45176] trunk/src: Site health: Load the "Info" tab immediately and notify the user while gathering site data.
noreply at wordpress.org
- [wp-svn] [45177] trunk/src/wp-includes/functions.php: Media: Fix deletion of files when using stream wrappers.
noreply at wordpress.org
- [wp-svn] [45178] trunk/src: Site Health: i18n audit, take 2.
noreply at wordpress.org
- [wp-svn] [45179] trunk/src/wp-admin/site-health.php: Site Health: Use `_n()` for `%s Items with no issues detected` string, missed in [45178].
noreply at wordpress.org
- [wp-svn] [45180] trunk/src/wp-admin/includes/misc.php: Privacy: Remove unnecessary translation from help notice action label.
noreply at wordpress.org
- [wp-svn] [45181] trunk/src/wp-includes/class-wp-recovery-mode-email-service.php: Bootstrap/Load: Finalize recovery mode email language.
noreply at wordpress.org
- [wp-svn] [45182] trunk/src/wp-includes/version.php: WordPress 5.2 Beta 3.
noreply at wordpress.org
- [wp-svn] [45183] trunk/src/wp-includes/version.php: Post WordPress 5.2 Beta 3 version bump.
noreply at wordpress.org
- [wp-svn] [45184] trunk/src/wp-admin/update-core.php: Plugins: In `list_plugin_updates()`, only display the annotation and the surrounding tags if it's not empty.
noreply at wordpress.org
- [wp-svn] [45185] trunk/src: Plugins: Introduce `is_wp_version_compatible()` and `is_php_version_compatible()` for checking compatibility with the current WordPress or PHP version.
noreply at wordpress.org
- [wp-svn] [45186] trunk/src/wp-admin/css/admin-menu.css: CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/admin-menu.css`.
noreply at wordpress.org
- [wp-svn] [45187] trunk/src/wp-admin/css/admin-menu.css: CSS Coding Standards: Use unitless values for `line-height` for count bubbles in `wp-admin/css/admin-menu.css`.
noreply at wordpress.org
- [wp-svn] [45188] trunk/src/wp-admin/css/themes.css: CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/themes.css`.
noreply at wordpress.org
- [wp-svn] [45189] trunk/src/wp-admin/css/customize-controls.css: CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/customize-controls.css`.
noreply at wordpress.org
- [wp-svn] [45190] trunk/src: Bootstrap/Load: Remove duplicate leading slashes on inclusion of various files under `ABSPATH`.
noreply at wordpress.org
- [wp-svn] [45191] trunk/src/wp-includes/link-template.php: Docs: Add missing `@since` tag for [45031].
noreply at wordpress.org
- [wp-svn] [45192] trunk/src/wp-admin/update-core.php: Site Health: Merge duplicate "Learn more about updating PHP" strings.
noreply at wordpress.org
- [wp-svn] [45193] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Merge duplicate "Latest version" strings.
noreply at wordpress.org
- [wp-svn] [45194] trunk/src/wp-admin/includes/user.php: Users: Merge duplicate "Download failed" strings.
noreply at wordpress.org
- [wp-svn] [45195] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Merge duplicate "Error" strings.
noreply at wordpress.org
- [wp-svn] [45196] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Merge duplicate "utf8mb4 requires a newer client library" strings.
noreply at wordpress.org
- [wp-svn] [45197] trunk/src/js/_enqueues/admin/site-health.js: Coding standards: Site health: Avoid to use `var` in the middle of JavaScript function blocks.
noreply at wordpress.org
- [wp-svn] [45198] trunk/src: Site health: Improve jQuery selectors so that they don't depend on a specific markup.
noreply at wordpress.org
- [wp-svn] [45199] trunk/src/wp-admin/site-health.php: Site Health: Add missing translator comments.
noreply at wordpress.org
- [wp-svn] [45200] trunk/src/wp-admin/includes/class-wp-debug-data.php: Administration: Provide translatable strings for the Site Health comment status report.
noreply at wordpress.org
- [wp-svn] [45201] trunk/src/wp-admin: Administration: Add a chevron icon to the Site Health "Passed tests" button.
noreply at wordpress.org
- [wp-svn] [45202] trunk/src/wp-admin/css/site-health.css: Administration: Update chevron color in Site Health.
noreply at wordpress.org
- [wp-svn] [45203] trunk/src/wp-includes/default-constants.php: Docs: Adjust comments in `wp_initial_constants()` to conform to WPCS.
noreply at wordpress.org
- [wp-svn] [45204] trunk/src: I18N: Improvements to and additions of translator comments for various email subject strings.
noreply at wordpress.org
- [wp-svn] [45205] trunk/src/wp-includes/class-wp-recovery-mode-cookie-service.php: Bootstrap/Load: Remove `WP_Recovery_Mode_Cookie_Service` constructor to avoid referencing cookie constants before they are defined.
noreply at wordpress.org
- [wp-svn] [45206] trunk: Bootstrap/Load: After [45016], make sure `wp_die()` does not cause `_doing_it_wrong()` notices if called before `$wp_query` global is set.
noreply at wordpress.org
- [wp-svn] [45207] trunk/src/wp-admin/includes/class-wp-automatic-updater.php: I18N: Fix typo in a translator comment.
noreply at wordpress.org
- [wp-svn] [45208] trunk/src/wp-includes: Feeds: Remove whitespace from `<updated>` elements in Atom feeds.
noreply at wordpress.org
- [wp-svn] [45209] trunk/src/wp-content/themes: Bundled Themes: Use consistent HTML comments after closing HTML tags.
noreply at wordpress.org
- [wp-svn] [45210] trunk/src/wp-includes/class-wp-fatal-error-handler.php: General: Display fatal error handler notice in admin backend even if headers have been sent.
noreply at wordpress.org
- [wp-svn] [45211] trunk: Bootstrap/Load: Allow more than one recovery link to be valid at a time.
noreply at wordpress.org
- [wp-svn] [45212] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: Correct Genericons stylesheet version number.
noreply at wordpress.org
- [wp-svn] [45213] trunk/src/wp-content/themes: Bundled Themes: Use the theme version when enqueuing theme specific stylesheets.
noreply at wordpress.org
- [wp-svn] [45214] trunk/src/wp-includes/rewrite.php: Permalinks: Avoid a PHP notice in `wp_resolve_numeric_slug_conflicts()` when visiting a day archive with the `/%postname%/` permalink structure.
noreply at wordpress.org
- [wp-svn] [45215] trunk/src/wp-includes: Feeds: Amend [45208] to avoid `phpcs:ignore`.
noreply at wordpress.org
- [wp-svn] [45216] trunk/src/wp-admin/includes/export.php: Export: Remove extra whitespace from `<title>`, `<content:encoded>`, and `<excerpt:encoded>` elements in WXR files.
noreply at wordpress.org
- [wp-svn] [45217] trunk/src/wp-admin/css/site-health.css: Administration: Improve the Site Health "Passed tests" button style for small screens.
noreply at wordpress.org
- [wp-svn] [45218] trunk/src/wp-content/themes: Bundled Themes: Reverts [45213].
noreply at wordpress.org
- [wp-svn] [45219] trunk/src: Media: move `get_available_post_mime_types` to `wp-includes/post.php` making it more generally available.
noreply at wordpress.org
- [wp-svn] [45220] trunk/src: Site health, info tab:
noreply at wordpress.org
- [wp-svn] [45221] trunk/src/wp-admin/includes/class-wp-debug-data.php: PHPCS: Fix WPCS violations in [45220].
noreply at wordpress.org
- [wp-svn] [45222] trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php: Docs: Fix typo in `WP_Site_Health_Auto_Updates::test_constants()` description.
noreply at wordpress.org
- [wp-svn] [45223] trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php: Site Health: Remove reference to an undefined variable in `WP_Site_Health_Auto_Updates::test_constants()`.
noreply at wordpress.org
- [wp-svn] [45224] trunk: Administration: Improve the accuracy of `is_block_editor()`.
noreply at wordpress.org
- [wp-svn] [45225] trunk/src/wp-includes/css/dashicons.css: Administration: Add missing `:before` to two Dashicon class definitions.
noreply at wordpress.org
- [wp-svn] [45226] trunk/src/wp-admin/includes: Docs: Improve documentation for various `WP_Filesystem_Base` methods and extending classes.
noreply at wordpress.org
- [wp-svn] [45227] trunk/src/js/_enqueues/admin: Accessibility: Make the Tags meta box better support Input Method Editor (IME) converters.
noreply at wordpress.org
- [wp-svn] [45228] trunk/src/wp-admin/site-health-info.php: Site Health: Remove title attribute from the directory sizes spinner.
noreply at wordpress.org
- [wp-svn] [45229] trunk/src/wp-admin/css/site-health.css: Site Health: Improve the accordions styles for small screens.
noreply at wordpress.org
- [wp-svn] [45230] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Group `WP_DEBUG`-related constants together.
noreply at wordpress.org
- [wp-svn] [45231] trunk/src/wp-includes/template.php: Themes: Standardize on passing `frontpage` and `privacypolicy` as the `$type` parameter to `get_query_template()`.
noreply at wordpress.org
- [wp-svn] [45232] trunk/src: Docs: Correct spelling in various comments and DocBlocks, per the conventions in Core Contributor Handbook.
noreply at wordpress.org
- [wp-svn] [45233] trunk/src/wp-admin: Docs: Remove `@global` tag for `$wpdb` from `wp-admin/install.php` and `wp-admin/upgrade.php`.
noreply at wordpress.org
- [wp-svn] [45234] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Allow any callable added via `site_status_tests` filter to return test results for direct tests.
noreply at wordpress.org
- [wp-svn] [45235] trunk/src/wp-includes/author-template.php: Users: In `wp_list_authors()`, check for author's post count before getting author's metadata.
noreply at wordpress.org
- [wp-svn] [45236] trunk/src/wp-includes/ms-site.php: Docs: Add arguments passed by `wp_insert_site()` to `wp_initialize_site()`.
noreply at wordpress.org
- [wp-svn] [45237] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site health info tab: replace "Not calculated" with "Loading..." in the "Directories and Sizes" section (that's an existing string and wouldn't cause problems for translators).
noreply at wordpress.org
- [wp-svn] [45238] trunk/src/wp-includes/class-wp-recovery-mode.php: Bootstrap/Load: Only send the recovery mode email if the error occurs on a protected endpoint.
noreply at wordpress.org
- [wp-svn] [45239] trunk/src: Site Health info tab: Remove the "Directories and Sizes" section on Multisite installations.
noreply at wordpress.org
- [wp-svn] [45240] trunk: Emoji: Upgrade Twemoji to 12.0.1.
noreply at wordpress.org
- [wp-svn] [45241] trunk/src/js/_enqueues/admin/site-health.js: Site Health info tab: fix replacing the size strings in the copied info.
noreply at wordpress.org
- [wp-svn] [45242] trunk/src/wp-includes/kses.php: KSES: Add `background-position` and `grid-template-columns` as safe CSS properties.
noreply at wordpress.org
- [wp-svn] [45243] trunk/src/wp-admin/css/common.css: CSS: Remove the units from `line-height` properties in `common.css`.
noreply at wordpress.org
- [wp-svn] [45244] trunk/src/wp-includes/script-loader.php: Site Health: Enable JavaScript translations for the `site-health` script.
noreply at wordpress.org
- [wp-svn] [45245] trunk/src/wp-admin/site-health-info.php: Site Health: Provide context for tab headings to be able to distinguish them from existing strings.
noreply at wordpress.org
- [wp-svn] [45246] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Fix debug data with nested fields for copying.
noreply at wordpress.org
- [wp-svn] [45247] trunk: Feeds: improve structure and naming of feed build date helper function.
noreply at wordpress.org
- [wp-svn] [45248] trunk/src/wp-includes/css/media-views.css: Accessibility: Improve the "Alt text" description styles for small screens.
noreply at wordpress.org
- [wp-svn] [45249] trunk/src/wp-includes/functions.php: Docs: Correct `@return` description for `get_dirsize()`.
noreply at wordpress.org
- [wp-svn] [45250] trunk/src/wp-content/themes: Bundled Themes: Update `readme.txt` files to pass Theme Review guidelines.
noreply at wordpress.org
- [wp-svn] [45251] trunk/src/wp-includes/template.php: Docs: Correct `@return` description for `get_privacy_policy_template()`.
noreply at wordpress.org
- [wp-svn] [45252] trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php: Networks and Sites: Use correct escaping function for classes added via ` ms_user_list_site_class` filter.
noreply at wordpress.org
- [wp-svn] [45253] trunk/src/wp-includes/class-wp-recovery-mode-cookie-service.php: Docs: Add missing `@since` tag for `WP_Recovery_Mode_Cookie_Service::parse_cookie()`.
noreply at wordpress.org
- [wp-svn] [45254] trunk/src/wp-includes/l10n.php: Docs: Correct `@param` type for `$deprecated` and `$plugin_rel_path` arguments of `load_plugin_textdomain()`.
noreply at wordpress.org
- [wp-svn] [45255] trunk: Editor: Update packages to apply bugfixes from Gutenberg 5.5.
noreply at wordpress.org
- [wp-svn] [45256] trunk/src/wp-content/themes: Bundled Theme: add a `wp_body_open` shim for older WordPress versions.
noreply at wordpress.org
- [wp-svn] [45257] trunk/src/wp-content/themes/twentyseventeen/style.css: Twenty Seventeen: Prevent too-long strings from causing horizontal scrolling.
noreply at wordpress.org
- [wp-svn] [45258] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Prevent too-long strings from causing horizontal scrolling.
noreply at wordpress.org
- [wp-svn] [45259] trunk/src/wp-admin: Site Health: Allow some HTML (inline tags only) in the section descriptions.
noreply at wordpress.org
- [wp-svn] [45260] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Fix count of inactive themes and the recommendation to remove them when the default theme is active or is a parent of the active child theme.
noreply at wordpress.org
- [wp-svn] [45261] trunk: Remove the `core/more` block delimiters when splitting post_content on the `<!--more-->` tag.
noreply at wordpress.org
- [wp-svn] [45262] trunk/src/wp-admin/includes: Upgrade/install: fix verification bugs and scale back signature checks.
noreply at wordpress.org
- [wp-svn] [45263] trunk/src/wp-includes/class-wp-fatal-error-handler.php: Bootstrap/Load: Modify the fatal error template to indicate to the user that they can check the admin email address for further instructions.
noreply at wordpress.org
- [wp-svn] [45264] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Fix padding discrepancies in responsive styles for Column block.
noreply at wordpress.org
- [wp-svn] [45265] trunk: Fix parsing of inner blocks when auto-generating an excerpt.
noreply at wordpress.org
- [wp-svn] [45266] trunk/src/wp-admin/includes/file.php: Docs: Use 3-digit, x.x.x style semantic versioning for `@since 5.2.0` entries in `wp-admin/includes/file.php`.
noreply at wordpress.org
- [wp-svn] [45267] trunk/src/wp-includes/rest-api/endpoints: REST API: Always urlencode_deep() query args in get_items methods.
noreply at wordpress.org
- [wp-svn] [45268] trunk/src/wp-includes: Bootstrap/Load: Tweak the recovery mode email text and behaviour.
noreply at wordpress.org
- [wp-svn] [45269] trunk/src/wp-includes/admin-bar.php: Accessibility: Remove redundant title attribute from the "Exit Recovery Mode" link.
noreply at wordpress.org
- [wp-svn] [45270] trunk: Media: Revert [44947].
noreply at wordpress.org
- [wp-svn] [45271] trunk/src/wp-admin: Admin: Add the text for the WordPress 5.2 About page.
noreply at wordpress.org
- [wp-svn] [45272] trunk/src/wp-includes/version.php: WordPress 5.2 RC1
noreply at wordpress.org
- [wp-svn] [45273] trunk/src/wp-includes/version.php: Post WordPress 5.2 RC1 version bump
noreply at wordpress.org
- [wp-svn] [45274] trunk/src/wp-admin/about.php: Admin: Add some additional clarity to some about page links
noreply at wordpress.org
Last message date:
Tue Apr 30 17:30:27 UTC 2019
Archived on: Tue Apr 30 17:30:29 UTC 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).