We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10982d4 commit be8c984Copy full SHA for be8c984
1 file changed
classes/suggested-tasks/providers/class-disable-comment-pagination.php
@@ -26,15 +26,6 @@ class Disable_Comment_Pagination extends Tasks {
26
*/
27
protected const PROVIDER_ID = 'disable-comment-pagination';
28
29
- /**
30
- * Dependencies on other tasks.
31
- *
32
- * @var array<string, bool>
33
- */
34
- protected const DEPENDENCIES = [
35
- 'disable-comments' => true,
36
- ];
37
-
38
/**
39
* Get the task URL.
40
*
0 commit comments