Merge pull request #1245 from WordPress-Coding-Standards/feature/revert-build-failure-fix

Revert "Fix build failure"
This commit is contained in:
J.D. Grimes 2017-11-28 08:20:58 -05:00 committed by GitHub
commit 1f02646de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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
),

View file

@ -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
),