Skip to content

Commit 029f02e

Browse files
committed
Better message for filter.default_flags
1 parent d97fba4 commit 029f02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Sniffs/PHP/IniSetSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class IniSetSniff extends AbstractFunctionParameterSniff {
9191
'message' => 'Changing the option value can break other plugins. Use the filter flag constants when calling the Filter functions instead.',
9292
),
9393
'filter.default_flags' => array(
94-
'message' => 'Use the filter flag constants when calling the functions instead (as you will possibly break other plugins if you change this).',
94+
'message' => 'Changing the option value can break other plugins. Use the filter flag constants when calling the Filter functions instead.',
9595
),
9696
'iconv.input_encoding' => array(
9797
'message' => 'PHP < 5.6 only - use `iconv_set_encoding()` instead.',

0 commit comments

Comments
 (0)