From 0aaed4da01d5ef3479a17cd449ce9967c42895c2 Mon Sep 17 00:00:00 2001 From: RayQ Date: Tue, 14 Dec 2021 09:02:44 +0000 Subject: [PATCH] 2.2.3 --- library/core/export.php | 4 ++-- library/core/get.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library/core/export.php b/library/core/export.php index eae55b0..e780de0 100644 --- a/library/core/export.php +++ b/library/core/export.php @@ -559,8 +559,8 @@ public function render(){ || is_object ( $value ) ){ - helper::log( 'is_array || is_object' ); - helper::log( $value ); + // helper::log( 'is_array || is_object' ); + // helper::log( $value ); // recursive implode it ## // $value = helper::recursive_implode( $value ); diff --git a/library/core/get.php b/library/core/get.php index feddf2c..bdfe79c 100644 --- a/library/core/get.php +++ b/library/core/get.php @@ -100,9 +100,9 @@ public static function exclude_fields(){ /** * Export Date Options * - * @since 0.9.6 - * @global type $wpdb - * @return Array of objects + * @since 0.9.6 + * @global type $wpdb + * @return Array of objects * @todo Remove max date, as this makes little sense for exports not based on user reg dates.. ?? */ public static function user_registered_dates(){