Skip to content

Commit ca4a1c7

Browse files
committed
Remove duplicated word in comment
1 parent 3a6df16 commit ca4a1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/optimization-detective/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function od_get_disabled_reasons(): array {
112112
$disabled_flags['is_customize_preview'] = true;
113113
}
114114

115-
// Disable for POST responses since since they cannot, by definition, be cached.
115+
// Disable for POST responses since they cannot, by definition, be cached.
116116
if ( isset( $_SERVER['REQUEST_METHOD'] ) && 'GET' !== $_SERVER['REQUEST_METHOD'] ) {
117117
$disabled_flags['not_get_request'] = true;
118118
}

0 commit comments

Comments
 (0)