Skip to content

Commit 2c74233

Browse files
committed
Fix WordPress.WhiteSpace.DisallowInlineTabs violations
This commit fixes all violations of the WordPress.WhiteSpace.DisallowInlineTabs sniff automatically using phpcbf.
1 parent 487f96d commit 2c74233

22 files changed

+42
-42
lines changed

includes/wc-template-functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ function woocommerce_upsell_display( $limit = '-1', $columns = 4, $orderby = 'ra
19491949
array(
19501950
'posts_per_page' => $limit,
19511951
'orderby' => $orderby,
1952-
'order' => $order,
1952+
'order' => $order,
19531953
'columns' => $columns,
19541954
)
19551955
);

templates/auth/footer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
13+
* @see https://docs.woocommerce.com/document/template-structure/
1414
* @package WooCommerce/Templates/Auth
1515
* @version 2.4.0
1616
*/

templates/cart/cart-item-data.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
15-
* @version 2.4.0
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
15+
* @version 2.4.0
1616
*/
1717
if ( ! defined( 'ABSPATH' ) ) {
1818
exit;

templates/emails/email-header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
13+
* @see https://docs.woocommerce.com/document/template-structure/
1414
* @package WooCommerce/Templates/Emails
1515
* @version 2.4.0
1616
*/

templates/emails/plain/email-order-items.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates/Emails/Plain
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates/Emails/Plain
1515
* @version 3.7.0
1616
*/
1717

templates/global/breadcrumb.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 2.3.0
1616
* @see woocommerce_breadcrumb()
1717
*/

templates/global/form-login.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 3.6.0
1616
*/
1717

templates/global/sidebar.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 1.6.4
1616
*/
1717

templates/global/wrapper-end.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 3.3.0
1616
*/
1717

templates/global/wrapper-start.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 3.3.0
1616
*/
1717

templates/loop/add-to-cart.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 3.3.0
1616
*/
1717

templates/loop/loop-end.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 2.0.0
1616
*/
1717

templates/loop/loop-start.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 3.3.0
1616
*/
1717

templates/loop/orderby.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 3.6.0
1616
*/
1717

templates/loop/price.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 1.6.4
1616
*/
1717

templates/loop/sale-flash.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 1.6.4
1616
*/
1717

templates/single-product.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 1.6.4
1616
*/
1717

templates/single-product/meta.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 3.0.0
1616
*/
1717

templates/single-product/sale-flash.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 1.6.4
1616
*/
1717

templates/single-product/up-sells.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 3.0.0
1616
*/
1717

templates/taxonomy-product_cat.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 1.6.4
1616
*/
1717

templates/taxonomy-product_tag.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* happen. When this occurs the version of the template file will be bumped and
1111
* the readme will list any important changes.
1212
*
13-
* @see https://docs.woocommerce.com/document/template-structure/
14-
* @package WooCommerce/Templates
13+
* @see https://docs.woocommerce.com/document/template-structure/
14+
* @package WooCommerce/Templates
1515
* @version 1.6.4
1616
*/
1717

0 commit comments

Comments
 (0)