Skip to content

Commit

Permalink
2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qstudio committed Dec 14, 2021
1 parent 6749e73 commit 0aaed4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions library/core/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
6 changes: 3 additions & 3 deletions library/core/get.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 0aaed4d

Please sign in to comment.