From 872da0a4d206d7a80976ea92a5d1b594cc4609a7 Mon Sep 17 00:00:00 2001 From: Dac Chartrand Date: Tue, 30 Jan 2018 14:49:56 -0500 Subject: [PATCH] Remove odd leftover comment. --- inc/helpers/namespace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/helpers/namespace.php b/inc/helpers/namespace.php index a3f895f..b49f072 100644 --- a/inc/helpers/namespace.php +++ b/inc/helpers/namespace.php @@ -58,7 +58,7 @@ function get_catalog_data( $page = 1, $per_page = 10, $orderby = 'title', $licen if ( $orderby === 'latest' ) { $sites_in_catalog = wp_list_sort( $sites_in_catalog, 'last_updated', 'DESC' ); } else { - $sites_in_catalog = wp_list_sort( $sites_in_catalog, 'pb_title', 'ASC' ); // + $sites_in_catalog = wp_list_sort( $sites_in_catalog, 'pb_title', 'ASC' ); } $total_pages = ceil( count( $sites_in_catalog ) / $per_page );