Skip to content

Commit 0aaed4d

Browse files
committed
2.2.3
1 parent 6749e73 commit 0aaed4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

library/core/export.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ public function render(){
559559
|| is_object ( $value )
560560
){
561561

562-
helper::log( 'is_array || is_object' );
563-
helper::log( $value );
562+
// helper::log( 'is_array || is_object' );
563+
// helper::log( $value );
564564

565565
// recursive implode it ##
566566
// $value = helper::recursive_implode( $value );

library/core/get.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ public static function exclude_fields(){
100100
/**
101101
* Export Date Options
102102
*
103-
* @since 0.9.6
104-
* @global type $wpdb
105-
* @return Array of objects
103+
* @since 0.9.6
104+
* @global type $wpdb
105+
* @return Array of objects
106106
* @todo Remove max date, as this makes little sense for exports not based on user reg dates.. ??
107107
*/
108108
public static function user_registered_dates(){

0 commit comments

Comments
 (0)