Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #58887, comment 4


Ignore:
Timestamp:
08/14/2023 06:55:30 PM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58887, comment 4

    v2 v3  
    1 Thanks for the patch! This Pattern link is available for Authors and Editors but not Contributors or Subscribers (requires `publish_post` capability). However, I think it still needs to have a condition.
     1Thanks for the patch! This Pattern link is available for Authors and Editors but not Contributors or Subscribers (requires `publish_posts` capability). However, I think it still needs to have a condition.
    22
    33The link appears even when using the Disable Gutenberg plugin or when disabling blocks for all users with the Classic Editor plugin. New patterns //usually// would not be appropriate without the block editor (unless a JS error renders the editor unusable and a pattern needs correcting before the editor can be fixed). A conditional statement could check whether the block editor is in use and/or whether a pattern exists already.