From 8f2e27798496294deca08c13ad53883bbde4e978 Mon Sep 17 00:00:00 2001 From: Dac Chartrand Date: Tue, 10 Dec 2019 13:09:49 -0500 Subject: [PATCH] // @codingStandardsIgnoreLine --- inc/helpers/namespace.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/helpers/namespace.php b/inc/helpers/namespace.php index 0f2f34f..04650fd 100644 --- a/inc/helpers/namespace.php +++ b/inc/helpers/namespace.php @@ -48,8 +48,8 @@ function get_catalog_data( $page = 1, $per_page = 10, $orderby = 'title', $licen 'pb_publisher_catalog_query_args', [ 'number' => 1000000, - 'meta_key' => $dc::IN_CATALOG, - 'meta_value' => 1, + 'meta_key' => $dc::IN_CATALOG, // @codingStandardsIgnoreLine + 'meta_value' => 1, // @codingStandardsIgnoreLine 'public' => 1, 'archived' => 0, 'spam' => 0,