Merge pull request #221 from creative-commoners/pulls/2/depr-messages

API Update deprecations
This commit is contained in:
Guy Sartorelli 2022-11-21 09:57:33 +13:00 committed by GitHub
commit 8822b0f0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class StringTagField extends DropdownField
/**
* @var bool Triggers a write call within the saveInto function if enabled
*
* @deprecated 3.0.0
* @deprecated 3.0.0 Will be removed without equivalent functionality to replace it
*/
private static $immediate_write_enabled = true;