{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":75645659,"defaultBranch":"trunk","name":"wordpress-develop","ownerLogin":"WordPress","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-12-05T16:41:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/276006?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721364819.0","currentOid":""},"activityList":{"items":[{"before":"cca0b75955e06d2380c46e2365577c6cbcf1ccd8","after":null,"ref":"refs/heads/fix/body-selector-specificity","pushedAt":"2024-07-19T04:53:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"}},{"before":null,"after":"cca0b75955e06d2380c46e2365577c6cbcf1ccd8","ref":"refs/heads/fix/body-selector-specificity","pushedAt":"2024-07-19T04:47:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"talldan","name":"Daniel Richards","path":"/talldan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/677833?s=80&v=4"},"commit":{"message":"Ensure root/body selector is not wrapped in :root :where() to keep specifity low","shortMessageHtmlLink":"Ensure root/body selector is not wrapped in :root :where() to keep sp…"}},{"before":"e84ffa68386ef253dcea96b160687d8647b2d190","after":"7ecd9590f35b7c6c07320b7e0ec36f4a4f2e273e","ref":"refs/heads/6.6","pushedAt":"2024-07-18T19:33:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Post WordPress 6.6.1 RC1 version bump.\n\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58766 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Post WordPress 6.6.1 RC1 version bump."}},{"before":"b8e43971aca22f005c0b3592f0ed1ad6b078bb60","after":"e84ffa68386ef253dcea96b160687d8647b2d190","ref":"refs/heads/6.6","pushedAt":"2024-07-18T19:15:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"WordPress 6.6.1 RC1\n\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58765 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"WordPress 6.6.1 RC1"}},{"before":"79cf601b80aeaa322b03361d400b288a71d64689","after":"b8e43971aca22f005c0b3592f0ed1ad6b078bb60","ref":"refs/heads/6.6","pushedAt":"2024-07-18T18:21:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"General: Provide _is_utf8_charset() in compat.php for early use\n\n#61182 introduced is_utf8_charset() as a way of standardizing checks for charset slugs referring to UTF-8. This is called by _mb_strlen() inside of compat.php, but is_utf8_charset() is defined in functions.php, which isn't loaded early on. Code calling mb_strlen() early on before functions.php loads in hosts without the multibyte extension therefore may crash.\n\nReviewed by hellofromTonya.\nMerges [58763] to the 6.6 branch.\n\nProps dmsnell, jonsurrell, joemcgill, jorbin.\nFixes #61680.\n\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58764 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"General: Provide _is_utf8_charset() in compat.php for early use"}},{"before":"53f1c433ebf536ea369597eb723114fe2fdf6d43","after":"5a30482419f1b0bcc713a7fdee3a14afd67a1bca","ref":"refs/heads/trunk","pushedAt":"2024-07-18T18:03:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"General: Provide _is_utf8_charset() in compat.php for early use\n\n#61182 introduced is_utf8_charset() as a way of standardizing checks for charset slugs referring to UTF-8. This is called by _mb_strlen() inside of compat.php, but is_utf8_charset() is defined in functions.php, which isn't loaded early on. Code calling mb_strlen() early on before functions.php loads in hosts without the multibyte extension therefore may crash.\n\nProps dmsnell, jonsurrell, joemcgill, jorbin.\nFixes #61681.\n\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58763 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"General: Provide _is_utf8_charset() in compat.php for early use"}},{"before":"f148dd442cae81726c3766e450a36638bc817c5f","after":"79cf601b80aeaa322b03361d400b288a71d64689","ref":"refs/heads/6.6","pushedAt":"2024-07-18T17:57:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Comments: Fix fatal error when get_comment_author() receives an object with no comment_id.\n\n[58335] introduced `(string)` type casting of the passed in `$comment_id` value. If `$comment_id` is a scalar, it works as expected. But if it's an `object`, the following fatal error is thrown:\n\n{{{\nObject of class WP_Comment could not be converted to string\n}}}\n\nThis fatal error happens when the incoming `$comment_id` is an instance of `WP_Comment` (or any object) without a `comment_ID` (empty). \n\nThis changeset adds tests to demonstrate the fatal error and validate the fix.\n\nIt fixes the fatal error by restructuring the ternary checks into an `if/elseif/else` structure for the 3 paths:\n\n- When `$comment->comment_ID` is not empty, then it uses the property.\n- When `$comment_id` is scalar, then it type casts it to a `string`.\n- Else, the default is an empty `string`.\n\nFollow-up to [58335], [41127], [52818].\n\nReviewed by SergeyBiryukov, jorbin.\nMerges [58755,58756] to the 6.6 branch.\n\nProps ambrosiawt, hellofromTonya, jorbin, mukesh27, SergeyBiryukov.\nFixes #61681.\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58762 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Comments: Fix fatal error when get_comment_author() receives an objec…"}},{"before":"71899881734df4181d7537722550c8ffc0a41a4d","after":"f148dd442cae81726c3766e450a36638bc817c5f","ref":"refs/heads/6.6","pushedAt":"2024-07-18T17:03:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Block Themes: Fix invalid css for nested fullwidth layouts with zero padding applied\n\nIn the Layout block support, handle 0 values for padding as 0px in calc() rules. This resolves a bug for nested fullwidth layouts when zero padding is applied. Due to how calc() works, without supplying the unit, the rule will not\nwork, resulting in a horizontal scrollbar.\n\nRef: PHP changes from https://github.com/WordPress/gutenberg/pull/63436.\n\nReviewed by hellofromTonya.\nMerges [58750] to the 6.6 branch.\n\nFixes #61656.\nProps andrewserong, mukesh27, aaronrobertshaw.\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58761 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Block Themes: Fix invalid css for nested fullwidth layouts with zero …"}},{"before":"fc71dae8db2c057eab88f026b7b394ab0990ba9e","after":"71899881734df4181d7537722550c8ffc0a41a4d","ref":"refs/heads/6.6","pushedAt":"2024-07-18T16:53:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Editor: Update packages for 6.6.1.\n\nBugfixes included:\n\n* [https://github.com/WordPress/gutenberg/pull/63637 Elements: Avoid specificity bump for top-level element-only selectors].\n* [https://github.com/WordPress/gutenberg/pull/63406 Navigation block: Allow themes to override block library text-decoration rule].\n* [https://github.com/WordPress/gutenberg/pull/63436 Fix invalid css for nested fullwidth layouts with zero padding applied].\n* [https://github.com/WordPress/gutenberg/pull/63397 Prevent empty void at the bottom of editor when block directory results are present].\n* [https://github.com/WordPress/gutenberg/pull/63291 Pattern overrides: Ensure \"Reset\" button always shows as last item and with border].\n* [https://github.com/WordPress/gutenberg/pull/63562 Global Styles: Disable \"Reset styles\" button when there are no changes].\n* [https://github.com/WordPress/gutenberg/pull/63093 Fix: Removed shuffle button when only 1 pattern is present].\n* [https://github.com/WordPress/gutenberg/pull/62675 fix: wp icon focus issue].\n* [https://github.com/WordPress/gutenberg/pull/63565 useBlockElement: return null until ref callback has time to clean up the old element].\n\nReviewed by spacedmonkey.\nMerges [58757] to the 6.6 branch.\n\nProps ellatrix.\nFixes #61692.\nSee #61660, #61630, #61656.\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58760 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Editor: Update packages for 6.6.1."}},{"before":"2a0d775f1316783118748827417684a0cc0ea865","after":"fc71dae8db2c057eab88f026b7b394ab0990ba9e","ref":"refs/heads/6.6","pushedAt":"2024-07-18T16:44:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Toolbar: Move user and recovery menus to a higher priority.\n\nFollowing [58215], admin bar items in the top-secondary group have a changed visual order. Increase the priority of the user and recovery menu items so nodes added with higher priorities will still be shown visually before the user and recovery menu items, as they were prior to 58215.\n\nThe items will appear in the reverse of the previous order, but the new order now matches their priority order, rather than being the opposite.\n\nReviewed by hellofromTonya.\nMerges [58748] to the 6.6 branch.\n\nProps sabernhardt, joemcgill, pbiron, joedolson.\nFixes #61615.\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58759 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Toolbar: Move user and recovery menus to a higher priority."}},{"before":"87a074b1f3fad351623f8a42caebda5f7ac3e930","after":"2a0d775f1316783118748827417684a0cc0ea865","ref":"refs/heads/6.6","pushedAt":"2024-07-18T16:14:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Editor: Limit scope of resizable menu container CSS.\n\nThe CSS to make menu item containers resizable in the admin menu editor was too broadly scoped, and caused classic editor metaboxes to have unconstrained height. Limit the scope of the CSS changes to only impact menu item containers.\n\nReviewed by jorbin.\nMerges [58747] to the 6.6 branch.\n\nProps neotrope, sabernhardt, joedolson.\nFixes #61662.\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58758 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Editor: Limit scope of resizable menu container CSS."}},{"before":"f600e5409f43a2148c9bf7b29381ce216e7b23a7","after":"53f1c433ebf536ea369597eb723114fe2fdf6d43","ref":"refs/heads/trunk","pushedAt":"2024-07-18T16:02:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Editor: Update packages for 6.6.1.\n\nBugfixes included:\n\n* [https://github.com/WordPress/gutenberg/pull/63637 Elements: Avoid specificity bump for top-level element-only selectors].\n* [https://github.com/WordPress/gutenberg/pull/63406 Navigation block: Allow themes to override block library text-decoration rule].\n* [https://github.com/WordPress/gutenberg/pull/63436 Fix invalid css for nested fullwidth layouts with zero padding applied].\n* [https://github.com/WordPress/gutenberg/pull/63397 Prevent empty void at the bottom of editor when block directory results are present].\n* [https://github.com/WordPress/gutenberg/pull/63291 Pattern overrides: Ensure \"Reset\" button always shows as last item and with border].\n* [https://github.com/WordPress/gutenberg/pull/63562 Global Styles: Disable \"Reset styles\" button when there are no changes].\n* [https://github.com/WordPress/gutenberg/pull/63093 Fix: Removed shuffle button when only 1 pattern is present].\n* [https://github.com/WordPress/gutenberg/pull/62675 fix: wp icon focus issue].\n* [https://github.com/WordPress/gutenberg/pull/63565 useBlockElement: return null until ref callback has time to clean up the old element].\n\nProps ellatrix.\nFixes #61692.\nSee #61660, #61630, #61656.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58757 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Editor: Update packages for 6.6.1."}},{"before":"9aa777d9f4a70666111f7a16e666ecbe6770a0d3","after":"f600e5409f43a2148c9bf7b29381ce216e7b23a7","ref":"refs/heads/trunk","pushedAt":"2024-07-18T15:18:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Coding Standards: Capitalize inline comment in get_comment_author() test dataset.\n\nPer coding standards, capitalizes the first character of the inline comment in the test dataset.\n\nFollow-up to [58755].\n\nProps SergeyBiryukov.\nSee #61681.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58756 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Coding Standards: Capitalize inline comment in get_comment_author() t…"}},{"before":"8d2c73bff356a1956cae33670a633a591c7ea392","after":"9aa777d9f4a70666111f7a16e666ecbe6770a0d3","ref":"refs/heads/trunk","pushedAt":"2024-07-18T15:08:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Comments: Fix fatal error when get_comment_author() receives an object with no comment_id.\n\n[58335] introduced `(string)` type casting of the passed in `$comment_id` value. If `$comment_id` is a scalar, it works as expected. But if it's an `object`, the following fatal error is thrown:\n\n{{{\nObject of class WP_Comment could not be converted to string\n}}}\n\nThis fatal error happens when the incoming `$comment_id` is an instance of `WP_Comment` (or any object) without a `comment_ID` (empty). \n\nThis changeset adds tests to demonstrate the fatal error and validate the fix.\n\nIt fixes the fatal error by restructuring the ternary checks into an `if/elseif/else` structure for the 3 paths:\n\n- When `$comment->comment_ID` is not empty, then it uses the property.\n- When `$comment_id` is scalar, then it type casts it to a `string`.\n- Else, the default is an empty `string`.\n\nFollow-up to [58335], [41127], [52818].\n\nProps ambrosiawt, hellofromTonya, jorbin, mukesh27, SergeyBiryukov.\nFixes #61681.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58755 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Comments: Fix fatal error when get_comment_author() receives an objec…"}},{"before":"f2991061e4d8d0361dc725115e5eda9c49c2b1cf","after":"8d2c73bff356a1956cae33670a633a591c7ea392","ref":"refs/heads/trunk","pushedAt":"2024-07-18T14:10:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Build/Test Tools: Remove regular 6.2 & 6.3 branch performance testing.\n\nPrior to WordPress 6.4, performance testing was performed using Puppeteer instead of Playwright (converted in [56926]). Because of the flaky nature of the workflow using Puppeteer, it was not converted to the reusable pattern implemented through #61213. It was instead removed from 6.2 and 6.3 in [58301] and [58330], respectively.\n\nThis removes the workflow for these branches from the strategy matrix when testing old branches to avoid errors and adds an expanded note about why those branches are missing.\n\nSee #61213, #61564.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58754 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Build/Test Tools: Remove regular 6.2 & 6.3 branch performance testing."}},{"before":"05f261a0a3a222803ce1e8350b0a971ad4efd798","after":"f2991061e4d8d0361dc725115e5eda9c49c2b1cf","ref":"refs/heads/trunk","pushedAt":"2024-07-18T13:47:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Upgrade/Install: Add missing files from the sodium_compat v1.21.1 update.\n\nFollow-up to [58752].\n\nProps paulkevan.\nSee #61686.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58753 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Upgrade/Install: Add missing files from the sodium_compat v1.21.1 upd…"}},{"before":"dea027eac82ca7244eff421642562b2d75918e19","after":"05f261a0a3a222803ce1e8350b0a971ad4efd798","ref":"refs/heads/trunk","pushedAt":"2024-07-18T12:59:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Upgrade/Install: Update sodium_compat to v1.21.1.\n\nThe latest version of sodium_compat includes support for AEGIS and preliminary support for PHP 8.4.\n\nAdditionally, the PHP 8.2+ `SensitiveParameter` attribute is now applied where appropriate to functions in the public API. This attribute is used to mark parameters that are sensitive and should be redacted from stack traces.\n\nReferences:\n* [https://github.com/paragonie/sodium_compat/releases/tag/v1.21.0 sodium_compat 1.21.0 release notes]\n* [https://github.com/paragonie/sodium_compat/releases/tag/v1.21.1 sodium_compat 1.21.1 release notes]\n* [https://github.com/paragonie/sodium_compat/compare/v1.20.0...v1.21.1 Full list of changes in sodium_compat 1.21.1]\n\nFollow-up to [49741], [51002], [51591], [52988], [54150], [54310], [55699].\n\nProps jrf, dd32, paragoninitiativeenterprises.\nFixes #61686.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58752 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Upgrade/Install: Update sodium_compat to v1.21.1."}},{"before":"d54fd2826603627471226f92867e02bdcbb013fd","after":"87a074b1f3fad351623f8a42caebda5f7ac3e930","ref":"refs/heads/6.6","pushedAt":"2024-07-18T11:59:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Block Themes: Avoid specificity bump for top-level element-only selectors.\n\nPrevent issues (e.g. links being underlined) caused by a bump in CSS specificity for top-level element-only global element styles.\n\nRef: PHP changes from https://github.com/WordPress/gutenberg/pull/63403.\n\nReviewed by hellofromTonya.\nMerges [58749] to the 6.6 branch.\n\nProps aaronrobertshaw, andrewserong, noisysocks, annubis, butterflymedia, clarktbt, hellofromTonya, jorbin, joedolson, swissspidy, courane01, raquelandefeld, talldanwp, markhowellsmead, youknowriad, poena, cbirdsong.\nFixes #61630, #61660.\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58751 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Block Themes: Avoid specificity bump for top-level element-only selec…"}},{"before":"842a353673e224f0258ab50e56dded1315da7a47","after":"dea027eac82ca7244eff421642562b2d75918e19","ref":"refs/heads/trunk","pushedAt":"2024-07-18T06:49:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Block Themes: Fix invalid css for nested fullwidth layouts with zero padding applied\n\nIn the Layout block support, handle 0 values for padding as 0px in calc()\nrules. This resolves a bug for nested fullwidth layouts when zero padding is\napplied. Due to how calc() works, without supplying the unit, the rule will not\nwork, resulting in a horizontal scrollbar.\n\nBackports the PHP changes in https://github.com/WordPress/gutenberg/pull/63436.\n\nFixes #61656.\nProps andrewserong, mukesh27, aaronrobertshaw.\n\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58750 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Block Themes: Fix invalid css for nested fullwidth layouts with zero …"}},{"before":"340bf4c10d0c976501fc83c057a339ac68a4c8ec","after":"842a353673e224f0258ab50e56dded1315da7a47","ref":"refs/heads/trunk","pushedAt":"2024-07-18T06:42:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Block Themes: Avoid specificity bump for top-level element-only selectors\n\nPrevent issues (e.g. links being underlined) caused by a bump in CSS\nspecificity for top-level element-only global element styles.\n\nBackports the PHP changes from https://github.com/WordPress/gutenberg/pull/63403.\n\nFixes #61630.\nFixes #61660.\nProps aaronrobertshaw, andrewserong, noisysocks.\n\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58749 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Block Themes: Avoid specificity bump for top-level element-only selec…"}},{"before":"13fe3881eb1e11af6ed73175f58e60ee1faf2432","after":"340bf4c10d0c976501fc83c057a339ac68a4c8ec","ref":"refs/heads/trunk","pushedAt":"2024-07-18T00:51:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Toolbar: Move user and recovery menus to a higher priority.\n\nFollowing [58215], admin bar items in the `top-secondary` group have a changed visual order. Increase the priority of the user and recovery menu items so nodes added with higher priorities will still be shown visually before the user and recovery menu items, as they were prior to 58215.\n\nThe items will appear in the reverse of the previous order, but the new order now matches their priority order, rather than being the opposite.\n\nProps sabernhardt, joemcgill, pbiron, joedolson.\nFixes #61615.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58748 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Toolbar: Move user and recovery menus to a higher priority."}},{"before":"b97bc0488491f5854a4117fc8532250c51285c67","after":"13fe3881eb1e11af6ed73175f58e60ee1faf2432","ref":"refs/heads/trunk","pushedAt":"2024-07-17T23:36:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Editor: Limit scope of resizable menu container CSS.\n\nThe CSS to make menu item containers resizable in the admin menu editor was too broadly scoped, and caused classic editor metaboxes to have unconstrained height. Limit the scope of the CSS changes to only impact menu item containers.\n\nProps neotrope, sabernhardt, joedolson.\nFixes #61662.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58747 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Editor: Limit scope of resizable menu container CSS."}},{"before":"8fd6b4825f8b2a825ca3f19998043f7cedcee860","after":"d54fd2826603627471226f92867e02bdcbb013fd","ref":"refs/heads/6.6","pushedAt":"2024-07-17T23:19:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Upgrade/Install: Update the `$_old_files` array for 6.6.\n\nReviewed by hellofromTonya.\nMerges [58744] to the 6.6 branch.\n\nProps dd32, audrasjb, hellofromTonya.\nFixes #61665.\n\ngit-svn-id: https://develop.svn.wordpress.org/branches/6.6@58746 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Upgrade/Install: Update the $_old_files array for 6.6."}},{"before":"3296c6b842adc5e7c8c78cd06db9ccca2ee56ce6","after":"b97bc0488491f5854a4117fc8532250c51285c67","ref":"refs/heads/trunk","pushedAt":"2024-07-17T15:42:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Docs: Add missing description for the `display_rows()` method in list table classes.\n\nFollow-up to [15491], [17002], [27301].\n\nProps nikitasolanki1812, narenin, mukesh27, dd32, SergeyBiryukov.\nFixes #61670.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58745 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Docs: Add missing description for the display_rows() method in list…"}},{"before":"2889f304aa8571065f83cc3a6276c87302c8cc8d","after":"3296c6b842adc5e7c8c78cd06db9ccca2ee56ce6","ref":"refs/heads/trunk","pushedAt":"2024-07-17T13:34:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Upgrade/Install: Update the `$_old_files` array for 6.6.\n\nProps dd32, audrasjb, hellofromTonya.\nFixes #61665.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58744 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Upgrade/Install: Update the $_old_files array for 6.6."}},{"before":"48c0c968468b54ec2909317e1a9384c0943c0dd3","after":"2889f304aa8571065f83cc3a6276c87302c8cc8d","ref":"refs/heads/trunk","pushedAt":"2024-07-17T11:27:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Docs: Fix typo in a comment in `wp.media.view.Attachment.Details.TwoColumn`.\n\nFollow-up to [41351].\n\nProps devansh2002, mukesh27.\nFixes #61658.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58743 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Docs: Fix typo in a comment in `wp.media.view.Attachment.Details.TwoC…"}},{"before":"8f11947d791c005cfed21fe2783e0a6c3e34fbf5","after":"48c0c968468b54ec2909317e1a9384c0943c0dd3","ref":"refs/heads/trunk","pushedAt":"2024-07-17T00:52:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Fix phpdoc nullable types in some files.\n\nIt was found that in several places in the HTML API and its supporting files,\nthe wrong form of type annotation was used for optional parameters.\n\nInstead of using `?type`, this patch uses `type|type-of-default-value` instead,\nnoting where important if the parameter is optional, and if so, what its default\nvalue is.\n\nDeveloped in https://github.com/WordPress/wordpress-develop/pull/7031\nDiscussed in https://core.trac.wordpress.org/ticket/61399\n\nProps dmsnell, jonsurrell.\nSee #61399.\n\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58742 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Fix phpdoc nullable types in some files."}},{"before":"2f1cf1f3db26e189d0782c3ddbd83a95a387f2b3","after":"8f11947d791c005cfed21fe2783e0a6c3e34fbf5","ref":"refs/heads/trunk","pushedAt":"2024-07-17T00:34:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"HTML API: Test code improvements in virtual node breadcrumb tests.\n\nFollow-up after feedback to newly-introduced tests,\nmostly to enhance the message when the tests fail.\n\nDeveloped in https://github.com/WordPress/wordpress-develop/pull/7030\nDiscussed in https://core.trac.wordpress.org/ticket/61646\n\nFollow-up to [58592].\n\nProps dmsnell, jonsurrell.\nSee #61646.\n\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58741 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"HTML API: Test code improvements in virtual node breadcrumb tests."}},{"before":"81702ce6de2aa83096f76e3680ea8773f237674d","after":"2f1cf1f3db26e189d0782c3ddbd83a95a387f2b3","ref":"refs/heads/trunk","pushedAt":"2024-07-17T00:11:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"HTML API: Remove leading whitespace after removing class names.\n\nIn part of a larger review of CSS semantics and behaviors, this patch\ntakes the opportunity to remove leading whitespace in an updated class\nattribute after the first class in the attribute has been removed.\n\nPreviously, if the first class name had been removed, the whitespace\nthat formerly followed it would remain in the class attribute. This\nstood in contrast to removing other class names, which removed their\nassociated whitespace.\n\nThere should be no semantic or functional changes in this patch, only\na slightly-large diff for modified HTML documents that looks prettier\nwhen removing the first class name in a class attribute.\n\nDeveloped in https://github.com/WordPress/wordpress-develop/pull/6933\nDiscussed in https://core.trac.wordpress.org/ticket/61531\n\nProps dmsnell, jonsurrell.\nSee #61531.\n\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58740 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"HTML API: Remove leading whitespace after removing class names."}},{"before":"a6d5694cde82b6a39a53ca0e9e348b7794b7bd26","after":"81702ce6de2aa83096f76e3680ea8773f237674d","ref":"refs/heads/trunk","pushedAt":"2024-07-16T18:38:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pento","name":"Gary Pendergast","path":"/pento","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/352291?s=80&v=4"},"commit":{"message":"Tests: Use data provider in Tests_Interactivity_API_wpInteractivityAPIFunctions.\n\nRefactors the following tests to use a data provider with named test cases:\n* `test_wp_interactivity_data_wp_context_with_different_arrays()`\n* `test_wp_interactivity_data_wp_context_with_different_arrays_and_a_namespace()`\n* `test_wp_interactivity_data_wp_context_with_json_flags()`\n\nThis is better as:\n1. One failing test will not block the other tests from running.\n2. Each test is now referenced by name in any error message, making it more straight forward to see which test failed.\n3. The test no longer contains multiple assertions.\n3. It makes it more straight forward to add additional tests.\n\nFollow-up to [58594], [58234], [57762], [57743], [57742], [57563].\n\nProps jrf.\nSee #61530.\n\ngit-svn-id: https://develop.svn.wordpress.org/trunk@58739 602fd350-edb4-49c9-b593-d223f7449a82","shortMessageHtmlLink":"Tests: Use data provider in Tests_Interactivity_API_wpInteractivityAP…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEg45hLwA","startCursor":null,"endCursor":null}},"title":"Activity · WordPress/wordpress-develop"}