File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -559,8 +559,8 @@ public function render(){
559
559
|| is_object ( $ value )
560
560
){
561
561
562
- helper::log ( 'is_array || is_object ' );
563
- helper::log ( $ value );
562
+ // helper::log( 'is_array || is_object' );
563
+ // helper::log( $value );
564
564
565
565
// recursive implode it ##
566
566
// $value = helper::recursive_implode( $value );
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ public static function exclude_fields(){
100
100
/**
101
101
* Export Date Options
102
102
*
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
106
106
* @todo Remove max date, as this makes little sense for exports not based on user reg dates.. ??
107
107
*/
108
108
public static function user_registered_dates (){
You can’t perform that action at this time.
0 commit comments