/home/techb158/public_html/wp-content/plugins/akismet/views
NameSizeModeActions
activate.php1380666editdlrm
compatible-plugins.php44360666editdlrm
config.php178550666editdlrm
connect-jp.php4570666editdlrm
enter.php10440666editdlrm
footer.php1490666editdlrm
get.php13530666editdlrm
logo.php7700666editdlrm
notice.php201020666editdlrm
predefined.php3120666editdlrm
setup-jetpack.php44260666editdlrm
setup.php34030666editdlrm
start.php10590666editdlrm
stats.php12590666editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/akismet/views/config.php (17855B)
array( 'href' => true, ), ); ?>
$name ) ) ); ?>

  • spam ); ?> spam, 'akismet' ) ); ?>
  • spam ); ?> spam, 'akismet' ) ); ?>
  • accuracy ); ?>% missed_spam, 'akismet' ), number_format( $stat_totals['all']->missed_spam ) ) ) . ', '; /* translators: %s: number of false positive spam flagged by Akismet */ echo esc_html( sprintf( _n( '%s false positive', '%s false positives', $stat_totals['all']->false_positives, 'akismet' ), number_format( $stat_totals['all']->false_positives ) ) ); ?>

%s', esc_url( admin_url( 'edit-comments.php?comment_status=spam' ) ), esc_html__( 'spam folder', 'akismet' ) ); // The _n() needs to be on one line so the i18n tooling can extract the translator comment. /* translators: %1$s: spam folder link, %2$d: delete interval in days */ $delete_message = _n( 'Spam in the %1$s older than %2$d day is deleted automatically.', 'Spam in the %1$s older than %2$d days is deleted automatically.', $delete_interval, 'akismet' ); printf( wp_kses( $delete_message, $kses_allow_link_href ), wp_kses( $spam_folder_link, $kses_allow_link_href ), esc_html( $delete_interval ) ); ?>

status === Akismet::USER_STATUS_ACTIVE ) : ?>
( $akismet_user->account_type === 'free-api-key' && $akismet_user->status === Akismet::USER_STATUS_ACTIVE ? __( 'Upgrade', 'akismet' ) : __( 'Change', 'akismet' ) ), 'redirect' => 'upgrade', 'utm_content' => ( $akismet_user->account_type === 'free-api-key' && $akismet_user->status === Akismet::USER_STATUS_ACTIVE ? 'config_upgrade' : 'config_change' ), ) ); ?>