mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Merge pull request #1245 from WordPress-Coding-Standards/feature/revert-build-failure-fix
Revert "Fix build failure"
This commit is contained in:
commit
1f02646de9
2 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@ $deprecated_functions = [
|
|||
'user_can_edit_post_comments'=> 'multi-line
|
||||
string', // Bad - no space.
|
||||
'the_category_ID'
|
||||
=> function_call( // Ok, ignore newline is being respected.
|
||||
=> function_call( // Ok, ignore newline is being respected.
|
||||
$a,
|
||||
$b
|
||||
),
|
||||
|
|
|
@ -310,7 +310,7 @@ $deprecated_functions = [
|
|||
'user_can_edit_post_comments' => 'multi-line
|
||||
string', // Bad - no space.
|
||||
'the_category_ID'
|
||||
=> function_call( // Ok, ignore newline is being respected.
|
||||
=> function_call( // Ok, ignore newline is being respected.
|
||||
$a,
|
||||
$b
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue