Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify old legacy support status
  • Loading branch information
oandregal committed Jul 2, 2021
commit 25d8382ea2c3f14eadad3f741105ae0c5def1e63
6 changes: 1 addition & 5 deletions docs/how-to-guides/themes/theme-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,7 @@ Link support has been made stable as part of WordPress 5.8. It's `false` by defa
}
```

Alternatively, opt-in via the old legacy support would also work:

```php
add_theme_support('experimental-link-color');
```
> Alternatively, with the Gutenberg plugin active, the old legacy support `add_theme_support('experimental-link-color')` would also work. This fallback would be removed when the Gutenberg plugin requires WordPress 5.8 as the minimum version.

When the user sets the link color of a block, a new style will be added in the form of:

Expand Down