Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #57526


Ignore:
Timestamp:
01/25/2023 01:48:54 PM (2 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57526

    • Property Status changed from new to reviewing
    • Property Summary changed from Globals Styles Endpoint: Declare edit_css capability in links to Globals Styles Endpoint: Declare 'edit_css' capability in links
    • Property Owner set to hellofromTonya
    • Property Version changed from to 5.9
    • Property Milestone changed from Awaiting Review to 6.2
    • Property Keywords has-patch has-unit-tests gutenberg-merge added
  • Ticket #57526 – Description

    initial v4  
    1 Update the Global Styles endpoint to expose the `edit_css` capability via action links.
     1Update the Global Styles endpoint to expose the `'edit_css'` capability via action links.
    22
    3 This is a backport from the Gutenberg plugin.
     3This is the part of an effort to hide custom CSS setting for users without `'edit_css'` capability. See https://github.com/WordPress/gutenberg/pull/46815.