__( 'AnyComment Version', 'anycomment' ), 'td' => AnyComment()->version ], [ 'th' => __( 'WordPress Version', 'anycomment' ), 'td' => $wp_version ], [ 'th' => __( 'PHP Version', 'anycomment' ), 'td' => PHP_VERSION ], [ 'th' => __( 'Locale', 'anycomment' ), 'td' => get_locale() ], [ 'th' => __( 'Using Custom Design', 'anycomment' ), 'td' => AnyCommentGenericSettings::isDesignCustom() ? __( 'Yes', 'anycomment' ) : __( 'No', 'anycomment' ) ], [ 'th' => __( 'Generated at', 'anycomment' ), 'td' => date( 'c' ) ], ]; function anycomment_get_debug_summary( $debugData ) { $text = ''; foreach ( $debugData as $key => $debug ) { $text .= sprintf( "%s: %s%s", $debug['th'], $debug['td'], ( isset( $debugData[ $key + 1 ] ) ? "\n" : '' ) ); } return $text; } ?>


" class="button button-primary"> " class="button button-primary">

" class="button button-primary"> " class="button button-primary"> " class="button button-primary"> " class="button button-primary">