Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WordPress/Sniffs/WP/AlternativeFunctionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function getGroups() {

'file_system_operations' => array(
'type' => 'warning',
'message' => 'File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: %s().',
'message' => 'File operations are discouraged, and should use WP_Filesystem methods for Upgrade routines. Found: %s().',
'since' => '2.5.0',
'functions' => array(
'chgrp',
Expand Down
Loading