From 325cbf443de2484397a0440a439f402afc8b9c43 Mon Sep 17 00:00:00 2001 From: Chetan Prajapati Date: Wed, 20 Dec 2017 22:07:48 +0530 Subject: [PATCH] Remove space before comma in function call There is PHPCS error about "Remove space before comma in function call". That needs to be removed. --- templates/auth/form-grant-access.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/auth/form-grant-access.php b/templates/auth/form-grant-access.php index c7338d7e816..1a58595e426 100644 --- a/templates/auth/form-grant-access.php +++ b/templates/auth/form-grant-access.php @@ -22,11 +22,11 @@ if ( ! defined( 'ABSPATH' ) ) { -

+

-

' . esc_html( $app_name ) . '', '' . esc_html( $scope ) . '' ); ?>

+

' . esc_html( $app_name ) . '', '' . esc_html( $scope ) . '' ); ?>