Skip to content

Commit fec0b8d

Browse files
authored
Add note for why member variable is not yet removed
1 parent 4d8d3fe commit fec0b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/validation/class-amp-validation-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class AMP_Validation_Manager {
119119
*
120120
* Keys are post IDs and values are whether the post has been re-validated.
121121
*
122-
* @deprecated In 2.1 the classic editor block validation was removed.
122+
* @deprecated In 2.1 the classic editor block validation was removed. This is not removed yet since there is a mini plugin that uses it: https://gist.github.com/westonruter/31ac0e056b8b1278c98f8a9f548fcc1a.
123123
* @var bool[]
124124
*/
125125
public static $posts_pending_frontend_validation = [];

0 commit comments

Comments
 (0)